COLOR #E09889

HEX: #E09889 RGB: (224,152,137)

Color info

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

RGB color model

#E09889 color RGB value is (224,152,137).

RGB: (224,152,137) (88%, 60%, 54%)

RGB channels and saturation

R 224 of 255 = 88%
G 152 of 255 = 60%
B 137 of 255 = 54%

224
152
137

R + G + B ~ 67%. #E09889 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 152 + 137 = 513 (100%)
R 224 of 513 ~ 43.66%
G 152 of 513 ~ 29.63%
B 137 of 513 ~ 26.71'%

%43.66
%29.63
%26.71

CMYK color model

#E09889 color CMYK value is (0,32,39,12).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 38.84%
  • key color value is 12.16%

CMYK: (0,32,39,12)
C0M32Y39K12 (0%, 32%, 39%, 12%)
(0.00 / 0.32 / 0.39 / 0.12)

CMYK percentages

%0
%32.14
%38.84
%12.16

Codes

Color #E09889 in popluar color models

E0 98 89
RGB 224 152 137
HSL 10° 58.39% 70.78%
HSB/HSV 10° 38.84% 87.84%
CMYK 0.00% 32.14% 38.84%
12.16%

Color #E09889 in popluar number systems.

HEX E0 98 89
Decimal 224 152 137
Binary 11100000 10011000 10001001
Octal 340 230 211

Shades and tints

Shades of #E09889

#E09889
(224,152,137)
#CC8B7D
(204,139,125)
#B87E71
(184,126,113)
#A47165
(164,113,101)
#906459
(144,100,89)
#7C574D
(124,87,77)
#684A41
(104,74,65)
#543D35
(84,61,53)
#403029
(64,48,41)
#2C231D
(44,35,29)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #E09889

#E09889
(224,152,137)
#E2A193
(226,161,147)
#E4AA9D
(228,170,157)
#E6B3A7
(230,179,167)
#E8BCB1
(232,188,177)
#EAC5BB
(234,197,187)
#ECCEC5
(236,206,197)
#EED7CF
(238,215,207)
#F0E0D9
(240,224,217)
#F2E9E3
(242,233,227)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09889 color. Also use rgb(224,152,137) instead hex code.

Text Font Color

.myTextColor { color: #E09889; }

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

This text font color is #E09889.

Background Color

.myBgColor { background-color: #E09889; }

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

This div background color is #E09889.

Border color

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

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

This div border color is #E09889.

Opacity

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

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

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

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

This text has shadow with #E09889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E09889.

Preview

Color preview on black background

This text has color #E09889 on black background.


Color preview on white background

This text has color #E09889 on white background.


Black color preview on #E09889 background

This text has black color on #E09889 background.


White color preview on #E09889 background

This text has white color on #E09889 background.


Related colors

Complementary color

Complementary color for #hex is #1F6776.


I love getcolorcode.com

Triadic colors

1 #89E098 and #9889E0 with #E09889 are triadic colors.

2 #8998E0 and #98E089 with #E09889 are triadic colors.