COLOR #E09F88

HEX: #E09F88
RGB: (224,159,136)

Color info

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

RGB color model

#E09F88 color RGB value is (224,159,136).

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

RGB channels and saturation

R 224 of 255 = 88%
G 159 of 255 = 62%
B 136 of 255 = 53%

224
159
136

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

Portions of RGB colors in percentages

R + G + B =
224 + 159 + 136 = 519 (100%)
R 224 of 519 ~ 43.16%
G 159 of 519 ~ 30.64%
B 136 of 519 ~ 26.2%

%43.16
%30.64
%26.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.02%
  • yellow value is 39.29%
  • key color value is 12.16%
CMYK:
(0,29,39,12)
C0M29Y39K12 
(0%,29%,39%,12%)
(0.00/0.29/0.39/0.12)	

CMYK percentages

%0
%29.02
%39.29
%12.16

Codes

Color #E09F88 in popluar color models

E09F88
RGB224159136
HSL16°58.67%70.59%
HSB/HSV16°39.29%87.84%
CMYK0.00%29.02%39.29%
12.16%

Color #E09F88 in popluar number systems.

HEXE09F88
Decimal224159136
Binary111000001001111110001000
Octal340237210

Shades and tints

Shades of #E09F88

#E09F88
(224,159,136)
#CC917C
(204,145,124)
#B88370
(184,131,112)
#A47564
(164,117,100)
#906758
(144,103,88)
#7C594C
(124,89,76)
#684B40
(104,75,64)
#543D34
(84,61,52)
#402F28
(64,47,40)
#2C211C
(44,33,28)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #E09F88

#E09F88
(224,159,136)
#E2A792
(226,167,146)
#E4AF9C
(228,175,156)
#E6B7A6
(230,183,166)
#E8BFB0
(232,191,176)
#EAC7BA
(234,199,186)
#ECCFC4
(236,207,196)
#EED7CE
(238,215,206)
#F0DFD8
(240,223,216)
#F2E7E2
(242,231,226)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E09F88; }

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

This text font color is #E09F88.


Background Color

.myBgColor { background-color: #E09F88; }

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

This div background color is #E09F88.


Border color

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

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

This div border color is #E09F88.


Opacity

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

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

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

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

This text has shadow with #E09F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09F88 on black background.


Color preview on white background

This text has color #E09F88 on white background.



Black color preview on #E09F88 background

This text has black color on #E09F88 background.


White color preview on #E09F88 background

This text has white color on #E09F88 background.