COLOR #EED39E

HEX: #EED39E
RGB: (238,211,158)

Color info

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

RGB color model

#EED39E color RGB value is (238,211,158).

  • red value is 238;
  • green value is 211;
  • blue value is 158.
RGB:
(238,211,158)
(93%,83%,62%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 158 of 255 = 62%

238
211
158

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

Portions of RGB colors in percentages

R + G + B =
238 + 211 + 158 = 607 (100%)
R 238 of 607 ~ 39.21%
G 211 of 607 ~ 34.76%
B 158 of 607 ~ 26.03%

%39.21
%34.76
%26.03

CMYK color model

#EED39E color CMYK value is (0,11,34,7).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 33.61%
  • key color value is 6.67%
CMYK:
(0,11,34,7)
C0M11Y34K7 
(0%,11%,34%,7%)
(0.00/0.11/0.34/0.07)	

CMYK percentages

%0
%11.34
%33.61
%6.67

Codes

Color #EED39E in popluar color models

EED39E
RGB238211158
HSL40°70.18%77.65%
HSB/HSV40°33.61%93.33%
CMYK0.00%11.34%33.61%
6.67%

Color #EED39E in popluar number systems.

HEXEED39E
Decimal238211158
Binary111011101101001110011110
Octal356323236

Shades and tints

Shades of #EED39E

#EED39E
(238,211,158)
#D9C090
(217,192,144)
#C4AD82
(196,173,130)
#AF9A74
(175,154,116)
#9A8766
(154,135,102)
#857458
(133,116,88)
#70614A
(112,97,74)
#5B4E3C
(91,78,60)
#463B2E
(70,59,46)
#312820
(49,40,32)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #EED39E

#EED39E
(238,211,158)
#EFD7A6
(239,215,166)
#F0DBAE
(240,219,174)
#F1DFB6
(241,223,182)
#F2E3BE
(242,227,190)
#F3E7C6
(243,231,198)
#F4EBCE
(244,235,206)
#F5EFD6
(245,239,214)
#F6F3DE
(246,243,222)
#F7F7E6
(247,247,230)
#F8FBEE
(248,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED39E color. Also use rgb(238,211,158) instead hex code.

Text Font Color

.myTextColor { color: #EED39E; }

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

This text font color is #EED39E.


Background Color

.myBgColor { background-color: #EED39E; }

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

This div background color is #EED39E.


Border color

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

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

This div border color is #EED39E.


Opacity

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

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

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

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

This text has shadow with #EED39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED39E on black background.


Color preview on white background

This text has color #EED39E on white background.



Black color preview on #EED39E background

This text has black color on #EED39E background.


White color preview on #EED39E background

This text has white color on #EED39E background.