Color Hex Logo

#eaa55a Color Hex

#EAA55A
(234,165,90)
0 Favorites   0 Comments

Color spaces of #eaa55a

RGB 23416590
HSL0.090.770.64
HSV31°62°92°
CMYK 0.000.290.62   0.08
XYZ49.232345.140915.7911
Yxy45.14090.44690.4098
Hunter Lab67.187013.221433.0958
CIE-Lab72.984617.996748.3431

#eaa55a color RGB value is (234,165,90).

#eaa55a hex color red value is 234, green value is 165 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #eaa55a hue: 0.09 , saturation: 0.77 and the lightness value of eaa55a is 0.64.

The process color (four color CMYK) of #eaa55a color hex is 0.00, 0.29, 0.62, 0.08. Web safe color of #eaa55a is #ff9966. Color #eaa55a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 01011010
Octal 352 245 132
Decimal 234 165 90
Hex EA A5 5A

RGB Percentages of Color #eaa55a

%47.85
%33.74
%18.40

CMYK Percentages of Color #eaa55a

%0
%29
%62
%8

Triadic Colors of #eaa55a

#eaa55a #5aeaa5 #a55aea

Analogous Colors of #eaa55a

#eaa55a #e7ea5a #ea5d5a

Monochromatic Colors of #eaa55a

#eaa55a

Complementary Color

#eaa55a #5a9fea

#eaa55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa55a Color CSS Codes

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

#eaa55a Text Font Color

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

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


#eaa55a Background Color

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

This div background color is #eaa55a


#eaa55a Border Color

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

This div border color is #eaa55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa55a


Comments

No comments written yet.

Please login to write comment.