COLOR #EE8D65

HEX: #EE8D65
RGB: (238,141,101)

Color info

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

RGB color model

#EE8D65 color RGB value is (238,141,101).

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

RGB channels and saturation

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

238
141
101

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

Portions of RGB colors in percentages

R + G + B =
238 + 141 + 101 = 480 (100%)
R 238 of 480 ~ 49.58%
G 141 of 480 ~ 29.38%
B 101 of 480 ~ 21.04%

%49.58
%29.38
%21.04

CMYK color model

#EE8D65 color CMYK value is (0,41,58,7).

  • cyan value is 0.00%
  • magenta value is 40.76%
  • yellow value is 57.56%
  • key color value is 6.67%
CMYK:
(0,41,58,7)
C0M41Y58K7 
(0%,41%,58%,7%)
(0.00/0.41/0.58/0.07)	

CMYK percentages

%0
%40.76
%57.56
%6.67

Codes

Color #EE8D65 in popluar color models

EE8D65
RGB238141101
HSL18°80.12%66.47%
HSB/HSV18°57.56%93.33%
CMYK0.00%40.76%57.56%
6.67%

Color #EE8D65 in popluar number systems.

HEXEE8D65
Decimal238141101
Binary11101110100011011100101
Octal356215145

Shades and tints

Shades of #EE8D65

#EE8D65
(238,141,101)
#D9815C
(217,129,92)
#C47553
(196,117,83)
#AF694A
(175,105,74)
#9A5D41
(154,93,65)
#855138
(133,81,56)
#70452F
(112,69,47)
#5B3926
(91,57,38)
#462D1D
(70,45,29)
#312114
(49,33,20)
#1C150B
(28,21,11)
#000000
(0,0,0)

Tints of #EE8D65

#EE8D65
(238,141,101)
#EF9773
(239,151,115)
#F0A181
(240,161,129)
#F1AB8F
(241,171,143)
#F2B59D
(242,181,157)
#F3BFAB
(243,191,171)
#F4C9B9
(244,201,185)
#F5D3C7
(245,211,199)
#F6DDD5
(246,221,213)
#F7E7E3
(247,231,227)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE8D65; }

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

This text font color is #EE8D65.


Background Color

.myBgColor { background-color: #EE8D65; }

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

This div background color is #EE8D65.


Border color

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

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

This div border color is #EE8D65.


Opacity

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

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

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

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

This text has shadow with #EE8D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8D65 on black background.


Color preview on white background

This text has color #EE8D65 on white background.



Black color preview on #EE8D65 background

This text has black color on #EE8D65 background.


White color preview on #EE8D65 background

This text has white color on #EE8D65 background.