COLOR #EEDCB5

HEX: #EEDCB5
RGB: (238,220,181)

Color info

#EEDCB5 contains red, green and blue colors in about the same proportion. Web safe color of #EEDCB5 is #FFCCCC (or #FCC).

RGB color model

#EEDCB5 color RGB value is (238,220,181).

  • red value is 238;
  • green value is 220;
  • blue value is 181.
RGB:
(238,220,181)
(93%,86%,71%)

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 181 of 255 = 71%

238
220
181

R + G + B ~ 83%. #EEDCB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 220 + 181 = 639 (100%)
R 238 of 639 ~ 37.25%
G 220 of 639 ~ 34.43%
B 181 of 639 ~ 28.33%

%37.25
%34.43
%28.33

CMYK color model

#EEDCB5 color CMYK value is (0,8,24,7).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 23.95%
  • key color value is 6.67%
CMYK:
(0,8,24,7)
C0M8Y24K7 
(0%,8%,24%,7%)
(0.00/0.08/0.24/0.07)	

CMYK percentages

%0
%7.56
%23.95
%6.67

Codes

Color #EEDCB5 in popluar color models

EEDCB5
RGB238220181
HSL41°62.64%82.16%
HSB/HSV41°23.95%93.33%
CMYK0.00%7.56%23.95%
6.67%

Color #EEDCB5 in popluar number systems.

HEXEEDCB5
Decimal238220181
Binary111011101101110010110101
Octal356334265

Shades and tints

Shades of #EEDCB5

#EEDCB5
(238,220,181)
#D9C8A5
(217,200,165)
#C4B495
(196,180,149)
#AFA085
(175,160,133)
#9A8C75
(154,140,117)
#857865
(133,120,101)
#706455
(112,100,85)
#5B5045
(91,80,69)
#463C35
(70,60,53)
#312825
(49,40,37)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #EEDCB5

#EEDCB5
(238,220,181)
#EFDFBB
(239,223,187)
#F0E2C1
(240,226,193)
#F1E5C7
(241,229,199)
#F2E8CD
(242,232,205)
#F3EBD3
(243,235,211)
#F4EED9
(244,238,217)
#F5F1DF
(245,241,223)
#F6F4E5
(246,244,229)
#F7F7EB
(247,247,235)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDCB5 color. Also use rgb(238,220,181) instead hex code.

Text Font Color

.myTextColor { color: #EEDCB5; }

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

This text font color is #EEDCB5.


Background Color

.myBgColor { background-color: #EEDCB5; }

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

This div background color is #EEDCB5.


Border color

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

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

This div border color is #EEDCB5.


Opacity

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

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

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

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

This text has shadow with #EEDCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDCB5 on black background.


Color preview on white background

This text has color #EEDCB5 on white background.



Black color preview on #EEDCB5 background

This text has black color on #EEDCB5 background.


White color preview on #EEDCB5 background

This text has white color on #EEDCB5 background.