COLOR #E5A999

HEX: #E5A999
RGB: (229,169,153)

Color info

#E5A999 contains mainly red color. Web safe color of #E5A999 is #CC9999 (or #C99).

RGB color model

#E5A999 color RGB value is (229,169,153).

  • red value is 229;
  • green value is 169;
  • blue value is 153.
RGB:
(229,169,153)
(90%,66%,60%)

RGB channels and saturation

R 229 of 255 = 90%
G 169 of 255 = 66%
B 153 of 255 = 60%

229
169
153

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

Portions of RGB colors in percentages

R + G + B =
229 + 169 + 153 = 551 (100%)
R 229 of 551 ~ 41.56%
G 169 of 551 ~ 30.67%
B 153 of 551 ~ 27.77%

%41.56
%30.67
%27.77

CMYK color model

#E5A999 color CMYK value is (0,26,33,10).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 33.19%
  • key color value is 10.20%
CMYK:
(0,26,33,10)
C0M26Y33K10 
(0%,26%,33%,10%)
(0.00/0.26/0.33/0.10)	

CMYK percentages

%0
%26.2
%33.19
%10.2

Codes

Color #E5A999 in popluar color models

E5A999
RGB229169153
HSL13°59.38%74.90%
HSB/HSV13°33.19%89.80%
CMYK0.00%26.20%33.19%
10.20%

Color #E5A999 in popluar number systems.

HEXE5A999
Decimal229169153
Binary111001011010100110011001
Octal345251231

Shades and tints

Shades of #E5A999

#E5A999
(229,169,153)
#D19A8C
(209,154,140)
#BD8B7F
(189,139,127)
#A97C72
(169,124,114)
#956D65
(149,109,101)
#815E58
(129,94,88)
#6D4F4B
(109,79,75)
#59403E
(89,64,62)
#453131
(69,49,49)
#312224
(49,34,36)
#1D1317
(29,19,23)
#000000
(0,0,0)

Tints of #E5A999

#E5A999
(229,169,153)
#E7B0A2
(231,176,162)
#E9B7AB
(233,183,171)
#EBBEB4
(235,190,180)
#EDC5BD
(237,197,189)
#EFCCC6
(239,204,198)
#F1D3CF
(241,211,207)
#F3DAD8
(243,218,216)
#F5E1E1
(245,225,225)
#F7E8EA
(247,232,234)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A999 color. Also use rgb(229,169,153) instead hex code.

Text Font Color

.myTextColor { color: #E5A999; }

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

This text font color is #E5A999.


Background Color

.myBgColor { background-color: #E5A999; }

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

This div background color is #E5A999.


Border color

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

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

This div border color is #E5A999.


Opacity

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

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

Text with #E5A999 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 #E5A999;}

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

This text has shadow with #E5A999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A999 on black background.


Color preview on white background

This text has color #E5A999 on white background.



Black color preview on #E5A999 background

This text has black color on #E5A999 background.


White color preview on #E5A999 background

This text has white color on #E5A999 background.