Color Hex Logo

#ee913b Color Hex

#EE913B
(238,145,59)
0 Favorites   0 Comments

Color spaces of #ee913b

RGB 23814559
HSL0.080.840.58
HSV29°75°93°
CMYK 0.000.390.75   0.07
XYZ46.174738.74379.1823
Yxy38.74370.49070.4117
Hunter Lab62.244423.488634.8246
CIE-Lab68.565228.554658.0965

#ee913b color RGB value is (238,145,59).

#ee913b hex color red value is 238, green value is 145 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ee913b hue: 0.08 , saturation: 0.84 and the lightness value of ee913b is 0.58.

The process color (four color CMYK) of #ee913b color hex is 0.00, 0.39, 0.75, 0.07. Web safe color of #ee913b is #ff9933. Color #ee913b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010001 00111011
Octal 356 221 73
Decimal 238 145 59
Hex EE 91 3B

RGB Percentages of Color #ee913b

%53.85
%32.81
%13.35

CMYK Percentages of Color #ee913b

%0
%39
%75
%7

Triadic Colors of #ee913b

#ee913b #3bee91 #913bee

Analogous Colors of #ee913b

#ee913b #eeeb3b #ee3b3f

Monochromatic Colors of #ee913b

#ee913b

Complementary Color

#ee913b #3b98ee

#ee913b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee913b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee913b Color CSS Codes

.mybgcolor {background-color:#ee913b; } 
.myforecolor {color:#ee913b; }
.mybordercolor {border:3px solid #ee913b; }

#ee913b Text Font Color

<p style="color:#ee913b">Text here</p>

This sample text font color is #ee913b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ee913b Background Color

<div style="background-color:#ee913b">
Div content here</div>

This div background color is #ee913b


#ee913b Border Color

<div style="border:3px solid #ee913b">
Div here</div>

This div border color is #ee913b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,145,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ee913b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ee913b;
  -webkit-box-shadow: 1px 1px 3px 2px #ee913b;
  box-shadow:         1px 1px 3px 2px #ee913b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,145,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ee913b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ee913b;
  -webkit-box-shadow: 1px 1px 3px 2px #ee913b;
  box-shadow:         1px 1px 3px 2px #ee913b;">
Div content here</div>

This div box has shadow with color #ee913b


Comments

No comments written yet.

Please login to write comment.