Color Hex Logo

#eaa70f Color Hex

#EAA70F
(234,167,15)
0 Favorites   0 Comments

Color spaces of #eaa70f

RGB 23416715
HSL0.120.880.49
HSV42°94°92°
CMYK 0.000.290.94   0.08
XYZ47.836645.16436.6483
Yxy45.16430.48010.4532
Hunter Lab67.20449.450041.1777
CIE-Lab72.999914.099474.6928

#eaa70f color RGB value is (234,167,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100111 00001111
Octal 352 247 17
Decimal 234 167 15
Hex EA A7 F

RGB Percentages of Color #eaa70f

%56.25
%40.14
%3.61

CMYK Percentages of Color #eaa70f

%0
%29
%94
%8

Triadic Colors of #eaa70f

#eaa70f #0feaa7 #a70fea

Analogous Colors of #eaa70f

#eaa70f #c0ea0f #ea3a0f

Monochromatic Colors of #eaa70f

#eaa70f

Complementary Color

#eaa70f #0f52ea

#eaa70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa70f Color CSS Codes

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

#eaa70f Text Font Color

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

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


#eaa70f Background Color

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

This div background color is #eaa70f


#eaa70f Border Color

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

This div border color is #eaa70f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,167,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 #eaa70f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa70f


Comments

No comments written yet.

Please login to write comment.