COLOR #EE8C77

HEX: #EE8C77
RGB: (238,140,119)

Color info

#EE8C77 contains mainly red color. Web safe color of #EE8C77 is #FF9966 (or #F96).

RGB color model

#EE8C77 color RGB value is (238,140,119).

  • red value is 238;
  • green value is 140;
  • blue value is 119.
RGB:
(238,140,119)
(93%,55%,47%)

RGB channels and saturation

R 238 of 255 = 93%
G 140 of 255 = 55%
B 119 of 255 = 47%

238
140
119

R + G + B ~ 65%. #EE8C77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 140 + 119 = 497 (100%)
R 238 of 497 ~ 47.89%
G 140 of 497 ~ 28.17%
B 119 of 497 ~ 23.94%

%47.89
%28.17
%23.94

CMYK color model

#EE8C77 color CMYK value is (0,41,50,7).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 50.00%
  • key color value is 6.67%
CMYK:
(0,41,50,7)
C0M41Y50K7 
(0%,41%,50%,7%)
(0.00/0.41/0.50/0.07)	

CMYK percentages

%0
%41.18
%50
%6.67

Codes

Color #EE8C77 in popluar color models

EE8C77
RGB238140119
HSL11°77.78%70.00%
HSB/HSV11°50.00%93.33%
CMYK0.00%41.18%50.00%
6.67%

Color #EE8C77 in popluar number systems.

HEXEE8C77
Decimal238140119
Binary11101110100011001110111
Octal356214167

Shades and tints

Shades of #EE8C77

#EE8C77
(238,140,119)
#D9806D
(217,128,109)
#C47463
(196,116,99)
#AF6859
(175,104,89)
#9A5C4F
(154,92,79)
#855045
(133,80,69)
#70443B
(112,68,59)
#5B3831
(91,56,49)
#462C27
(70,44,39)
#31201D
(49,32,29)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #EE8C77

#EE8C77
(238,140,119)
#EF9683
(239,150,131)
#F0A08F
(240,160,143)
#F1AA9B
(241,170,155)
#F2B4A7
(242,180,167)
#F3BEB3
(243,190,179)
#F4C8BF
(244,200,191)
#F5D2CB
(245,210,203)
#F6DCD7
(246,220,215)
#F7E6E3
(247,230,227)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8C77 color. Also use rgb(238,140,119) instead hex code.

Text Font Color

.myTextColor { color: #EE8C77; }

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

This text font color is #EE8C77.


Background Color

.myBgColor { background-color: #EE8C77; }

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

This div background color is #EE8C77.


Border color

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

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

This div border color is #EE8C77.


Opacity

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

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

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

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

This text has shadow with #EE8C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8C77 on black background.


Color preview on white background

This text has color #EE8C77 on white background.



Black color preview on #EE8C77 background

This text has black color on #EE8C77 background.


White color preview on #EE8C77 background

This text has white color on #EE8C77 background.