Color Hex Logo

#eae04a Color Hex

#EAE04A
(234,224,74)
0 Favorites   0 Comments

Color spaces of #eae04a

RGB 23422474
HSL0.160.790.60
HSV56°68°92°
CMYK 0.000.040.68   0.08
XYZ61.823471.298116.9820
Yxy71.29810.41190.4750
Hunter Lab84.4382-17.073947.1825
CIE-Lab87.6296-13.459871.0155

#eae04a color RGB value is (234,224,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100000 01001010
Octal 352 340 112
Decimal 234 224 74
Hex EA E0 4A

RGB Percentages of Color #eae04a

%43.98
%42.11
%13.91

CMYK Percentages of Color #eae04a

%0
%4
%68
%8

Triadic Colors of #eae04a

#eae04a #4aeae0 #e04aea

Analogous Colors of #eae04a

#eae04a #a4ea4a #ea904a

Monochromatic Colors of #eae04a

#eae04a

Complementary Color

#eae04a #4a54ea

#eae04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae04a Color CSS Codes

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

#eae04a Text Font Color

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

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


#eae04a Background Color

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

This div background color is #eae04a


#eae04a Border Color

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

This div border color is #eae04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae04a


Comments

No comments written yet.

Please login to write comment.