COLOR #EED4A8

HEX: #EED4A8 RGB: (238,212,168)

Color info

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

RGB color model

#EED4A8 color RGB value is (238,212,168).

RGB: (238,212,168) (93%, 83%, 66%)

RGB channels and saturation

R 238 of 255 = 93%
G 212 of 255 = 83%
B 168 of 255 = 66%

238
212
168

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

Portions of RGB colors in percentages

R + G + B = 238 + 212 + 168 = 618 (100%)
R 238 of 618 ~ 38.51%
G 212 of 618 ~ 34.3%
B 168 of 618 ~ 27.18'%

%38.51
%34.3
%27.18

CMYK color model

#EED4A8 color CMYK value is (0,11,29,7).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 29.41%
  • key color value is 6.67%

CMYK: (0,11,29,7)
C0M11Y29K7 (0%, 11%, 29%, 7%)
(0.00 / 0.11 / 0.29 / 0.07)

CMYK percentages

%0
%10.92
%29.41
%6.67

Codes

Color #EED4A8 in popluar color models

EE D4 A8
RGB 238 212 168
HSL 38° 67.31% 79.61%
HSB/HSV 38° 29.41% 93.33%
CMYK 0.00% 10.92% 29.41%
6.67%

Color #EED4A8 in popluar number systems.

HEX EE D4 A8
Decimal 238 212 168
Binary 11101110 11010100 10101000
Octal 356 324 250

Shades and tints

Shades of #EED4A8

#EED4A8
(238,212,168)
#D9C199
(217,193,153)
#C4AE8A
(196,174,138)
#AF9B7B
(175,155,123)
#9A886C
(154,136,108)
#85755D
(133,117,93)
#70624E
(112,98,78)
#5B4F3F
(91,79,63)
#463C30
(70,60,48)
#312921
(49,41,33)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #EED4A8

#EED4A8
(238,212,168)
#EFD7AF
(239,215,175)
#F0DAB6
(240,218,182)
#F1DDBD
(241,221,189)
#F2E0C4
(242,224,196)
#F3E3CB
(243,227,203)
#F4E6D2
(244,230,210)
#F5E9D9
(245,233,217)
#F6ECE0
(246,236,224)
#F7EFE7
(247,239,231)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED4A8 color. Also use rgb(238,212,168) instead hex code.

Text Font Color

.myTextColor { color: #EED4A8; }

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

This text font color is #EED4A8.

Background Color

.myBgColor { background-color: #EED4A8; }

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

This div background color is #EED4A8.

Border color

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

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

This div border color is #EED4A8.

Opacity

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

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

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

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

This text has shadow with #EED4A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED4A8.

Preview

Color preview on black background

This text has color #EED4A8 on black background.


Color preview on white background

This text has color #EED4A8 on white background.


Black color preview on #EED4A8 background

This text has black color on #EED4A8 background.


White color preview on #EED4A8 background

This text has white color on #EED4A8 background.


Related colors

Complementary color

Complementary color for #hex is #112B57.


I love getcolorcode.com

Triadic colors

1 #A8EED4 and #D4A8EE with #EED4A8 are triadic colors.

2 #A8D4EE and #D4EEA8 with #EED4A8 are triadic colors.