Color Hex Logo

#eae047 Color Hex

#EAE047
(234,224,71)
0 Favorites   0 Comments

Color spaces of #eae047

RGB 23422471
HSL0.160.800.60
HSV56°70°92°
CMYK 0.000.040.70   0.08
XYZ61.724771.258716.4623
Yxy71.25870.41300.4768
Hunter Lab84.4149-17.205747.5279
CIE-Lab87.6105-13.608272.0921

#eae047 color RGB value is (234,224,71).

#eae047 hex color red value is 234, green value is 224 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #eae047 hue: 0.16 , saturation: 0.80 and the lightness value of eae047 is 0.60.

The process color (four color CMYK) of #eae047 color hex is 0.00, 0.04, 0.70, 0.08. Web safe color of #eae047 is #ffcc33. Color #eae047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100000 01000111
Octal 352 340 107
Decimal 234 224 71
Hex EA E0 47

RGB Percentages of Color #eae047

%44.23
%42.34
%13.42

CMYK Percentages of Color #eae047

%0
%4
%70
%8

Triadic Colors of #eae047

#eae047 #47eae0 #e047ea

Analogous Colors of #eae047

#eae047 #a3ea47 #ea8f47

Monochromatic Colors of #eae047

#eae047

Complementary Color

#eae047 #4751ea

#eae047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae047 Color CSS Codes

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

#eae047 Text Font Color

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

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


#eae047 Background Color

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

This div background color is #eae047


#eae047 Border Color

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

This div border color is #eae047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae047


Comments

No comments written yet.

Please login to write comment.