COLOR #EEEAE0

HEX: #EEEAE0 RGB: (238,234,224)

Color info

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

RGB color model

#EEEAE0 color RGB value is (238,234,224).

RGB: (238,234,224) (93%, 92%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 234 of 255 = 92%
B 224 of 255 = 88%

238
234
224

R + G + B ~ 91%. #EEEAE0 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 234 + 224 = 696 (100%)
R 238 of 696 ~ 34.2%
G 234 of 696 ~ 33.62%
B 224 of 696 ~ 32.18'%

%34.2
%33.62
%32.18

CMYK color model

#EEEAE0 color CMYK value is (0,2,6,7).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 5.88%
  • key color value is 6.67%
CMYK: (0,2,6,7) C0M2Y6K7 (0%,2%,6%,7%) (0.00/0.02/0.06/0.07) 

CMYK percentages

%0
%1.68
%5.88
%6.67

Codes

Color #EEEAE0 in popluar color models

EE EA E0
RGB 238 234 224
HSL 43° 29.17% 90.59%
HSB/HSV 43° 5.88% 93.33%
CMYK 0.00% 1.68% 5.88%
6.67%

Color #EEEAE0 in popluar number systems.

HEX EE EA E0
Decimal 238 234 224
Binary 11101110 11101010 11100000
Octal 356 352 340

Shades and tints

Shades of #EEEAE0

#EEEAE0
(238,234,224)
#D9D5CC
(217,213,204)
#C4C0B8
(196,192,184)
#AFABA4
(175,171,164)
#9A9690
(154,150,144)
#85817C
(133,129,124)
#706C68
(112,108,104)
#5B5754
(91,87,84)
#464240
(70,66,64)
#312D2C
(49,45,44)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #EEEAE0

#EEEAE0
(238,234,224)
#EFEBE2
(239,235,226)
#F0ECE4
(240,236,228)
#F1EDE6
(241,237,230)
#F2EEE8
(242,238,232)
#F3EFEA
(243,239,234)
#F4F0EC
(244,240,236)
#F5F1EE
(245,241,238)
#F6F2F0
(246,242,240)
#F7F3F2
(247,243,242)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEAE0; }

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

This text font color is #EEEAE0.

Background Color

.myBgColor { background-color: #EEEAE0; }

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

This div background color is #EEEAE0.

Border color

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

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

This div border color is #EEEAE0.

Opacity

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

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

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

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

This text has shadow with #EEEAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEAE0.

Preview

Color preview on black background

This text has color #EEEAE0 on black background.


Color preview on white background

This text has color #EEEAE0 on white background.


Black color preview on #EEEAE0 background

This text has black color on #EEEAE0 background.


White color preview on #EEEAE0 background

This text has white color on #EEEAE0 background.


Related colors

Complementary color

Complementary color for #hex is #11151F.


I love getcolorcode.com

Triadic colors

1 #E0EEEA and #EAE0EE with #EEEAE0 are triadic colors.

2 #E0EAEE and #EAEEE0 with #EEEAE0 are triadic colors.