Color Hex Logo

#eaa02f Color Hex

#EAA02F
(234,160,47)
0 Favorites   0 Comments

Color spaces of #eaa02f

RGB 23416047
HSL0.100.820.55
HSV36°80°92°
CMYK 0.000.320.80   0.08
XYZ47.015642.83938.4801
Yxy42.83930.47810.4356
Hunter Lab65.451713.680438.1344
CIE-Lab71.445818.510065.3582

#eaa02f color RGB value is (234,160,47).

#eaa02f hex color red value is 234, green value is 160 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eaa02f hue: 0.10 , saturation: 0.82 and the lightness value of eaa02f is 0.55.

The process color (four color CMYK) of #eaa02f color hex is 0.00, 0.32, 0.80, 0.08. Web safe color of #eaa02f is #ff9933. Color #eaa02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 00101111
Octal 352 240 57
Decimal 234 160 47
Hex EA A0 2F

RGB Percentages of Color #eaa02f

%53.06
%36.28
%10.66

CMYK Percentages of Color #eaa02f

%0
%32
%80
%8

Triadic Colors of #eaa02f

#eaa02f #2feaa0 #a02fea

Analogous Colors of #eaa02f

#eaa02f #d7ea2f #ea432f

Monochromatic Colors of #eaa02f

#eaa02f

Complementary Color

#eaa02f #2f79ea

#eaa02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa02f Color CSS Codes

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

#eaa02f Text Font Color

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

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


#eaa02f Background Color

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

This div background color is #eaa02f


#eaa02f Border Color

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

This div border color is #eaa02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa02f

#eaa02f Color Palettes


Comments

No comments written yet.

Please login to write comment.