COLOR #EED0B1

HEX: #EED0B1 RGB: (238,208,177)

Color info

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

RGB color model

#EED0B1 color RGB value is (238,208,177).

RGB: (238,208,177) (93%, 82%, 69%)

RGB channels and saturation

R 238 of 255 = 93%
G 208 of 255 = 82%
B 177 of 255 = 69%

238
208
177

R + G + B ~ 81%. #EED0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 208 + 177 = 623 (100%)
R 238 of 623 ~ 38.2%
G 208 of 623 ~ 33.39%
B 177 of 623 ~ 28.41'%

%38.2
%33.39
%28.41

CMYK color model

#EED0B1 color CMYK value is (0,13,26,7).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 25.63%
  • key color value is 6.67%

CMYK: (0,13,26,7)
C0M13Y26K7 (0%, 13%, 26%, 7%)
(0.00 / 0.13 / 0.26 / 0.07)

CMYK percentages

%0
%12.61
%25.63
%6.67

Codes

Color #EED0B1 in popluar color models

EE D0 B1
RGB 238 208 177
HSL 30° 64.21% 81.37%
HSB/HSV 30° 25.63% 93.33%
CMYK 0.00% 12.61% 25.63%
6.67%

Color #EED0B1 in popluar number systems.

HEX EE D0 B1
Decimal 238 208 177
Binary 11101110 11010000 10110001
Octal 356 320 261

Shades and tints

Shades of #EED0B1

#EED0B1
(238,208,177)
#D9BEA1
(217,190,161)
#C4AC91
(196,172,145)
#AF9A81
(175,154,129)
#9A8871
(154,136,113)
#857661
(133,118,97)
#706451
(112,100,81)
#5B5241
(91,82,65)
#464031
(70,64,49)
#312E21
(49,46,33)
#1C1C11
(28,28,17)
#000000
(0,0,0)

Tints of #EED0B1

#EED0B1
(238,208,177)
#EFD4B8
(239,212,184)
#F0D8BF
(240,216,191)
#F1DCC6
(241,220,198)
#F2E0CD
(242,224,205)
#F3E4D4
(243,228,212)
#F4E8DB
(244,232,219)
#F5ECE2
(245,236,226)
#F6F0E9
(246,240,233)
#F7F4F0
(247,244,240)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED0B1 color. Also use rgb(238,208,177) instead hex code.

Text Font Color

.myTextColor { color: #EED0B1; }

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

This text font color is #EED0B1.

Background Color

.myBgColor { background-color: #EED0B1; }

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

This div background color is #EED0B1.

Border color

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

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

This div border color is #EED0B1.

Opacity

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

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

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

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

This text has shadow with #EED0B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED0B1.

Preview

Color preview on black background

This text has color #EED0B1 on black background.


Color preview on white background

This text has color #EED0B1 on white background.


Black color preview on #EED0B1 background

This text has black color on #EED0B1 background.


White color preview on #EED0B1 background

This text has white color on #EED0B1 background.


Related colors

Complementary color

Complementary color for #hex is #112F4E.


I love getcolorcode.com

Triadic colors

1 #B1EED0 and #D0B1EE with #EED0B1 are triadic colors.

2 #B1D0EE and #D0EEB1 with #EED0B1 are triadic colors.