COLOR #E5AE93

HEX: #E5AE93
RGB: (229,174,147)

Color info

#E5AE93 contains mainly red and green colors. Web safe color of #E5AE93 is #CC9999 (or #C99).

RGB color model

#E5AE93 color RGB value is (229,174,147).

  • red value is 229;
  • green value is 174;
  • blue value is 147.
RGB:
(229,174,147)
(90%,68%,58%)

RGB channels and saturation

R 229 of 255 = 90%
G 174 of 255 = 68%
B 147 of 255 = 58%

229
174
147

R + G + B ~ 72%. #E5AE93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 174 + 147 = 550 (100%)
R 229 of 550 ~ 41.64%
G 174 of 550 ~ 31.64%
B 147 of 550 ~ 26.73%

%41.64
%31.64
%26.73

CMYK color model

#E5AE93 color CMYK value is (0,24,36,10).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 35.81%
  • key color value is 10.20%
CMYK:
(0,24,36,10)
C0M24Y36K10 
(0%,24%,36%,10%)
(0.00/0.24/0.36/0.10)	

CMYK percentages

%0
%24.02
%35.81
%10.2

Codes

Color #E5AE93 in popluar color models

E5AE93
RGB229174147
HSL20°61.19%73.73%
HSB/HSV20°35.81%89.80%
CMYK0.00%24.02%35.81%
10.20%

Color #E5AE93 in popluar number systems.

HEXE5AE93
Decimal229174147
Binary111001011010111010010011
Octal345256223

Shades and tints

Shades of #E5AE93

#E5AE93
(229,174,147)
#D19F86
(209,159,134)
#BD9079
(189,144,121)
#A9816C
(169,129,108)
#95725F
(149,114,95)
#816352
(129,99,82)
#6D5445
(109,84,69)
#594538
(89,69,56)
#45362B
(69,54,43)
#31271E
(49,39,30)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #E5AE93

#E5AE93
(229,174,147)
#E7B59C
(231,181,156)
#E9BCA5
(233,188,165)
#EBC3AE
(235,195,174)
#EDCAB7
(237,202,183)
#EFD1C0
(239,209,192)
#F1D8C9
(241,216,201)
#F3DFD2
(243,223,210)
#F5E6DB
(245,230,219)
#F7EDE4
(247,237,228)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5AE93 color. Also use rgb(229,174,147) instead hex code.

Text Font Color

.myTextColor { color: #E5AE93; }

<p style="color:#E5AE93">This sample text font color is #E5AE93.</p>

This text font color is #E5AE93.


Background Color

.myBgColor { background-color: #E5AE93; }

<div style="background-color:#E5AE93">Inner text</div>

This div background color is #E5AE93.


Border color

.myBorderColor { border: 1px solid #E5AE93; }

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

This div border color is #E5AE93.


Opacity

.myOpacity80 { color: #E5AE93; opacity: 0.8; }

<p style="color:#E5AE93;opacity:0.8;">80%</p>

Text with #E5AE93 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E5AE93;}

<p style="text-shadow: 3px 3px 1px #E5AE93">Text here.</p>

This text has shadow with #E5AE93 color.

.textShadow {text-shadow: 3px 3px 1px #E5AE93, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E5AE93, 5px 5px 20px red">Text here.</p>

This text has shadow with #E5AE93 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5AE93, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E5AE93, Direction=45, Strength=4)">Text</p>

This text has shadow with #E5AE93 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E5AE93;
  -webkit-box-shadow:	1px 1px 3px 2px #E5AE93;
  box-shadow:		1px 1px 3px 2px #E5AE93;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5AE93;
-webkit-box-shadow: 1px 1px 3px 2px #E5AE93;
box-shadow:1px 1px 3px 2px #E5AE93;">
Div content here</div>
This div box has shadow with color #E5AE93.

Preview

Color preview on black background

This text has color #E5AE93 on black background.


Color preview on white background

This text has color #E5AE93 on white background.



Black color preview on #E5AE93 background

This text has black color on #E5AE93 background.


White color preview on #E5AE93 background

This text has white color on #E5AE93 background.