color codes Logo

#eaa60f color codes

#EAA60F
(234,166,15)
0 Favorites   0 Comments

Color spaces of #eaa60f

RGB 23416615
HSL0.110.880.49
HSV41°94°92°
CMYK 0.000.290.94   0.08
XYZ47.654144.79946.5874
Yxy44.79940.48120.4523
Hunter Lab66.93249.955841.0174
CIE-Lab72.759614.628974.5197

#eaa60f color RGB value is (234,166,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 00001111
Octal 352 246 17
Decimal 234 166 15
Hex EA A6 F

RGB Percentages of Color #eaa60f

%56.39
%40.00
%3.61

CMYK Percentages of Color #eaa60f

%0
%29
%94
%8

Triadic Colors of #eaa60f

#eaa60f #0feaa6 #a60fea

Analogous Colors of #eaa60f

#eaa60f #c1ea0f #ea390f

Monochromatic Colors of #eaa60f

#eaa60f

Complementary Color

#eaa60f #0f53ea

#eaa60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa60f Color CSS Codes

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

#eaa60f Text Font Color

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

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


#eaa60f Background Color

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

This div background color is #eaa60f


#eaa60f Border Color

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

This div border color is #eaa60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa60f


Comments

No comments written yet.

Please login to write comment.