color codes Logo

#e9d02f color codes

#E9D02F
(233,208,47)
0 Favorites   0 Comments

Color spaces of #e9d02f

RGB 23320847
HSL0.140.810.55
HSV52°80°91°
CMYK 0.000.110.80   0.09
XYZ56.673262.640611.7932
Yxy62.64060.43230.4778
Hunter Lab79.1458-10.688446.5675
CIE-Lab83.2529-6.974975.7904

#e9d02f color RGB value is (233,208,47).

#e9d02f hex color red value is 233, green value is 208 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e9d02f hue: 0.14 , saturation: 0.81 and the lightness value of e9d02f is 0.55.

The process color (four color CMYK) of #e9d02f color code is 0.00, 0.11, 0.80, 0.09. Web safe color of #e9d02f is #ffcc33. Color #e9d02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11010000 00101111
Octal 351 320 57
Decimal 233 208 47
Hex E9 D0 2F

RGB Percentages of Color #e9d02f

%47.75
%42.62
%9.63

CMYK Percentages of Color #e9d02f

%0
%11
%80
%9

Triadic Colors of #e9d02f

#e9d02f #2fe9d0 #d02fe9

Analogous Colors of #e9d02f

#e9d02f #a5e92f #e9732f

Monochromatic Colors of #e9d02f

#e9d02f

Complementary Color

#e9d02f #2f48e9

#e9d02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9d02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9d02f Color CSS Codes

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

#e9d02f Text Font Color

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

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


#e9d02f Background Color

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

This div background color is #e9d02f


#e9d02f Border Color

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

This div border color is #e9d02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9d02f


Comments

No comments written yet.

Please login to write comment.