Color Hex Logo

#eea85b Color Hex

#EEA85B
(238,168,91)
0 Favorites   0 Comments

Color spaces of #eea85b

RGB 23816891
HSL0.090.810.65
HSV31°62°93°
CMYK 0.000.290.62   0.07
XYZ51.150946.937716.2615
Yxy46.93770.44730.4105
Hunter Lab68.511113.375033.8849
CIE-Lab74.149918.123649.3191

#eea85b color RGB value is (238,168,91).

#eea85b hex color red value is 238, green value is 168 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #eea85b hue: 0.09 , saturation: 0.81 and the lightness value of eea85b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101000 01011011
Octal 356 250 133
Decimal 238 168 91
Hex EE A8 5B

RGB Percentages of Color #eea85b

%47.89
%33.80
%18.31

CMYK Percentages of Color #eea85b

%0
%29
%62
%7

Triadic Colors of #eea85b

#eea85b #5beea8 #a85bee

Analogous Colors of #eea85b

#eea85b #ebee5b #ee5e5b

Monochromatic Colors of #eea85b

#eea85b

Complementary Color

#eea85b #5ba1ee

#eea85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea85b Color CSS Codes

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

#eea85b Text Font Color

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

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


#eea85b Background Color

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

This div background color is #eea85b


#eea85b Border Color

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

This div border color is #eea85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea85b


Comments

No comments written yet.

Please login to write comment.