COLOR #E5A5A2

HEX: #E5A5A2
RGB: (229,165,162)

Color info

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

RGB color model

#E5A5A2 color RGB value is (229,165,162).

  • red value is 229;
  • green value is 165;
  • blue value is 162.
RGB:
(229,165,162)
(90%,65%,64%)

RGB channels and saturation

R 229 of 255 = 90%
G 165 of 255 = 65%
B 162 of 255 = 64%

229
165
162

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

Portions of RGB colors in percentages

R + G + B =
229 + 165 + 162 = 556 (100%)
R 229 of 556 ~ 41.19%
G 165 of 556 ~ 29.68%
B 162 of 556 ~ 29.14%

%41.19
%29.68
%29.14

CMYK color model

#E5A5A2 color CMYK value is (0,28,29,10).

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 29.26%
  • key color value is 10.20%
CMYK:
(0,28,29,10)
C0M28Y29K10 
(0%,28%,29%,10%)
(0.00/0.28/0.29/0.10)	

CMYK percentages

%0
%27.95
%29.26
%10.2

Codes

Color #E5A5A2 in popluar color models

E5A5A2
RGB229165162
HSL56.30%76.67%
HSB/HSV29.26%89.80%
CMYK0.00%27.95%29.26%
10.20%

Color #E5A5A2 in popluar number systems.

HEXE5A5A2
Decimal229165162
Binary111001011010010110100010
Octal345245242

Shades and tints

Shades of #E5A5A2

#E5A5A2
(229,165,162)
#D19694
(209,150,148)
#BD8786
(189,135,134)
#A97878
(169,120,120)
#95696A
(149,105,106)
#815A5C
(129,90,92)
#6D4B4E
(109,75,78)
#593C40
(89,60,64)
#452D32
(69,45,50)
#311E24
(49,30,36)
#1D0F16
(29,15,22)
#000000
(0,0,0)

Tints of #E5A5A2

#E5A5A2
(229,165,162)
#E7ADAA
(231,173,170)
#E9B5B2
(233,181,178)
#EBBDBA
(235,189,186)
#EDC5C2
(237,197,194)
#EFCDCA
(239,205,202)
#F1D5D2
(241,213,210)
#F3DDDA
(243,221,218)
#F5E5E2
(245,229,226)
#F7EDEA
(247,237,234)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A5A2 color. Also use rgb(229,165,162) instead hex code.

Text Font Color

.myTextColor { color: #E5A5A2; }

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

This text font color is #E5A5A2.


Background Color

.myBgColor { background-color: #E5A5A2; }

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

This div background color is #E5A5A2.


Border color

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

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

This div border color is #E5A5A2.


Opacity

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

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

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

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

This text has shadow with #E5A5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A5A2 on black background.


Color preview on white background

This text has color #E5A5A2 on white background.



Black color preview on #E5A5A2 background

This text has black color on #E5A5A2 background.


White color preview on #E5A5A2 background

This text has white color on #E5A5A2 background.