COLOR #EE9D4E

HEX: #EE9D4E
RGB: (238,157,78)

Color info

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

RGB color model

#EE9D4E color RGB value is (238,157,78).

  • red value is 238;
  • green value is 157;
  • blue value is 78.
RGB:
(238,157,78)
(93%,62%,31%)

RGB channels and saturation

R 238 of 255 = 93%
G 157 of 255 = 62%
B 78 of 255 = 31%

238
157
78

R + G + B ~ 62%. #EE9D4E is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 157 + 78 = 473 (100%)
R 238 of 473 ~ 50.32%
G 157 of 473 ~ 33.19%
B 78 of 473 ~ 16.49%

%50.32
%33.19
%16.49

CMYK color model

#EE9D4E color CMYK value is (0,34,67,7).

  • cyan value is 0.00%
  • magenta value is 34.03%
  • yellow value is 67.23%
  • key color value is 6.67%
CMYK:
(0,34,67,7)
C0M34Y67K7 
(0%,34%,67%,7%)
(0.00/0.34/0.67/0.07)	

CMYK percentages

%0
%34.03
%67.23
%6.67

Codes

Color #EE9D4E in popluar color models

EE9D4E
RGB23815778
HSL30°82.47%61.96%
HSB/HSV30°67.23%93.33%
CMYK0.00%34.03%67.23%
6.67%

Color #EE9D4E in popluar number systems.

HEXEE9D4E
Decimal23815778
Binary11101110100111011001110
Octal356235116

Shades and tints

Shades of #EE9D4E

#EE9D4E
(238,157,78)
#D98F47
(217,143,71)
#C48140
(196,129,64)
#AF7339
(175,115,57)
#9A6532
(154,101,50)
#85572B
(133,87,43)
#704924
(112,73,36)
#5B3B1D
(91,59,29)
#462D16
(70,45,22)
#311F0F
(49,31,15)
#1C1108
(28,17,8)
#000000
(0,0,0)

Tints of #EE9D4E

#EE9D4E
(238,157,78)
#EFA55E
(239,165,94)
#F0AD6E
(240,173,110)
#F1B57E
(241,181,126)
#F2BD8E
(242,189,142)
#F3C59E
(243,197,158)
#F4CDAE
(244,205,174)
#F5D5BE
(245,213,190)
#F6DDCE
(246,221,206)
#F7E5DE
(247,229,222)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9D4E color. Also use rgb(238,157,78) instead hex code.

Text Font Color

.myTextColor { color: #EE9D4E; }

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

This text font color is #EE9D4E.


Background Color

.myBgColor { background-color: #EE9D4E; }

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

This div background color is #EE9D4E.


Border color

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

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

This div border color is #EE9D4E.


Opacity

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

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

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

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

This text has shadow with #EE9D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9D4E on black background.


Color preview on white background

This text has color #EE9D4E on white background.



Black color preview on #EE9D4E background

This text has black color on #EE9D4E background.


White color preview on #EE9D4E background

This text has white color on #EE9D4E background.