Color Hex Logo

#ee953b Color Hex

#EE953B
(238,149,59)
0 Favorites   0 Comments

Color spaces of #ee953b

RGB 23814959
HSL0.080.840.58
HSV30°75°93°
CMYK 0.000.370.75   0.07
XYZ46.796839.98789.3896
Yxy39.98780.48660.4158
Hunter Lab63.235921.433535.4614
CIE-Lab69.460826.451458.9856

#ee953b color RGB value is (238,149,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010101 00111011
Octal 356 225 73
Decimal 238 149 59
Hex EE 95 3B

RGB Percentages of Color #ee953b

%53.36
%33.41
%13.23

CMYK Percentages of Color #ee953b

%0
%37
%75
%7

Triadic Colors of #ee953b

#ee953b #3bee95 #953bee

Analogous Colors of #ee953b

#ee953b #eeee3b #ee3c3b

Monochromatic Colors of #ee953b

#ee953b

Complementary Color

#ee953b #3b94ee

#ee953b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee953b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee953b Color CSS Codes

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

#ee953b Text Font Color

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

This sample text font color is #ee953b
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.


#ee953b Background Color

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

This div background color is #ee953b


#ee953b Border Color

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

This div border color is #ee953b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,149,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 #ee953b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee953b

#ee953b Color Palettes


Comments

No comments written yet.

Please login to write comment.