Color Hex Logo

#e9d80e Color Hex

#E9D80E
(233,216,14)
0 Favorites   0 Comments

Color spaces of #e9d80e

RGB 23321614
HSL0.150.890.48
HSV55°94°91°
CMYK 0.000.070.94   0.09
XYZ58.239466.467110.1753
Yxy66.46710.43180.4928
Hunter Lab81.5274-15.160749.6693
CIE-Lab85.2341-11.673083.7820

#e9d80e color RGB value is (233,216,14).

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

The process color (four color CMYK) of #e9d80e color hex is 0.00, 0.07, 0.94, 0.09. Web safe color of #e9d80e is #ffcc00. Color #e9d80e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011000 00001110
Octal 351 330 16
Decimal 233 216 14
Hex E9 D8 E

RGB Percentages of Color #e9d80e

%50.32
%46.65
%3.02

CMYK Percentages of Color #e9d80e

%0
%7
%94
%9

Triadic Colors of #e9d80e

#e9d80e #0ee9d8 #d80ee9

Analogous Colors of #e9d80e

#e9d80e #8de90e #e96b0e

Monochromatic Colors of #e9d80e

#e9d80e

Complementary Color

#e9d80e #0e1fe9

#e9d80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9d80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9d80e Color CSS Codes

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

#e9d80e Text Font Color

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

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


#e9d80e Background Color

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

This div background color is #e9d80e


#e9d80e Border Color

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

This div border color is #e9d80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9d80e


Comments

No comments written yet.

Please login to write comment.