COLOR #EEE8B5

HEX: #EEE8B5
RGB: (238,232,181)

Color info

#EEE8B5 contains red, green and blue colors in about the same proportion. Web safe color of #EEE8B5 is #FFFFCC (or #FFC).

RGB color model

#EEE8B5 color RGB value is (238,232,181).

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

RGB channels and saturation

R 238 of 255 = 93%
G 232 of 255 = 91%
B 181 of 255 = 71%

238
232
181

R + G + B ~ 85%. #EEE8B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 232 + 181 = 651 (100%)
R 238 of 651 ~ 36.56%
G 232 of 651 ~ 35.64%
B 181 of 651 ~ 27.8%

%36.56
%35.64
%27.8

CMYK color model

#EEE8B5 color CMYK value is (0,3,24,7).

  • cyan value is 0.00%
  • magenta value is 2.52%
  • yellow value is 23.95%
  • key color value is 6.67%
CMYK:
(0,3,24,7)
C0M3Y24K7 
(0%,3%,24%,7%)
(0.00/0.03/0.24/0.07)	

CMYK percentages

%0
%2.52
%23.95
%6.67

Codes

Color #EEE8B5 in popluar color models

EEE8B5
RGB238232181
HSL54°62.64%82.16%
HSB/HSV54°23.95%93.33%
CMYK0.00%2.52%23.95%
6.67%

Color #EEE8B5 in popluar number systems.

HEXEEE8B5
Decimal238232181
Binary111011101110100010110101
Octal356350265

Shades and tints

Shades of #EEE8B5

#EEE8B5
(238,232,181)
#D9D3A5
(217,211,165)
#C4BE95
(196,190,149)
#AFA985
(175,169,133)
#9A9475
(154,148,117)
#857F65
(133,127,101)
#706A55
(112,106,85)
#5B5545
(91,85,69)
#464035
(70,64,53)
#312B25
(49,43,37)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #EEE8B5

#EEE8B5
(238,232,181)
#EFEABB
(239,234,187)
#F0ECC1
(240,236,193)
#F1EEC7
(241,238,199)
#F2F0CD
(242,240,205)
#F3F2D3
(243,242,211)
#F4F4D9
(244,244,217)
#F5F6DF
(245,246,223)
#F6F8E5
(246,248,229)
#F7FAEB
(247,250,235)
#F8FCF1
(248,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE8B5; }

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

This text font color is #EEE8B5.


Background Color

.myBgColor { background-color: #EEE8B5; }

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

This div background color is #EEE8B5.


Border color

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

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

This div border color is #EEE8B5.


Opacity

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

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

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

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

This text has shadow with #EEE8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE8B5 on black background.


Color preview on white background

This text has color #EEE8B5 on white background.



Black color preview on #EEE8B5 background

This text has black color on #EEE8B5 background.


White color preview on #EEE8B5 background

This text has white color on #EEE8B5 background.