Color Hex Logo

#e5aa59 Color Hex

#E5AA59
(229,170,89)
0 Favorites   0 Comments

Color spaces of #e5aa59

RGB 22917089
HSL0.100.730.62
HSV35°61°90°
CMYK 0.000.260.61   0.10
XYZ48.491046.128715.7992
Yxy46.12870.43920.4178
Hunter Lab67.91818.585633.7506
CIE-Lab73.629013.193549.4362

#e5aa59 color RGB value is (229,170,89).

#e5aa59 hex color red value is 229, green value is 170 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #e5aa59 hue: 0.10 , saturation: 0.73 and the lightness value of e5aa59 is 0.62.

The process color (four color CMYK) of #e5aa59 color hex is 0.00, 0.26, 0.61, 0.10. Web safe color of #e5aa59 is #cc9966. Color #e5aa59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101010 01011001
Octal 345 252 131
Decimal 229 170 89
Hex E5 AA 59

RGB Percentages of Color #e5aa59

%46.93
%34.84
%18.24

CMYK Percentages of Color #e5aa59

%0
%26
%61
%10

Triadic Colors of #e5aa59

#e5aa59 #59e5aa #aa59e5

Analogous Colors of #e5aa59

#e5aa59 #dae559 #e56459

Monochromatic Colors of #e5aa59

#e5aa59

Complementary Color

#e5aa59 #5994e5

#e5aa59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5aa59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5aa59 Color CSS Codes

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

#e5aa59 Text Font Color

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

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


#e5aa59 Background Color

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

This div background color is #e5aa59


#e5aa59 Border Color

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

This div border color is #e5aa59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,170,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5aa59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5aa59;
  -webkit-box-shadow: 1px 1px 3px 2px #e5aa59;
  box-shadow:         1px 1px 3px 2px #e5aa59; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,170,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5aa59


Comments

No comments written yet.

Please login to write comment.