COLOR #E0A09F

HEX: #E0A09F
RGB: (224,160,159)

Color info

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

RGB color model

#E0A09F color RGB value is (224,160,159).

  • red value is 224;
  • green value is 160;
  • blue value is 159.
RGB:
(224,160,159)
(88%,63%,62%)

RGB channels and saturation

R 224 of 255 = 88%
G 160 of 255 = 63%
B 159 of 255 = 62%

224
160
159

R + G + B ~ 71%. #E0A09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 160 + 159 = 543 (100%)
R 224 of 543 ~ 41.25%
G 160 of 543 ~ 29.47%
B 159 of 543 ~ 29.28%

%41.25
%29.47
%29.28

CMYK color model

#E0A09F color CMYK value is (0,29,29,12).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 29.02%
  • key color value is 12.16%
CMYK:
(0,29,29,12)
C0M29Y29K12 
(0%,29%,29%,12%)
(0.00/0.29/0.29/0.12)	

CMYK percentages

%0
%28.57
%29.02
%12.16

Codes

Color #E0A09F in popluar color models

E0A09F
RGB224160159
HSL51.18%75.10%
HSB/HSV29.02%87.84%
CMYK0.00%28.57%29.02%
12.16%

Color #E0A09F in popluar number systems.

HEXE0A09F
Decimal224160159
Binary111000001010000010011111
Octal340240237

Shades and tints

Shades of #E0A09F

#E0A09F
(224,160,159)
#CC9291
(204,146,145)
#B88483
(184,132,131)
#A47675
(164,118,117)
#906867
(144,104,103)
#7C5A59
(124,90,89)
#684C4B
(104,76,75)
#543E3D
(84,62,61)
#40302F
(64,48,47)
#2C2221
(44,34,33)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #E0A09F

#E0A09F
(224,160,159)
#E2A8A7
(226,168,167)
#E4B0AF
(228,176,175)
#E6B8B7
(230,184,183)
#E8C0BF
(232,192,191)
#EAC8C7
(234,200,199)
#ECD0CF
(236,208,207)
#EED8D7
(238,216,215)
#F0E0DF
(240,224,223)
#F2E8E7
(242,232,231)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A09F color. Also use rgb(224,160,159) instead hex code.

Text Font Color

.myTextColor { color: #E0A09F; }

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

This text font color is #E0A09F.


Background Color

.myBgColor { background-color: #E0A09F; }

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

This div background color is #E0A09F.


Border color

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

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

This div border color is #E0A09F.


Opacity

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

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

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

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

This text has shadow with #E0A09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A09F on black background.


Color preview on white background

This text has color #E0A09F on white background.



Black color preview on #E0A09F background

This text has black color on #E0A09F background.


White color preview on #E0A09F background

This text has white color on #E0A09F background.