COLOR #EEDFA4

HEX: #EEDFA4
RGB: (238,223,164)

Color info

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

RGB color model

#EEDFA4 color RGB value is (238,223,164).

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

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 164 of 255 = 64%

238
223
164

R + G + B ~ 81%. #EEDFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 223 + 164 = 625 (100%)
R 238 of 625 ~ 38.08%
G 223 of 625 ~ 35.68%
B 164 of 625 ~ 26.24%

%38.08
%35.68
%26.24

CMYK color model

#EEDFA4 color CMYK value is (0,6,31,7).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 31.09%
  • key color value is 6.67%
CMYK:
(0,6,31,7)
C0M6Y31K7 
(0%,6%,31%,7%)
(0.00/0.06/0.31/0.07)	

CMYK percentages

%0
%6.3
%31.09
%6.67

Codes

Color #EEDFA4 in popluar color models

EEDFA4
RGB238223164
HSL48°68.52%78.82%
HSB/HSV48°31.09%93.33%
CMYK0.00%6.30%31.09%
6.67%

Color #EEDFA4 in popluar number systems.

HEXEEDFA4
Decimal238223164
Binary111011101101111110100100
Octal356337244

Shades and tints

Shades of #EEDFA4

#EEDFA4
(238,223,164)
#D9CB96
(217,203,150)
#C4B788
(196,183,136)
#AFA37A
(175,163,122)
#9A8F6C
(154,143,108)
#857B5E
(133,123,94)
#706750
(112,103,80)
#5B5342
(91,83,66)
#463F34
(70,63,52)
#312B26
(49,43,38)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #EEDFA4

#EEDFA4
(238,223,164)
#EFE1AC
(239,225,172)
#F0E3B4
(240,227,180)
#F1E5BC
(241,229,188)
#F2E7C4
(242,231,196)
#F3E9CC
(243,233,204)
#F4EBD4
(244,235,212)
#F5EDDC
(245,237,220)
#F6EFE4
(246,239,228)
#F7F1EC
(247,241,236)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDFA4; }

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

This text font color is #EEDFA4.


Background Color

.myBgColor { background-color: #EEDFA4; }

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

This div background color is #EEDFA4.


Border color

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

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

This div border color is #EEDFA4.


Opacity

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

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

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

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

This text has shadow with #EEDFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDFA4 on black background.


Color preview on white background

This text has color #EEDFA4 on white background.



Black color preview on #EEDFA4 background

This text has black color on #EEDFA4 background.


White color preview on #EEDFA4 background

This text has white color on #EEDFA4 background.