COLOR #E09089

HEX: #E09089
RGB: (224,144,137)

Color info

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

RGB color model

#E09089 color RGB value is (224,144,137).

  • red value is 224;
  • green value is 144;
  • blue value is 137.
RGB:
(224,144,137)
(88%,56%,54%)

RGB channels and saturation

R 224 of 255 = 88%
G 144 of 255 = 56%
B 137 of 255 = 54%

224
144
137

R + G + B ~ 66%. #E09089 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 144 + 137 = 505 (100%)
R 224 of 505 ~ 44.36%
G 144 of 505 ~ 28.51%
B 137 of 505 ~ 27.13%

%44.36
%28.51
%27.13

CMYK color model

#E09089 color CMYK value is (0,36,39,12).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 38.84%
  • key color value is 12.16%
CMYK:
(0,36,39,12)
C0M36Y39K12 
(0%,36%,39%,12%)
(0.00/0.36/0.39/0.12)	

CMYK percentages

%0
%35.71
%38.84
%12.16

Codes

Color #E09089 in popluar color models

E09089
RGB224144137
HSL58.39%70.78%
HSB/HSV38.84%87.84%
CMYK0.00%35.71%38.84%
12.16%

Color #E09089 in popluar number systems.

HEXE09089
Decimal224144137
Binary111000001001000010001001
Octal340220211

Shades and tints

Shades of #E09089

#E09089
(224,144,137)
#CC837D
(204,131,125)
#B87671
(184,118,113)
#A46965
(164,105,101)
#905C59
(144,92,89)
#7C4F4D
(124,79,77)
#684241
(104,66,65)
#543535
(84,53,53)
#402829
(64,40,41)
#2C1B1D
(44,27,29)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #E09089

#E09089
(224,144,137)
#E29A93
(226,154,147)
#E4A49D
(228,164,157)
#E6AEA7
(230,174,167)
#E8B8B1
(232,184,177)
#EAC2BB
(234,194,187)
#ECCCC5
(236,204,197)
#EED6CF
(238,214,207)
#F0E0D9
(240,224,217)
#F2EAE3
(242,234,227)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09089; }

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

This text font color is #E09089.


Background Color

.myBgColor { background-color: #E09089; }

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

This div background color is #E09089.


Border color

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

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

This div border color is #E09089.


Opacity

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

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

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

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

This text has shadow with #E09089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09089 on black background.


Color preview on white background

This text has color #E09089 on white background.



Black color preview on #E09089 background

This text has black color on #E09089 background.


White color preview on #E09089 background

This text has white color on #E09089 background.