COLOR #EE8C49

HEX: #EE8C49
RGB: (238,140,73)

Color info

#EE8C49 contains mainly red color. Web safe color of #EE8C49 is #FF9933 (or #F93).

RGB color model

#EE8C49 color RGB value is (238,140,73).

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

RGB channels and saturation

R 238 of 255 = 93%
G 140 of 255 = 55%
B 73 of 255 = 29%

238
140
73

R + G + B ~ 59%. #EE8C49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
238 + 140 + 73 = 451 (100%)
R 238 of 451 ~ 52.77%
G 140 of 451 ~ 31.04%
B 73 of 451 ~ 16.19%

%52.77
%31.04
%16.19

CMYK color model

#EE8C49 color CMYK value is (0,41,69,7).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 69.33%
  • key color value is 6.67%
CMYK:
(0,41,69,7)
C0M41Y69K7 
(0%,41%,69%,7%)
(0.00/0.41/0.69/0.07)	

CMYK percentages

%0
%41.18
%69.33
%6.67

Codes

Color #EE8C49 in popluar color models

EE8C49
RGB23814073
HSL24°82.91%60.98%
HSB/HSV24°69.33%93.33%
CMYK0.00%41.18%69.33%
6.67%

Color #EE8C49 in popluar number systems.

HEXEE8C49
Decimal23814073
Binary11101110100011001001001
Octal356214111

Shades and tints

Shades of #EE8C49

#EE8C49
(238,140,73)
#D98043
(217,128,67)
#C4743D
(196,116,61)
#AF6837
(175,104,55)
#9A5C31
(154,92,49)
#85502B
(133,80,43)
#704425
(112,68,37)
#5B381F
(91,56,31)
#462C19
(70,44,25)
#312013
(49,32,19)
#1C140D
(28,20,13)
#000000
(0,0,0)

Tints of #EE8C49

#EE8C49
(238,140,73)
#EF9659
(239,150,89)
#F0A069
(240,160,105)
#F1AA79
(241,170,121)
#F2B489
(242,180,137)
#F3BE99
(243,190,153)
#F4C8A9
(244,200,169)
#F5D2B9
(245,210,185)
#F6DCC9
(246,220,201)
#F7E6D9
(247,230,217)
#F8F0E9
(248,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE8C49; }

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

This text font color is #EE8C49.


Background Color

.myBgColor { background-color: #EE8C49; }

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

This div background color is #EE8C49.


Border color

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

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

This div border color is #EE8C49.


Opacity

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

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

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

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

This text has shadow with #EE8C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8C49 on black background.


Color preview on white background

This text has color #EE8C49 on white background.



Black color preview on #EE8C49 background

This text has black color on #EE8C49 background.


White color preview on #EE8C49 background

This text has white color on #EE8C49 background.