Color Hex Logo

#e0d924 Color Hex

#E0D924
(224,217,36)
0 Favorites   0 Comments

Color spaces of #e0d924

RGB 22421736
HSL0.160.750.51
HSV58°84°88°
CMYK 0.000.030.84   0.12
XYZ55.871865.600411.3864
Yxy65.60040.42050.4938
Hunter Lab80.9941-18.605748.3607
CIE-Lab84.7922-15.602779.5533

#e0d924 color RGB value is (224,217,36).

#e0d924 hex color red value is 224, green value is 217 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #e0d924 hue: 0.16 , saturation: 0.75 and the lightness value of e0d924 is 0.51.

The process color (four color CMYK) of #e0d924 color hex is 0.00, 0.03, 0.84, 0.12. Web safe color of #e0d924 is #cccc33. Color #e0d924 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011001 00100100
Octal 340 331 44
Decimal 224 217 36
Hex E0 D9 24

RGB Percentages of Color #e0d924

%46.96
%45.49
%7.55

CMYK Percentages of Color #e0d924

%0
%3
%84
%12

Triadic Colors of #e0d924

#e0d924 #24e0d9 #d924e0

Analogous Colors of #e0d924

#e0d924 #89e024 #e07b24

Monochromatic Colors of #e0d924

#e0d924

Complementary Color

#e0d924 #242be0

#e0d924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0d924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0d924 Color CSS Codes

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

#e0d924 Text Font Color

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

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


#e0d924 Background Color

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

This div background color is #e0d924


#e0d924 Border Color

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

This div border color is #e0d924


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,217,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0d924; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0d924;
  -webkit-box-shadow: 1px 1px 3px 2px #e0d924;
  box-shadow:         1px 1px 3px 2px #e0d924; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,217,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0d924


Comments

No comments written yet.

Please login to write comment.