COLOR #EEEAC9

HEX: #EEEAC9 RGB: (238,234,201)

Color info

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

RGB color model

#EEEAC9 color RGB value is (238,234,201).

RGB: (238,234,201) (93%, 92%, 79%)

RGB channels and saturation

R 238 of 255 = 93%
G 234 of 255 = 92%
B 201 of 255 = 79%

238
234
201

R + G + B ~ 88%. #EEEAC9 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 234 + 201 = 673 (100%)
R 238 of 673 ~ 35.36%
G 234 of 673 ~ 34.77%
B 201 of 673 ~ 29.87'%

%35.36
%34.77
%29.87

CMYK color model

#EEEAC9 color CMYK value is (0,2,16,7).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 15.55%
  • key color value is 6.67%
CMYK: (0,2,16,7) C0M2Y16K7 (0%,2%,16%,7%) (0.00/0.02/0.16/0.07) 

CMYK percentages

%0
%1.68
%15.55
%6.67

Codes

Color #EEEAC9 in popluar color models

EE EA C9
RGB 238 234 201
HSL 54° 52.11% 86.08%
HSB/HSV 54° 15.55% 93.33%
CMYK 0.00% 1.68% 15.55%
6.67%

Color #EEEAC9 in popluar number systems.

HEX EE EA C9
Decimal 238 234 201
Binary 11101110 11101010 11001001
Octal 356 352 311

Shades and tints

Shades of #EEEAC9

#EEEAC9
(238,234,201)
#D9D5B7
(217,213,183)
#C4C0A5
(196,192,165)
#AFAB93
(175,171,147)
#9A9681
(154,150,129)
#85816F
(133,129,111)
#706C5D
(112,108,93)
#5B574B
(91,87,75)
#464239
(70,66,57)
#312D27
(49,45,39)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #EEEAC9

#EEEAC9
(238,234,201)
#EFEBCD
(239,235,205)
#F0ECD1
(240,236,209)
#F1EDD5
(241,237,213)
#F2EED9
(242,238,217)
#F3EFDD
(243,239,221)
#F4F0E1
(244,240,225)
#F5F1E5
(245,241,229)
#F6F2E9
(246,242,233)
#F7F3ED
(247,243,237)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEAC9; }

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

This text font color is #EEEAC9.

Background Color

.myBgColor { background-color: #EEEAC9; }

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

This div background color is #EEEAC9.

Border color

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

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

This div border color is #EEEAC9.

Opacity

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

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

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

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

This text has shadow with #EEEAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEAC9.

Preview

Color preview on black background

This text has color #EEEAC9 on black background.


Color preview on white background

This text has color #EEEAC9 on white background.


Black color preview on #EEEAC9 background

This text has black color on #EEEAC9 background.


White color preview on #EEEAC9 background

This text has white color on #EEEAC9 background.


Related colors

Complementary color

Complementary color for #hex is #111536.


I love getcolorcode.com

Triadic colors

1 #C9EEEA and #EAC9EE with #EEEAC9 are triadic colors.

2 #C9EAEE and #EAEEC9 with #EEEAC9 are triadic colors.