Color Hex Logo

#eaa005 Color Hex

#EAA005
(234,160,5)
0 Favorites   0 Comments

Color spaces of #eaa005

RGB 2341605
HSL0.110.960.47
HSV41°98°92°
CMYK 0.000.320.98   0.08
XYZ46.529942.64505.9225
Yxy42.64500.48930.4484
Hunter Lab65.303112.904640.3350
CIE-Lab71.313417.714474.7620

#eaa005 color RGB value is (234,160,5).

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

The process color (four color CMYK) of #eaa005 color hex is 0.00, 0.32, 0.98, 0.08. Web safe color of #eaa005 is #ff9900. Color #eaa005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100000 00000101
Octal 352 240 5
Decimal 234 160 5
Hex EA A0 5

RGB Percentages of Color #eaa005

%58.65
%40.10
%1.25

CMYK Percentages of Color #eaa005

%0
%32
%98
%8

Triadic Colors of #eaa005

#eaa005 #05eaa0 #a005ea

Analogous Colors of #eaa005

#eaa005 #c2ea05 #ea2e05

Monochromatic Colors of #eaa005

#eaa005

Complementary Color

#eaa005 #054fea

#eaa005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa005 Color CSS Codes

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

#eaa005 Text Font Color

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

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


#eaa005 Background Color

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

This div background color is #eaa005


#eaa005 Border Color

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

This div border color is #eaa005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa005


Comments

No comments written yet.

Please login to write comment.