COLOR #E7D393

HEX: #E7D393
RGB: (231,211,147)

Color info

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

RGB color model

#E7D393 color RGB value is (231,211,147).

  • red value is 231;
  • green value is 211;
  • blue value is 147.
RGB:
(231,211,147)
(91%,83%,58%)

RGB channels and saturation

R 231 of 255 = 91%
G 211 of 255 = 83%
B 147 of 255 = 58%

231
211
147

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

Portions of RGB colors in percentages

R + G + B =
231 + 211 + 147 = 589 (100%)
R 231 of 589 ~ 39.22%
G 211 of 589 ~ 35.82%
B 147 of 589 ~ 24.96%

%39.22
%35.82
%24.96

CMYK color model

#E7D393 color CMYK value is (0,9,36,9).

  • cyan value is 0.00%
  • magenta value is 8.66%
  • yellow value is 36.36%
  • key color value is 9.41%
CMYK:
(0,9,36,9)
C0M9Y36K9 
(0%,9%,36%,9%)
(0.00/0.09/0.36/0.09)	

CMYK percentages

%0
%8.66
%36.36
%9.41

Codes

Color #E7D393 in popluar color models

E7D393
RGB231211147
HSL46°63.64%74.12%
HSB/HSV46°36.36%90.59%
CMYK0.00%8.66%36.36%
9.41%

Color #E7D393 in popluar number systems.

HEXE7D393
Decimal231211147
Binary111001111101001110010011
Octal347323223

Shades and tints

Shades of #E7D393

#E7D393
(231,211,147)
#D2C086
(210,192,134)
#BDAD79
(189,173,121)
#A89A6C
(168,154,108)
#93875F
(147,135,95)
#7E7452
(126,116,82)
#696145
(105,97,69)
#544E38
(84,78,56)
#3F3B2B
(63,59,43)
#2A281E
(42,40,30)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #E7D393

#E7D393
(231,211,147)
#E9D79C
(233,215,156)
#EBDBA5
(235,219,165)
#EDDFAE
(237,223,174)
#EFE3B7
(239,227,183)
#F1E7C0
(241,231,192)
#F3EBC9
(243,235,201)
#F5EFD2
(245,239,210)
#F7F3DB
(247,243,219)
#F9F7E4
(249,247,228)
#FBFBED
(251,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D393 color. Also use rgb(231,211,147) instead hex code.

Text Font Color

.myTextColor { color: #E7D393; }

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

This text font color is #E7D393.


Background Color

.myBgColor { background-color: #E7D393; }

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

This div background color is #E7D393.


Border color

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

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

This div border color is #E7D393.


Opacity

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

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

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

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

This text has shadow with #E7D393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D393 on black background.


Color preview on white background

This text has color #E7D393 on white background.



Black color preview on #E7D393 background

This text has black color on #E7D393 background.


White color preview on #E7D393 background

This text has white color on #E7D393 background.