COLOR #EE9C84

HEX: #EE9C84
RGB: (238,156,132)

Color info

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

RGB color model

#EE9C84 color RGB value is (238,156,132).

  • red value is 238;
  • green value is 156;
  • blue value is 132.
RGB:
(238,156,132)
(93%,61%,52%)

RGB channels and saturation

R 238 of 255 = 93%
G 156 of 255 = 61%
B 132 of 255 = 52%

238
156
132

R + G + B ~ 69%. #EE9C84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 156 + 132 = 526 (100%)
R 238 of 526 ~ 45.25%
G 156 of 526 ~ 29.66%
B 132 of 526 ~ 25.1%

%45.25
%29.66
%25.1

CMYK color model

#EE9C84 color CMYK value is (0,34,45,7).

  • cyan value is 0.00%
  • magenta value is 34.45%
  • yellow value is 44.54%
  • key color value is 6.67%
CMYK:
(0,34,45,7)
C0M34Y45K7 
(0%,34%,45%,7%)
(0.00/0.34/0.45/0.07)	

CMYK percentages

%0
%34.45
%44.54
%6.67

Codes

Color #EE9C84 in popluar color models

EE9C84
RGB238156132
HSL14°75.71%72.55%
HSB/HSV14°44.54%93.33%
CMYK0.00%34.45%44.54%
6.67%

Color #EE9C84 in popluar number systems.

HEXEE9C84
Decimal238156132
Binary111011101001110010000100
Octal356234204

Shades and tints

Shades of #EE9C84

#EE9C84
(238,156,132)
#D98E78
(217,142,120)
#C4806C
(196,128,108)
#AF7260
(175,114,96)
#9A6454
(154,100,84)
#855648
(133,86,72)
#70483C
(112,72,60)
#5B3A30
(91,58,48)
#462C24
(70,44,36)
#311E18
(49,30,24)
#1C100C
(28,16,12)
#000000
(0,0,0)

Tints of #EE9C84

#EE9C84
(238,156,132)
#EFA58F
(239,165,143)
#F0AE9A
(240,174,154)
#F1B7A5
(241,183,165)
#F2C0B0
(242,192,176)
#F3C9BB
(243,201,187)
#F4D2C6
(244,210,198)
#F5DBD1
(245,219,209)
#F6E4DC
(246,228,220)
#F7EDE7
(247,237,231)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9C84 color. Also use rgb(238,156,132) instead hex code.

Text Font Color

.myTextColor { color: #EE9C84; }

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

This text font color is #EE9C84.


Background Color

.myBgColor { background-color: #EE9C84; }

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

This div background color is #EE9C84.


Border color

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

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

This div border color is #EE9C84.


Opacity

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

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

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

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

This text has shadow with #EE9C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9C84 on black background.


Color preview on white background

This text has color #EE9C84 on white background.



Black color preview on #EE9C84 background

This text has black color on #EE9C84 background.


White color preview on #EE9C84 background

This text has white color on #EE9C84 background.