Color Hex Logo

#eea96b Color Hex

#EEA96B
(238,169,107)
0 Favorites   0 Comments

Color spaces of #eea96b

RGB 238169107
HSL0.080.790.68
HSV28°55°93°
CMYK 0.000.290.55   0.07
XYZ52.101747.614620.3544
Yxy47.61460.43390.3966
Hunter Lab69.003314.022530.8131
CIE-Lab74.581218.769041.8175

#eea96b color RGB value is (238,169,107).

#eea96b hex color red value is 238, green value is 169 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eea96b hue: 0.08 , saturation: 0.79 and the lightness value of eea96b is 0.68.

The process color (four color CMYK) of #eea96b color hex is 0.00, 0.29, 0.55, 0.07. Web safe color of #eea96b is #ff9966. Color #eea96b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 01101011
Octal 356 251 153
Decimal 238 169 107
Hex EE A9 6B

RGB Percentages of Color #eea96b

%46.30
%32.88
%20.82

CMYK Percentages of Color #eea96b

%0
%29
%55
%7

Triadic Colors of #eea96b

#eea96b #6beea9 #a96bee

Analogous Colors of #eea96b

#eea96b #eeeb6b #ee6b6f

Monochromatic Colors of #eea96b

#eea96b

Complementary Color

#eea96b #6bb0ee

#eea96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea96b Color CSS Codes

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

#eea96b Text Font Color

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

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


#eea96b Background Color

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

This div background color is #eea96b


#eea96b Border Color

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

This div border color is #eea96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea96b


Comments

No comments written yet.

Please login to write comment.