Color Hex Logo

#eaa70a Color Hex

#EAA70A
(234,167,10)
0 Favorites   0 Comments

Color spaces of #eaa70a

RGB 23416710
HSL0.120.920.48
HSV42°96°92°
CMYK 0.000.290.96   0.08
XYZ47.805245.15186.4827
Yxy45.15180.48070.4541
Hunter Lab67.19519.400441.3165
CIE-Lab72.991714.047875.3381

#eaa70a color RGB value is (234,167,10).

#eaa70a hex color red value is 234, green value is 167 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eaa70a hue: 0.12 , saturation: 0.92 and the lightness value of eaa70a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100111 00001010
Octal 352 247 12
Decimal 234 167 10
Hex EA A7 A

RGB Percentages of Color #eaa70a

%56.93
%40.63
%2.43

CMYK Percentages of Color #eaa70a

%0
%29
%96
%8

Triadic Colors of #eaa70a

#eaa70a #0aeaa7 #a70aea

Analogous Colors of #eaa70a

#eaa70a #bdea0a #ea370a

Monochromatic Colors of #eaa70a

#eaa70a

Complementary Color

#eaa70a #0a4dea

#eaa70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa70a Color CSS Codes

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

#eaa70a Text Font Color

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

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


#eaa70a Background Color

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

This div background color is #eaa70a


#eaa70a Border Color

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

This div border color is #eaa70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa70a


Comments

No comments written yet.

Please login to write comment.