COLOR #E0A5A2

HEX: #E0A5A2
RGB: (224,165,162)

Color info

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

RGB color model

#E0A5A2 color RGB value is (224,165,162).

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

RGB channels and saturation

R 224 of 255 = 88%
G 165 of 255 = 65%
B 162 of 255 = 64%

224
165
162

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

Portions of RGB colors in percentages

R + G + B =
224 + 165 + 162 = 551 (100%)
R 224 of 551 ~ 40.65%
G 165 of 551 ~ 29.95%
B 162 of 551 ~ 29.4%

%40.65
%29.95
%29.4

CMYK color model

#E0A5A2 color CMYK value is (0,26,28,12).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 27.68%
  • key color value is 12.16%
CMYK:
(0,26,28,12)
C0M26Y28K12 
(0%,26%,28%,12%)
(0.00/0.26/0.28/0.12)	

CMYK percentages

%0
%26.34
%27.68
%12.16

Codes

Color #E0A5A2 in popluar color models

E0A5A2
RGB224165162
HSL50.00%75.69%
HSB/HSV27.68%87.84%
CMYK0.00%26.34%27.68%
12.16%

Color #E0A5A2 in popluar number systems.

HEXE0A5A2
Decimal224165162
Binary111000001010010110100010
Octal340245242

Shades and tints

Shades of #E0A5A2

#E0A5A2
(224,165,162)
#CC9694
(204,150,148)
#B88786
(184,135,134)
#A47878
(164,120,120)
#90696A
(144,105,106)
#7C5A5C
(124,90,92)
#684B4E
(104,75,78)
#543C40
(84,60,64)
#402D32
(64,45,50)
#2C1E24
(44,30,36)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #E0A5A2

#E0A5A2
(224,165,162)
#E2ADAA
(226,173,170)
#E4B5B2
(228,181,178)
#E6BDBA
(230,189,186)
#E8C5C2
(232,197,194)
#EACDCA
(234,205,202)
#ECD5D2
(236,213,210)
#EEDDDA
(238,221,218)
#F0E5E2
(240,229,226)
#F2EDEA
(242,237,234)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A5A2; }

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

This text font color is #E0A5A2.


Background Color

.myBgColor { background-color: #E0A5A2; }

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

This div background color is #E0A5A2.


Border color

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

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

This div border color is #E0A5A2.


Opacity

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

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

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

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

This text has shadow with #E0A5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A5A2 on black background.


Color preview on white background

This text has color #E0A5A2 on white background.



Black color preview on #E0A5A2 background

This text has black color on #E0A5A2 background.


White color preview on #E0A5A2 background

This text has white color on #E0A5A2 background.