Color Hex Logo

#eaa72a Color Hex

#EAA72A
(234,167,42)
0 Favorites   0 Comments

Color spaces of #eaa72a

RGB 23416742
HSL0.110.820.54
HSV39°82°92°
CMYK 0.000.290.82   0.08
XYZ48.168345.29708.3949
Yxy45.29700.47290.4447
Hunter Lab67.30309.970839.7167
CIE-Lab73.087014.641268.4750

#eaa72a color RGB value is (234,167,42).

#eaa72a hex color red value is 234, green value is 167 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eaa72a hue: 0.11 , saturation: 0.82 and the lightness value of eaa72a is 0.54.

The process color (four color CMYK) of #eaa72a color hex is 0.00, 0.29, 0.82, 0.08. Web safe color of #eaa72a is #ff9933. Color #eaa72a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100111 00101010
Octal 352 247 52
Decimal 234 167 42
Hex EA A7 2A

RGB Percentages of Color #eaa72a

%52.82
%37.70
%9.48

CMYK Percentages of Color #eaa72a

%0
%29
%82
%8

Triadic Colors of #eaa72a

#eaa72a #2aeaa7 #a72aea

Analogous Colors of #eaa72a

#eaa72a #cdea2a #ea472a

Monochromatic Colors of #eaa72a

#eaa72a

Complementary Color

#eaa72a #2a6dea

#eaa72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa72a Color CSS Codes

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

#eaa72a Text Font Color

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

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


#eaa72a Background Color

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

This div background color is #eaa72a


#eaa72a Border Color

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

This div border color is #eaa72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa72a


Comments

No comments written yet.

Please login to write comment.