Color Hex Logo

#e4d22a Color Hex

#E4D22A
(228,210,42)
0 Favorites   0 Comments

Color spaces of #e4d22a

RGB 22821042
HSL0.150.780.53
HSV54°82°89°
CMYK 0.000.080.82   0.11
XYZ55.459462.754311.3803
Yxy62.75430.42790.4842
Hunter Lab79.2176-13.664946.9348
CIE-Lab83.3129-10.259777.0197

#e4d22a color RGB value is (228,210,42).

#e4d22a hex color red value is 228, green value is 210 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e4d22a hue: 0.15 , saturation: 0.78 and the lightness value of e4d22a is 0.53.

The process color (four color CMYK) of #e4d22a color hex is 0.00, 0.08, 0.82, 0.11. Web safe color of #e4d22a is #cccc33. Color #e4d22a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11010010 00101010
Octal 344 322 52
Decimal 228 210 42
Hex E4 D2 2A

RGB Percentages of Color #e4d22a

%47.50
%43.75
%8.75

CMYK Percentages of Color #e4d22a

%0
%8
%82
%11

Triadic Colors of #e4d22a

#e4d22a #2ae4d2 #d22ae4

Analogous Colors of #e4d22a

#e4d22a #99e42a #e4752a

Monochromatic Colors of #e4d22a

#e4d22a

Complementary Color

#e4d22a #2a3ce4

#e4d22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4d22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4d22a Color CSS Codes

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

#e4d22a Text Font Color

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

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


#e4d22a Background Color

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

This div background color is #e4d22a


#e4d22a Border Color

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

This div border color is #e4d22a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,210,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4d22a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4d22a;
  -webkit-box-shadow: 1px 1px 3px 2px #e4d22a;
  box-shadow:         1px 1px 3px 2px #e4d22a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,210,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4d22a


Comments

No comments written yet.

Please login to write comment.