COLOR #EE8D66

HEX: #EE8D66
RGB: (238,141,102)

Color info

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

RGB color model

#EE8D66 color RGB value is (238,141,102).

  • red value is 238;
  • green value is 141;
  • blue value is 102.
RGB:
(238,141,102)
(93%,55%,40%)

RGB channels and saturation

R 238 of 255 = 93%
G 141 of 255 = 55%
B 102 of 255 = 40%

238
141
102

R + G + B ~ 63%. #EE8D66 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 141 + 102 = 481 (100%)
R 238 of 481 ~ 49.48%
G 141 of 481 ~ 29.31%
B 102 of 481 ~ 21.21%

%49.48
%29.31
%21.21

CMYK color model

#EE8D66 color CMYK value is (0,41,57,7).

  • cyan value is 0.00%
  • magenta value is 40.76%
  • yellow value is 57.14%
  • key color value is 6.67%
CMYK:
(0,41,57,7)
C0M41Y57K7 
(0%,41%,57%,7%)
(0.00/0.41/0.57/0.07)	

CMYK percentages

%0
%40.76
%57.14
%6.67

Codes

Color #EE8D66 in popluar color models

EE8D66
RGB238141102
HSL17°80.00%66.67%
HSB/HSV17°57.14%93.33%
CMYK0.00%40.76%57.14%
6.67%

Color #EE8D66 in popluar number systems.

HEXEE8D66
Decimal238141102
Binary11101110100011011100110
Octal356215146

Shades and tints

Shades of #EE8D66

#EE8D66
(238,141,102)
#D9815D
(217,129,93)
#C47554
(196,117,84)
#AF694B
(175,105,75)
#9A5D42
(154,93,66)
#855139
(133,81,57)
#704530
(112,69,48)
#5B3927
(91,57,39)
#462D1E
(70,45,30)
#312115
(49,33,21)
#1C150C
(28,21,12)
#000000
(0,0,0)

Tints of #EE8D66

#EE8D66
(238,141,102)
#EF9773
(239,151,115)
#F0A180
(240,161,128)
#F1AB8D
(241,171,141)
#F2B59A
(242,181,154)
#F3BFA7
(243,191,167)
#F4C9B4
(244,201,180)
#F5D3C1
(245,211,193)
#F6DDCE
(246,221,206)
#F7E7DB
(247,231,219)
#F8F1E8
(248,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8D66 color. Also use rgb(238,141,102) instead hex code.

Text Font Color

.myTextColor { color: #EE8D66; }

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

This text font color is #EE8D66.


Background Color

.myBgColor { background-color: #EE8D66; }

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

This div background color is #EE8D66.


Border color

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

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

This div border color is #EE8D66.


Opacity

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

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

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

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

This text has shadow with #EE8D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8D66 on black background.


Color preview on white background

This text has color #EE8D66 on white background.



Black color preview on #EE8D66 background

This text has black color on #EE8D66 background.


White color preview on #EE8D66 background

This text has white color on #EE8D66 background.