COLOR #E8D98E

HEX: #E8D98E RGB: (232,217,142)

Color info

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

RGB color model

#E8D98E color RGB value is (232,217,142).

RGB: (232,217,142) (91%, 85%, 56%)

RGB channels and saturation

R 232 of 255 = 91%
G 217 of 255 = 85%
B 142 of 255 = 56%

232
217
142

R + G + B ~ 77%. #E8D98E is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 217 + 142 = 591 (100%)
R 232 of 591 ~ 39.26%
G 217 of 591 ~ 36.72%
B 142 of 591 ~ 24.03'%

%39.26
%36.72
%24.03

CMYK color model

#E8D98E color CMYK value is (0,6,39,9).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 38.79%
  • key color value is 9.02%

CMYK: (0,6,39,9)
C0M6Y39K9 (0%, 6%, 39%, 9%)
(0.00 / 0.06 / 0.39 / 0.09)

CMYK percentages

%0
%6.47
%38.79
%9.02

Codes

Color #E8D98E in popluar color models

E8 D9 8E
RGB 232 217 142
HSL 50° 66.18% 73.33%
HSB/HSV 50° 38.79% 90.98%
CMYK 0.00% 6.47% 38.79%
9.02%

Color #E8D98E in popluar number systems.

HEX E8 D9 8E
Decimal 232 217 142
Binary 11101000 11011001 10001110
Octal 350 331 216

Shades and tints

Shades of #E8D98E

#E8D98E
(232,217,142)
#D3C682
(211,198,130)
#BEB376
(190,179,118)
#A9A06A
(169,160,106)
#948D5E
(148,141,94)
#7F7A52
(127,122,82)
#6A6746
(106,103,70)
#55543A
(85,84,58)
#40412E
(64,65,46)
#2B2E22
(43,46,34)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #E8D98E

#E8D98E
(232,217,142)
#EADC98
(234,220,152)
#ECDFA2
(236,223,162)
#EEE2AC
(238,226,172)
#F0E5B6
(240,229,182)
#F2E8C0
(242,232,192)
#F4EBCA
(244,235,202)
#F6EED4
(246,238,212)
#F8F1DE
(248,241,222)
#FAF4E8
(250,244,232)
#FCF7F2
(252,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D98E color. Also use rgb(232,217,142) instead hex code.

Text Font Color

.myTextColor { color: #E8D98E; }

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

This text font color is #E8D98E.

Background Color

.myBgColor { background-color: #E8D98E; }

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

This div background color is #E8D98E.

Border color

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

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

This div border color is #E8D98E.

Opacity

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

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

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

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

This text has shadow with #E8D98E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8D98E.

Preview

Color preview on black background

This text has color #E8D98E on black background.


Color preview on white background

This text has color #E8D98E on white background.


Black color preview on #E8D98E background

This text has black color on #E8D98E background.


White color preview on #E8D98E background

This text has white color on #E8D98E background.


Related colors

Complementary color

Complementary color for #hex is #172671.


I love getcolorcode.com

Triadic colors

1 #8EE8D9 and #D98EE8 with #E8D98E are triadic colors.

2 #8ED9E8 and #D9E88E with #E8D98E are triadic colors.