COLOR #E5A9A4

HEX: #E5A9A4
RGB: (229,169,164)

Color info

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

RGB color model

#E5A9A4 color RGB value is (229,169,164).

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

RGB channels and saturation

R 229 of 255 = 90%
G 169 of 255 = 66%
B 164 of 255 = 64%

229
169
164

R + G + B ~ 73%. #E5A9A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 169 + 164 = 562 (100%)
R 229 of 562 ~ 40.75%
G 169 of 562 ~ 30.07%
B 164 of 562 ~ 29.18%

%40.75
%30.07
%29.18

CMYK color model

#E5A9A4 color CMYK value is (0,26,28,10).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 28.38%
  • key color value is 10.20%
CMYK:
(0,26,28,10)
C0M26Y28K10 
(0%,26%,28%,10%)
(0.00/0.26/0.28/0.10)	

CMYK percentages

%0
%26.2
%28.38
%10.2

Codes

Color #E5A9A4 in popluar color models

E5A9A4
RGB229169164
HSL55.56%77.06%
HSB/HSV28.38%89.80%
CMYK0.00%26.20%28.38%
10.20%

Color #E5A9A4 in popluar number systems.

HEXE5A9A4
Decimal229169164
Binary111001011010100110100100
Octal345251244

Shades and tints

Shades of #E5A9A4

#E5A9A4
(229,169,164)
#D19A96
(209,154,150)
#BD8B88
(189,139,136)
#A97C7A
(169,124,122)
#956D6C
(149,109,108)
#815E5E
(129,94,94)
#6D4F50
(109,79,80)
#594042
(89,64,66)
#453134
(69,49,52)
#312226
(49,34,38)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #E5A9A4

#E5A9A4
(229,169,164)
#E7B0AC
(231,176,172)
#E9B7B4
(233,183,180)
#EBBEBC
(235,190,188)
#EDC5C4
(237,197,196)
#EFCCCC
(239,204,204)
#F1D3D4
(241,211,212)
#F3DADC
(243,218,220)
#F5E1E4
(245,225,228)
#F7E8EC
(247,232,236)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A9A4; }

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

This text font color is #E5A9A4.


Background Color

.myBgColor { background-color: #E5A9A4; }

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

This div background color is #E5A9A4.


Border color

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

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

This div border color is #E5A9A4.


Opacity

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

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

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

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

This text has shadow with #E5A9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A9A4 on black background.


Color preview on white background

This text has color #E5A9A4 on white background.



Black color preview on #E5A9A4 background

This text has black color on #E5A9A4 background.


White color preview on #E5A9A4 background

This text has white color on #E5A9A4 background.