Color Hex Logo

#eae53a Color Hex

#EAE53A
(234,229,58)
0 Favorites   0 Comments

Color spaces of #eae53a

RGB 23422958
HSL0.160.810.57
HSV58°75°92°
CMYK 0.000.020.75   0.08
XYZ62.714773.836514.9494
Yxy73.83650.41400.4874
Hunter Lab85.9282-20.096049.8347
CIE-Lab88.8452-16.627177.5901

#eae53a color RGB value is (234,229,58).

#eae53a hex color red value is 234, green value is 229 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eae53a hue: 0.16 , saturation: 0.81 and the lightness value of eae53a is 0.57.

The process color (four color CMYK) of #eae53a color hex is 0.00, 0.02, 0.75, 0.08. Web safe color of #eae53a is #ffcc33. Color #eae53a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100101 00111010
Octal 352 345 72
Decimal 234 229 58
Hex EA E5 3A

RGB Percentages of Color #eae53a

%44.91
%43.95
%11.13

CMYK Percentages of Color #eae53a

%0
%2
%75
%8

Triadic Colors of #eae53a

#eae53a #3aeae5 #e53aea

Analogous Colors of #eae53a

#eae53a #97ea3a #ea8d3a

Monochromatic Colors of #eae53a

#eae53a

Complementary Color

#eae53a #3a3fea

#eae53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae53a Color CSS Codes

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

#eae53a Text Font Color

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

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


#eae53a Background Color

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

This div background color is #eae53a


#eae53a Border Color

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

This div border color is #eae53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae53a


Comments

No comments written yet.

Please login to write comment.