Color Hex Logo

#e59a5b Color Hex

#E59A5B
(229,154,91)
0 Favorites   0 Comments

Color spaces of #e59a5b

RGB 22915491
HSL0.080.730.63
HSV27°60°90°
CMYK 0.000.330.60   0.10
XYZ45.757040.524515.3079
Yxy40.52450.45040.3989
Hunter Lab63.658916.900030.3039
CIE-Lab69.841521.864544.0069

#e59a5b color RGB value is (229,154,91).

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

The process color (four color CMYK) of #e59a5b color hex is 0.00, 0.33, 0.60, 0.10. Web safe color of #e59a5b is #cc9966. Color #e59a5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011010 01011011
Octal 345 232 133
Decimal 229 154 91
Hex E5 9A 5B

RGB Percentages of Color #e59a5b

%48.31
%32.49
%19.20

CMYK Percentages of Color #e59a5b

%0
%33
%60
%10

Triadic Colors of #e59a5b

#e59a5b #5be59a #9a5be5

Analogous Colors of #e59a5b

#e59a5b #e5df5b #e55b61

Monochromatic Colors of #e59a5b

#e59a5b

Complementary Color

#e59a5b #5ba6e5

#e59a5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59a5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59a5b Color CSS Codes

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

#e59a5b Text Font Color

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

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


#e59a5b Background Color

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

This div background color is #e59a5b


#e59a5b Border Color

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

This div border color is #e59a5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59a5b


Comments

No comments written yet.

Please login to write comment.