Color Hex Logo

#e9d85a Color Hex

#E9D85A
(233,216,90)
0 Favorites   0 Comments

Color spaces of #e9d85a

RGB 23321690
HSL0.150.760.63
HSV53°61°91°
CMYK 0.000.070.61   0.09
XYZ60.005667.173619.4760
Yxy67.17360.40920.4580
Hunter Lab81.9595-12.742643.2826
CIE-Lab85.5915-8.963262.4701

#e9d85a color RGB value is (233,216,90).

#e9d85a hex color red value is 233, green value is 216 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #e9d85a hue: 0.15 , saturation: 0.76 and the lightness value of e9d85a is 0.63.

The process color (four color CMYK) of #e9d85a color hex is 0.00, 0.07, 0.61, 0.09. Web safe color of #e9d85a is #ffcc66. Color #e9d85a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011000 01011010
Octal 351 330 132
Decimal 233 216 90
Hex E9 D8 5A

RGB Percentages of Color #e9d85a

%43.23
%40.07
%16.70

CMYK Percentages of Color #e9d85a

%0
%7
%61
%9

Triadic Colors of #e9d85a

#e9d85a #5ae9d8 #d85ae9

Analogous Colors of #e9d85a

#e9d85a #b3e95a #e9915a

Monochromatic Colors of #e9d85a

#e9d85a

Complementary Color

#e9d85a #5a6be9

#e9d85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9d85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9d85a Color CSS Codes

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

#e9d85a Text Font Color

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

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


#e9d85a Background Color

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

This div background color is #e9d85a


#e9d85a Border Color

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

This div border color is #e9d85a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,216,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9d85a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9d85a;
  -webkit-box-shadow: 1px 1px 3px 2px #e9d85a;
  box-shadow:         1px 1px 3px 2px #e9d85a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,216,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9d85a


Comments

No comments written yet.

Please login to write comment.