color codes Logo

#eaa60b color codes

#EAA60B
(234,166,11)
0 Favorites   0 Comments

Color spaces of #eaa60b

RGB 23416611
HSL0.120.910.48
HSV42°95°92°
CMYK 0.000.290.95   0.08
XYZ47.628344.78906.4515
Yxy44.78900.48170.4530
Hunter Lab66.92469.915341.1317
CIE-Lab72.752714.586875.0515

#eaa60b color RGB value is (234,166,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 00001011
Octal 352 246 13
Decimal 234 166 11
Hex EA A6 B

RGB Percentages of Color #eaa60b

%56.93
%40.39
%2.68

CMYK Percentages of Color #eaa60b

%0
%29
%95
%8

Triadic Colors of #eaa60b

#eaa60b #0beaa6 #a60bea

Analogous Colors of #eaa60b

#eaa60b #bfea0b #ea370b

Monochromatic Colors of #eaa60b

#eaa60b

Complementary Color

#eaa60b #0b4fea

#eaa60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa60b Color CSS Codes

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

#eaa60b Text Font Color

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

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


#eaa60b Background Color

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

This div background color is #eaa60b


#eaa60b Border Color

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

This div border color is #eaa60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa60b


Comments

No comments written yet.

Please login to write comment.