Color Hex Logo

#eaa208 Color Hex

#EAA208
(234,162,8)
0 Favorites   0 Comments

Color spaces of #eaa208

RGB 2341628
HSL0.110.930.47
HSV41°97°92°
CMYK 0.000.310.97   0.08
XYZ46.895843.35066.1256
Yxy43.35060.48660.4498
Hunter Lab65.841211.915740.5727
CIE-Lab71.792316.680374.7312

#eaa208 color RGB value is (234,162,8).

#eaa208 hex color red value is 234, green value is 162 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #eaa208 hue: 0.11 , saturation: 0.93 and the lightness value of eaa208 is 0.47.

The process color (four color CMYK) of #eaa208 color hex is 0.00, 0.31, 0.97, 0.08. Web safe color of #eaa208 is #ff9900. Color #eaa208 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 00001000
Octal 352 242 10
Decimal 234 162 8
Hex EA A2 8

RGB Percentages of Color #eaa208

%57.92
%40.10
%1.98

CMYK Percentages of Color #eaa208

%0
%31
%97
%8

Triadic Colors of #eaa208

#eaa208 #08eaa2 #a208ea

Analogous Colors of #eaa208

#eaa208 #c1ea08 #ea3108

Monochromatic Colors of #eaa208

#eaa208

Complementary Color

#eaa208 #0850ea

#eaa208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa208 Color CSS Codes

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

#eaa208 Text Font Color

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

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


#eaa208 Background Color

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

This div background color is #eaa208


#eaa208 Border Color

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

This div border color is #eaa208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa208


Comments

No comments written yet.

Please login to write comment.