Color Hex Logo

#e5a15e Color Hex

#E5A15E
(229,161,94)
0 Favorites   0 Comments

Color spaces of #e5a15e

RGB 22916194
HSL0.080.720.63
HSV30°59°90°
CMYK 0.000.300.59   0.10
XYZ47.078342.955916.3997
Yxy42.95590.44230.4036
Hunter Lab65.540813.521331.0429
CIE-Lab71.525018.344144.4937

#e5a15e color RGB value is (229,161,94).

#e5a15e hex color red value is 229, green value is 161 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e5a15e hue: 0.08 , saturation: 0.72 and the lightness value of e5a15e is 0.63.

The process color (four color CMYK) of #e5a15e color hex is 0.00, 0.30, 0.59, 0.10. Web safe color of #e5a15e is #cc9966. Color #e5a15e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10100001 01011110
Octal 345 241 136
Decimal 229 161 94
Hex E5 A1 5E

RGB Percentages of Color #e5a15e

%47.31
%33.26
%19.42

CMYK Percentages of Color #e5a15e

%0
%30
%59
%10

Triadic Colors of #e5a15e

#e5a15e #5ee5a1 #a15ee5

Analogous Colors of #e5a15e

#e5a15e #e5e55e #e55e5e

Monochromatic Colors of #e5a15e

#e5a15e

Complementary Color

#e5a15e #5ea2e5

#e5a15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5a15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5a15e Color CSS Codes

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

#e5a15e Text Font Color

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

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


#e5a15e Background Color

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

This div background color is #e5a15e


#e5a15e Border Color

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

This div border color is #e5a15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5a15e


Comments

No comments written yet.

Please login to write comment.