Color Hex Logo

#eaa50f Color Hex

#EAA50F
(234,165,15)
0 Favorites   0 Comments

Color spaces of #eaa50f

RGB 23416515
HSL0.110.880.49
HSV41°94°92°
CMYK 0.000.290.94   0.08
XYZ47.473044.43726.5271
Yxy44.43720.48230.4514
Hunter Lab66.661210.462240.8575
CIE-Lab72.519815.159074.3464

#eaa50f color RGB value is (234,165,15).

#eaa50f hex color red value is 234, green value is 165 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eaa50f hue: 0.11 , saturation: 0.88 and the lightness value of eaa50f is 0.49.

The process color (four color CMYK) of #eaa50f color hex is 0.00, 0.29, 0.94, 0.08. Web safe color of #eaa50f is #ff9900. Color #eaa50f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 00001111
Octal 352 245 17
Decimal 234 165 15
Hex EA A5 F

RGB Percentages of Color #eaa50f

%56.52
%39.86
%3.62

CMYK Percentages of Color #eaa50f

%0
%29
%94
%8

Triadic Colors of #eaa50f

#eaa50f #0feaa5 #a50fea

Analogous Colors of #eaa50f

#eaa50f #c2ea0f #ea370f

Monochromatic Colors of #eaa50f

#eaa50f

Complementary Color

#eaa50f #0f54ea

#eaa50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa50f Color CSS Codes

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

#eaa50f Text Font Color

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

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


#eaa50f Background Color

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

This div background color is #eaa50f


#eaa50f Border Color

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

This div border color is #eaa50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa50f


Comments

No comments written yet.

Please login to write comment.