COLOR #EE9E8B

HEX: #EE9E8B
RGB: (238,158,139)

Color info

#EE9E8B contains mainly red color. Web safe color of #EE9E8B is #FF9999 (or #F99).

RGB color model

#EE9E8B color RGB value is (238,158,139).

  • red value is 238;
  • green value is 158;
  • blue value is 139.
RGB:
(238,158,139)
(93%,62%,55%)

RGB channels and saturation

R 238 of 255 = 93%
G 158 of 255 = 62%
B 139 of 255 = 55%

238
158
139

R + G + B ~ 70%. #EE9E8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 158 + 139 = 535 (100%)
R 238 of 535 ~ 44.49%
G 158 of 535 ~ 29.53%
B 139 of 535 ~ 25.98%

%44.49
%29.53
%25.98

CMYK color model

#EE9E8B color CMYK value is (0,34,42,7).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 41.60%
  • key color value is 6.67%
CMYK:
(0,34,42,7)
C0M34Y42K7 
(0%,34%,42%,7%)
(0.00/0.34/0.42/0.07)	

CMYK percentages

%0
%33.61
%41.6
%6.67

Codes

Color #EE9E8B in popluar color models

EE9E8B
RGB238158139
HSL12°74.44%73.92%
HSB/HSV12°41.60%93.33%
CMYK0.00%33.61%41.60%
6.67%

Color #EE9E8B in popluar number systems.

HEXEE9E8B
Decimal238158139
Binary111011101001111010001011
Octal356236213

Shades and tints

Shades of #EE9E8B

#EE9E8B
(238,158,139)
#D9907F
(217,144,127)
#C48273
(196,130,115)
#AF7467
(175,116,103)
#9A665B
(154,102,91)
#85584F
(133,88,79)
#704A43
(112,74,67)
#5B3C37
(91,60,55)
#462E2B
(70,46,43)
#31201F
(49,32,31)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #EE9E8B

#EE9E8B
(238,158,139)
#EFA695
(239,166,149)
#F0AE9F
(240,174,159)
#F1B6A9
(241,182,169)
#F2BEB3
(242,190,179)
#F3C6BD
(243,198,189)
#F4CEC7
(244,206,199)
#F5D6D1
(245,214,209)
#F6DEDB
(246,222,219)
#F7E6E5
(247,230,229)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9E8B color. Also use rgb(238,158,139) instead hex code.

Text Font Color

.myTextColor { color: #EE9E8B; }

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

This text font color is #EE9E8B.


Background Color

.myBgColor { background-color: #EE9E8B; }

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

This div background color is #EE9E8B.


Border color

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

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

This div border color is #EE9E8B.


Opacity

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

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

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

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

This text has shadow with #EE9E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9E8B on black background.


Color preview on white background

This text has color #EE9E8B on white background.



Black color preview on #EE9E8B background

This text has black color on #EE9E8B background.


White color preview on #EE9E8B background

This text has white color on #EE9E8B background.