Color Hex Logo

#eaa806 Color Hex

#EAA806
(234,168,6)
0 Favorites   0 Comments

Color spaces of #eaa806

RGB 2341686
HSL0.120.950.47
HSV43°97°92°
CMYK 0.000.280.97   0.08
XYZ47.967245.51086.4286
Yxy45.51080.48010.4555
Hunter Lab67.46178.860741.5733
CIE-Lab73.227013.482575.9615

#eaa806 color RGB value is (234,168,6).

#eaa806 hex color red value is 234, green value is 168 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #eaa806 hue: 0.12 , saturation: 0.95 and the lightness value of eaa806 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101000 00000110
Octal 352 250 6
Decimal 234 168 6
Hex EA A8 6

RGB Percentages of Color #eaa806

%57.35
%41.18
%1.47

CMYK Percentages of Color #eaa806

%0
%28
%97
%8

Triadic Colors of #eaa806

#eaa806 #06eaa8 #a806ea

Analogous Colors of #eaa806

#eaa806 #baea06 #ea3606

Monochromatic Colors of #eaa806

#eaa806

Complementary Color

#eaa806 #0648ea

#eaa806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa806 Color CSS Codes

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

#eaa806 Text Font Color

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

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


#eaa806 Background Color

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

This div background color is #eaa806


#eaa806 Border Color

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

This div border color is #eaa806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa806


Comments

No comments written yet.

Please login to write comment.