COLOR #E7D293

HEX: #E7D293
RGB: (231,210,147)

Color info

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

RGB color model

#E7D293 color RGB value is (231,210,147).

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

RGB channels and saturation

R 231 of 255 = 91%
G 210 of 255 = 82%
B 147 of 255 = 58%

231
210
147

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

Portions of RGB colors in percentages

R + G + B =
231 + 210 + 147 = 588 (100%)
R 231 of 588 ~ 39.29%
G 210 of 588 ~ 35.71%
B 147 of 588 ~ 25%

%39.29
%35.71
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • 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
%9.09
%36.36
%9.41

Codes

Color #E7D293 in popluar color models

E7D293
RGB231210147
HSL45°63.64%74.12%
HSB/HSV45°36.36%90.59%
CMYK0.00%9.09%36.36%
9.41%

Color #E7D293 in popluar number systems.

HEXE7D293
Decimal231210147
Binary111001111101001010010011
Octal347322223

Shades and tints

Shades of #E7D293

#E7D293
(231,210,147)
#D2BF86
(210,191,134)
#BDAC79
(189,172,121)
#A8996C
(168,153,108)
#93865F
(147,134,95)
#7E7352
(126,115,82)
#696045
(105,96,69)
#544D38
(84,77,56)
#3F3A2B
(63,58,43)
#2A271E
(42,39,30)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #E7D293

#E7D293
(231,210,147)
#E9D69C
(233,214,156)
#EBDAA5
(235,218,165)
#EDDEAE
(237,222,174)
#EFE2B7
(239,226,183)
#F1E6C0
(241,230,192)
#F3EAC9
(243,234,201)
#F5EED2
(245,238,210)
#F7F2DB
(247,242,219)
#F9F6E4
(249,246,228)
#FBFAED
(251,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D293; }

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

This text font color is #E7D293.


Background Color

.myBgColor { background-color: #E7D293; }

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

This div background color is #E7D293.


Border color

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

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

This div border color is #E7D293.


Opacity

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

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

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

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

This text has shadow with #E7D293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D293 on black background.


Color preview on white background

This text has color #E7D293 on white background.



Black color preview on #E7D293 background

This text has black color on #E7D293 background.


White color preview on #E7D293 background

This text has white color on #E7D293 background.