COLOR #EEDD93

HEX: #EEDD93
RGB: (238,221,147)

Color info

#EEDD93 contains mainly red and green colors. Web safe color of #EEDD93 is #FFCC99 (or #FC9).

RGB color model

#EEDD93 color RGB value is (238,221,147).

  • red value is 238;
  • green value is 221;
  • blue value is 147.
RGB:
(238,221,147)
(93%,87%,58%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 147 of 255 = 58%

238
221
147

R + G + B ~ 79%. #EEDD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 221 + 147 = 606 (100%)
R 238 of 606 ~ 39.27%
G 221 of 606 ~ 36.47%
B 147 of 606 ~ 24.26%

%39.27
%36.47
%24.26

CMYK color model

#EEDD93 color CMYK value is (0,7,38,7).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 38.24%
  • key color value is 6.67%
CMYK:
(0,7,38,7)
C0M7Y38K7 
(0%,7%,38%,7%)
(0.00/0.07/0.38/0.07)	

CMYK percentages

%0
%7.14
%38.24
%6.67

Codes

Color #EEDD93 in popluar color models

EEDD93
RGB238221147
HSL49°72.80%75.49%
HSB/HSV49°38.24%93.33%
CMYK0.00%7.14%38.24%
6.67%

Color #EEDD93 in popluar number systems.

HEXEEDD93
Decimal238221147
Binary111011101101110110010011
Octal356335223

Shades and tints

Shades of #EEDD93

#EEDD93
(238,221,147)
#D9C986
(217,201,134)
#C4B579
(196,181,121)
#AFA16C
(175,161,108)
#9A8D5F
(154,141,95)
#857952
(133,121,82)
#706545
(112,101,69)
#5B5138
(91,81,56)
#463D2B
(70,61,43)
#31291E
(49,41,30)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #EEDD93

#EEDD93
(238,221,147)
#EFE09C
(239,224,156)
#F0E3A5
(240,227,165)
#F1E6AE
(241,230,174)
#F2E9B7
(242,233,183)
#F3ECC0
(243,236,192)
#F4EFC9
(244,239,201)
#F5F2D2
(245,242,210)
#F6F5DB
(246,245,219)
#F7F8E4
(247,248,228)
#F8FBED
(248,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDD93 color. Also use rgb(238,221,147) instead hex code.

Text Font Color

.myTextColor { color: #EEDD93; }

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

This text font color is #EEDD93.


Background Color

.myBgColor { background-color: #EEDD93; }

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

This div background color is #EEDD93.


Border color

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

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

This div border color is #EEDD93.


Opacity

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

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

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

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

This text has shadow with #EEDD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDD93 on black background.


Color preview on white background

This text has color #EEDD93 on white background.



Black color preview on #EEDD93 background

This text has black color on #EEDD93 background.


White color preview on #EEDD93 background

This text has white color on #EEDD93 background.