COLOR #EEEAB5

HEX: #EEEAB5
RGB: (238,234,181)

Color info

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

RGB color model

#EEEAB5 color RGB value is (238,234,181).

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

RGB channels and saturation

R 238 of 255 = 93%
G 234 of 255 = 92%
B 181 of 255 = 71%

238
234
181

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

Portions of RGB colors in percentages

R + G + B =
238 + 234 + 181 = 653 (100%)
R 238 of 653 ~ 36.45%
G 234 of 653 ~ 35.83%
B 181 of 653 ~ 27.72%

%36.45
%35.83
%27.72

CMYK color model

#EEEAB5 color CMYK value is (0,2,24,7).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 23.95%
  • key color value is 6.67%
CMYK:
(0,2,24,7)
C0M2Y24K7 
(0%,2%,24%,7%)
(0.00/0.02/0.24/0.07)	

CMYK percentages

%0
%1.68
%23.95
%6.67

Codes

Color #EEEAB5 in popluar color models

EEEAB5
RGB238234181
HSL56°62.64%82.16%
HSB/HSV56°23.95%93.33%
CMYK0.00%1.68%23.95%
6.67%

Color #EEEAB5 in popluar number systems.

HEXEEEAB5
Decimal238234181
Binary111011101110101010110101
Octal356352265

Shades and tints

Shades of #EEEAB5

#EEEAB5
(238,234,181)
#D9D5A5
(217,213,165)
#C4C095
(196,192,149)
#AFAB85
(175,171,133)
#9A9675
(154,150,117)
#858165
(133,129,101)
#706C55
(112,108,85)
#5B5745
(91,87,69)
#464235
(70,66,53)
#312D25
(49,45,37)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #EEEAB5

#EEEAB5
(238,234,181)
#EFEBBB
(239,235,187)
#F0ECC1
(240,236,193)
#F1EDC7
(241,237,199)
#F2EECD
(242,238,205)
#F3EFD3
(243,239,211)
#F4F0D9
(244,240,217)
#F5F1DF
(245,241,223)
#F6F2E5
(246,242,229)
#F7F3EB
(247,243,235)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEAB5; }

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

This text font color is #EEEAB5.


Background Color

.myBgColor { background-color: #EEEAB5; }

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

This div background color is #EEEAB5.


Border color

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

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

This div border color is #EEEAB5.


Opacity

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

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

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

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

This text has shadow with #EEEAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEAB5 on black background.


Color preview on white background

This text has color #EEEAB5 on white background.



Black color preview on #EEEAB5 background

This text has black color on #EEEAB5 background.


White color preview on #EEEAB5 background

This text has white color on #EEEAB5 background.