COLOR #E8D68A

HEX: #E8D68A
RGB: (232,214,138)

Color info

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

RGB color model

#E8D68A color RGB value is (232,214,138).

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

RGB channels and saturation

R 232 of 255 = 91%
G 214 of 255 = 84%
B 138 of 255 = 54%

232
214
138

R + G + B ~ 76%. #E8D68A is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 214 + 138 = 584 (100%)
R 232 of 584 ~ 39.73%
G 214 of 584 ~ 36.64%
B 138 of 584 ~ 23.63%

%39.73
%36.64
%23.63

CMYK color model

#E8D68A color CMYK value is (0,8,41,9).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 40.52%
  • key color value is 9.02%
CMYK:
(0,8,41,9)
C0M8Y41K9 
(0%,8%,41%,9%)
(0.00/0.08/0.41/0.09)	

CMYK percentages

%0
%7.76
%40.52
%9.02

Codes

Color #E8D68A in popluar color models

E8D68A
RGB232214138
HSL49°67.14%72.55%
HSB/HSV49°40.52%90.98%
CMYK0.00%7.76%40.52%
9.02%

Color #E8D68A in popluar number systems.

HEXE8D68A
Decimal232214138
Binary111010001101011010001010
Octal350326212

Shades and tints

Shades of #E8D68A

#E8D68A
(232,214,138)
#D3C37E
(211,195,126)
#BEB072
(190,176,114)
#A99D66
(169,157,102)
#948A5A
(148,138,90)
#7F774E
(127,119,78)
#6A6442
(106,100,66)
#555136
(85,81,54)
#403E2A
(64,62,42)
#2B2B1E
(43,43,30)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #E8D68A

#E8D68A
(232,214,138)
#EAD994
(234,217,148)
#ECDC9E
(236,220,158)
#EEDFA8
(238,223,168)
#F0E2B2
(240,226,178)
#F2E5BC
(242,229,188)
#F4E8C6
(244,232,198)
#F6EBD0
(246,235,208)
#F8EEDA
(248,238,218)
#FAF1E4
(250,241,228)
#FCF4EE
(252,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8D68A; }

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

This text font color is #E8D68A.


Background Color

.myBgColor { background-color: #E8D68A; }

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

This div background color is #E8D68A.


Border color

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

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

This div border color is #E8D68A.


Opacity

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

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

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

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

This text has shadow with #E8D68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D68A on black background.


Color preview on white background

This text has color #E8D68A on white background.



Black color preview on #E8D68A background

This text has black color on #E8D68A background.


White color preview on #E8D68A background

This text has white color on #E8D68A background.