COLOR #EEE6A4

HEX: #EEE6A4
RGB: (238,230,164)

Color info

#EEE6A4 contains mainly red and green colors. Web safe color of #EEE6A4 is #FFCC99 (or #FC9).

RGB color model

#EEE6A4 color RGB value is (238,230,164).

  • red value is 238;
  • green value is 230;
  • blue value is 164.
RGB:
(238,230,164)
(93%,90%,64%)

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 164 of 255 = 64%

238
230
164

R + G + B ~ 82%. #EEE6A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 164 = 632 (100%)
R 238 of 632 ~ 37.66%
G 230 of 632 ~ 36.39%
B 164 of 632 ~ 25.95%

%37.66
%36.39
%25.95

CMYK color model

#EEE6A4 color CMYK value is (0,3,31,7).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 31.09%
  • key color value is 6.67%
CMYK:
(0,3,31,7)
C0M3Y31K7 
(0%,3%,31%,7%)
(0.00/0.03/0.31/0.07)	

CMYK percentages

%0
%3.36
%31.09
%6.67

Codes

Color #EEE6A4 in popluar color models

EEE6A4
RGB238230164
HSL54°68.52%78.82%
HSB/HSV54°31.09%93.33%
CMYK0.00%3.36%31.09%
6.67%

Color #EEE6A4 in popluar number systems.

HEXEEE6A4
Decimal238230164
Binary111011101110011010100100
Octal356346244

Shades and tints

Shades of #EEE6A4

#EEE6A4
(238,230,164)
#D9D296
(217,210,150)
#C4BE88
(196,190,136)
#AFAA7A
(175,170,122)
#9A966C
(154,150,108)
#85825E
(133,130,94)
#706E50
(112,110,80)
#5B5A42
(91,90,66)
#464634
(70,70,52)
#313226
(49,50,38)
#1C1E18
(28,30,24)
#000000
(0,0,0)

Tints of #EEE6A4

#EEE6A4
(238,230,164)
#EFE8AC
(239,232,172)
#F0EAB4
(240,234,180)
#F1ECBC
(241,236,188)
#F2EEC4
(242,238,196)
#F3F0CC
(243,240,204)
#F4F2D4
(244,242,212)
#F5F4DC
(245,244,220)
#F6F6E4
(246,246,228)
#F7F8EC
(247,248,236)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE6A4 color. Also use rgb(238,230,164) instead hex code.

Text Font Color

.myTextColor { color: #EEE6A4; }

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

This text font color is #EEE6A4.


Background Color

.myBgColor { background-color: #EEE6A4; }

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

This div background color is #EEE6A4.


Border color

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

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

This div border color is #EEE6A4.


Opacity

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

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

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

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

This text has shadow with #EEE6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6A4 on black background.


Color preview on white background

This text has color #EEE6A4 on white background.



Black color preview on #EEE6A4 background

This text has black color on #EEE6A4 background.


White color preview on #EEE6A4 background

This text has white color on #EEE6A4 background.