COLOR #EE9F5B

HEX: #EE9F5B
RGB: (238,159,91)

Color info

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

RGB color model

#EE9F5B color RGB value is (238,159,91).

  • red value is 238;
  • green value is 159;
  • blue value is 91.
RGB:
(238,159,91)
(93%,62%,36%)

RGB channels and saturation

R 238 of 255 = 93%
G 159 of 255 = 62%
B 91 of 255 = 36%

238
159
91

R + G + B ~ 64%. #EE9F5B is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 159 + 91 = 488 (100%)
R 238 of 488 ~ 48.77%
G 159 of 488 ~ 32.58%
B 91 of 488 ~ 18.65%

%48.77
%32.58
%18.65

CMYK color model

#EE9F5B color CMYK value is (0,33,62,7).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 61.76%
  • key color value is 6.67%
CMYK:
(0,33,62,7)
C0M33Y62K7 
(0%,33%,62%,7%)
(0.00/0.33/0.62/0.07)	

CMYK percentages

%0
%33.19
%61.76
%6.67

Codes

Color #EE9F5B in popluar color models

EE9F5B
RGB23815991
HSL28°81.22%64.51%
HSB/HSV28°61.76%93.33%
CMYK0.00%33.19%61.76%
6.67%

Color #EE9F5B in popluar number systems.

HEXEE9F5B
Decimal23815991
Binary11101110100111111011011
Octal356237133

Shades and tints

Shades of #EE9F5B

#EE9F5B
(238,159,91)
#D99153
(217,145,83)
#C4834B
(196,131,75)
#AF7543
(175,117,67)
#9A673B
(154,103,59)
#855933
(133,89,51)
#704B2B
(112,75,43)
#5B3D23
(91,61,35)
#462F1B
(70,47,27)
#312113
(49,33,19)
#1C130B
(28,19,11)
#000000
(0,0,0)

Tints of #EE9F5B

#EE9F5B
(238,159,91)
#EFA769
(239,167,105)
#F0AF77
(240,175,119)
#F1B785
(241,183,133)
#F2BF93
(242,191,147)
#F3C7A1
(243,199,161)
#F4CFAF
(244,207,175)
#F5D7BD
(245,215,189)
#F6DFCB
(246,223,203)
#F7E7D9
(247,231,217)
#F8EFE7
(248,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9F5B color. Also use rgb(238,159,91) instead hex code.

Text Font Color

.myTextColor { color: #EE9F5B; }

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

This text font color is #EE9F5B.


Background Color

.myBgColor { background-color: #EE9F5B; }

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

This div background color is #EE9F5B.


Border color

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

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

This div border color is #EE9F5B.


Opacity

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

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

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

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

This text has shadow with #EE9F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9F5B on black background.


Color preview on white background

This text has color #EE9F5B on white background.



Black color preview on #EE9F5B background

This text has black color on #EE9F5B background.


White color preview on #EE9F5B background

This text has white color on #EE9F5B background.