COLOR #E09891

HEX: #E09891
RGB: (224,152,145)

Color info

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

RGB color model

#E09891 color RGB value is (224,152,145).

  • red value is 224;
  • green value is 152;
  • blue value is 145.
RGB:
(224,152,145)
(88%,60%,57%)

RGB channels and saturation

R 224 of 255 = 88%
G 152 of 255 = 60%
B 145 of 255 = 57%

224
152
145

R + G + B ~ 68%. #E09891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 152 + 145 = 521 (100%)
R 224 of 521 ~ 42.99%
G 152 of 521 ~ 29.17%
B 145 of 521 ~ 27.83%

%42.99
%29.17
%27.83

CMYK color model

#E09891 color CMYK value is (0,32,35,12).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 35.27%
  • key color value is 12.16%
CMYK:
(0,32,35,12)
C0M32Y35K12 
(0%,32%,35%,12%)
(0.00/0.32/0.35/0.12)	

CMYK percentages

%0
%32.14
%35.27
%12.16

Codes

Color #E09891 in popluar color models

E09891
RGB224152145
HSL56.03%72.35%
HSB/HSV35.27%87.84%
CMYK0.00%32.14%35.27%
12.16%

Color #E09891 in popluar number systems.

HEXE09891
Decimal224152145
Binary111000001001100010010001
Octal340230221

Shades and tints

Shades of #E09891

#E09891
(224,152,145)
#CC8B84
(204,139,132)
#B87E77
(184,126,119)
#A4716A
(164,113,106)
#90645D
(144,100,93)
#7C5750
(124,87,80)
#684A43
(104,74,67)
#543D36
(84,61,54)
#403029
(64,48,41)
#2C231C
(44,35,28)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #E09891

#E09891
(224,152,145)
#E2A19B
(226,161,155)
#E4AAA5
(228,170,165)
#E6B3AF
(230,179,175)
#E8BCB9
(232,188,185)
#EAC5C3
(234,197,195)
#ECCECD
(236,206,205)
#EED7D7
(238,215,215)
#F0E0E1
(240,224,225)
#F2E9EB
(242,233,235)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09891; }

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

This text font color is #E09891.


Background Color

.myBgColor { background-color: #E09891; }

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

This div background color is #E09891.


Border color

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

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

This div border color is #E09891.


Opacity

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

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

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

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

This text has shadow with #E09891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09891 on black background.


Color preview on white background

This text has color #E09891 on white background.



Black color preview on #E09891 background

This text has black color on #E09891 background.


White color preview on #E09891 background

This text has white color on #E09891 background.