COLOR #E8D88A

HEX: #E8D88A
RGB: (232,216,138)

Color info

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

RGB color model

#E8D88A color RGB value is (232,216,138).

  • red value is 232;
  • green value is 216;
  • blue value is 138.
RGB:
(232,216,138)
(91%,85%,54%)

RGB channels and saturation

R 232 of 255 = 91%
G 216 of 255 = 85%
B 138 of 255 = 54%

232
216
138

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

Portions of RGB colors in percentages

R + G + B =
232 + 216 + 138 = 586 (100%)
R 232 of 586 ~ 39.59%
G 216 of 586 ~ 36.86%
B 138 of 586 ~ 23.55%

%39.59
%36.86
%23.55

CMYK color model

#E8D88A color CMYK value is (0,7,41,9).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 40.52%
  • key color value is 9.02%
CMYK:
(0,7,41,9)
C0M7Y41K9 
(0%,7%,41%,9%)
(0.00/0.07/0.41/0.09)	

CMYK percentages

%0
%6.9
%40.52
%9.02

Codes

Color #E8D88A in popluar color models

E8D88A
RGB232216138
HSL50°67.14%72.55%
HSB/HSV50°40.52%90.98%
CMYK0.00%6.90%40.52%
9.02%

Color #E8D88A in popluar number systems.

HEXE8D88A
Decimal232216138
Binary111010001101100010001010
Octal350330212

Shades and tints

Shades of #E8D88A

#E8D88A
(232,216,138)
#D3C57E
(211,197,126)
#BEB272
(190,178,114)
#A99F66
(169,159,102)
#948C5A
(148,140,90)
#7F794E
(127,121,78)
#6A6642
(106,102,66)
#555336
(85,83,54)
#40402A
(64,64,42)
#2B2D1E
(43,45,30)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #E8D88A

#E8D88A
(232,216,138)
#EADB94
(234,219,148)
#ECDE9E
(236,222,158)
#EEE1A8
(238,225,168)
#F0E4B2
(240,228,178)
#F2E7BC
(242,231,188)
#F4EAC6
(244,234,198)
#F6EDD0
(246,237,208)
#F8F0DA
(248,240,218)
#FAF3E4
(250,243,228)
#FCF6EE
(252,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D88A color. Also use rgb(232,216,138) instead hex code.

Text Font Color

.myTextColor { color: #E8D88A; }

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

This text font color is #E8D88A.


Background Color

.myBgColor { background-color: #E8D88A; }

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

This div background color is #E8D88A.


Border color

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

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

This div border color is #E8D88A.


Opacity

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

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

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

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

This text has shadow with #E8D88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D88A on black background.


Color preview on white background

This text has color #E8D88A on white background.



Black color preview on #E8D88A background

This text has black color on #E8D88A background.


White color preview on #E8D88A background

This text has white color on #E8D88A background.