Color Hex Logo

#eaaa0f Color Hex

#EAAA0F
(234,170,15)
0 Favorites   0 Comments

Color spaces of #eaaa0f

RGB 23417015
HSL0.120.880.49
HSV42°94°92°
CMYK 0.000.270.94   0.08
XYZ48.392646.27646.8336
Yxy46.27640.47680.4559
Hunter Lab68.02687.933841.6628
CIE-Lab73.724512.511275.2171

#eaaa0f color RGB value is (234,170,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 00001111
Octal 352 252 17
Decimal 234 170 15
Hex EA AA F

RGB Percentages of Color #eaaa0f

%55.85
%40.57
%3.58

CMYK Percentages of Color #eaaa0f

%0
%27
%94
%8

Triadic Colors of #eaaa0f

#eaaa0f #0feaaa #aa0fea

Analogous Colors of #eaaa0f

#eaaa0f #bdea0f #ea3d0f

Monochromatic Colors of #eaaa0f

#eaaa0f

Complementary Color

#eaaa0f #0f4fea

#eaaa0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa0f Color CSS Codes

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

#eaaa0f Text Font Color

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

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


#eaaa0f Background Color

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

This div background color is #eaaa0f


#eaaa0f Border Color

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

This div border color is #eaaa0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa0f


Comments

No comments written yet.

Please login to write comment.