COLOR #EED39B

HEX: #EED39B RGB: (238,211,155)

Color info

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

RGB color model

#EED39B color RGB value is (238,211,155).

RGB: (238,211,155) (93%, 83%, 61%)

RGB channels and saturation

R 238 of 255 = 93%
G 211 of 255 = 83%
B 155 of 255 = 61%

238
211
155

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

Portions of RGB colors in percentages

R + G + B = 238 + 211 + 155 = 604 (100%)
R 238 of 604 ~ 39.4%
G 211 of 604 ~ 34.93%
B 155 of 604 ~ 25.66'%

%39.4
%34.93
%25.66

CMYK color model

#EED39B color CMYK value is (0,11,35,7).

  • cyan value is 0.00%
  • magenta value is 11.34%
  • yellow value is 34.87%
  • key color value is 6.67%

CMYK: (0,11,35,7)
C0M11Y35K7 (0%, 11%, 35%, 7%)
(0.00 / 0.11 / 0.35 / 0.07)

CMYK percentages

%0
%11.34
%34.87
%6.67

Codes

Color #EED39B in popluar color models

EE D3 9B
RGB 238 211 155
HSL 40° 70.94% 77.06%
HSB/HSV 40° 34.87% 93.33%
CMYK 0.00% 11.34% 34.87%
6.67%

Color #EED39B in popluar number systems.

HEX EE D3 9B
Decimal 238 211 155
Binary 11101110 11010011 10011011
Octal 356 323 233

Shades and tints

Shades of #EED39B

#EED39B
(238,211,155)
#D9C08D
(217,192,141)
#C4AD7F
(196,173,127)
#AF9A71
(175,154,113)
#9A8763
(154,135,99)
#857455
(133,116,85)
#706147
(112,97,71)
#5B4E39
(91,78,57)
#463B2B
(70,59,43)
#31281D
(49,40,29)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #EED39B

#EED39B
(238,211,155)
#EFD7A4
(239,215,164)
#F0DBAD
(240,219,173)
#F1DFB6
(241,223,182)
#F2E3BF
(242,227,191)
#F3E7C8
(243,231,200)
#F4EBD1
(244,235,209)
#F5EFDA
(245,239,218)
#F6F3E3
(246,243,227)
#F7F7EC
(247,247,236)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED39B; }

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

This text font color is #EED39B.

Background Color

.myBgColor { background-color: #EED39B; }

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

This div background color is #EED39B.

Border color

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

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

This div border color is #EED39B.

Opacity

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

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

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

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

This text has shadow with #EED39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED39B.

Preview

Color preview on black background

This text has color #EED39B on black background.


Color preview on white background

This text has color #EED39B on white background.


Black color preview on #EED39B background

This text has black color on #EED39B background.


White color preview on #EED39B background

This text has white color on #EED39B background.


Related colors

Complementary color

Complementary color for #hex is #112C64.


I love getcolorcode.com

Triadic colors

1 #9BEED3 and #D39BEE with #EED39B are triadic colors.

2 #9BD3EE and #D3EE9B with #EED39B are triadic colors.