COLOR #E7D47E

HEX: #E7D47E
RGB: (231,212,126)

Color info

#E7D47E contains mainly red and green colors. Web safe color of #E7D47E is #FFCC66 (or #FC6).

RGB color model

#E7D47E color RGB value is (231,212,126).

  • red value is 231;
  • green value is 212;
  • blue value is 126.
RGB:
(231,212,126)
(91%,83%,49%)

RGB channels and saturation

R 231 of 255 = 91%
G 212 of 255 = 83%
B 126 of 255 = 49%

231
212
126

R + G + B ~ 74%. #E7D47E is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 212 + 126 = 569 (100%)
R 231 of 569 ~ 40.6%
G 212 of 569 ~ 37.26%
B 126 of 569 ~ 22.14%

%40.6
%37.26
%22.14

CMYK color model

#E7D47E color CMYK value is (0,8,45,9).

  • cyan value is 0.00%
  • magenta value is 8.23%
  • yellow value is 45.45%
  • key color value is 9.41%
CMYK:
(0,8,45,9)
C0M8Y45K9 
(0%,8%,45%,9%)
(0.00/0.08/0.45/0.09)	

CMYK percentages

%0
%8.23
%45.45
%9.41

Codes

Color #E7D47E in popluar color models

E7D47E
RGB231212126
HSL49°68.63%70.00%
HSB/HSV49°45.45%90.59%
CMYK0.00%8.23%45.45%
9.41%

Color #E7D47E in popluar number systems.

HEXE7D47E
Decimal231212126
Binary11100111110101001111110
Octal347324176

Shades and tints

Shades of #E7D47E

#E7D47E
(231,212,126)
#D2C173
(210,193,115)
#BDAE68
(189,174,104)
#A89B5D
(168,155,93)
#938852
(147,136,82)
#7E7547
(126,117,71)
#69623C
(105,98,60)
#544F31
(84,79,49)
#3F3C26
(63,60,38)
#2A291B
(42,41,27)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #E7D47E

#E7D47E
(231,212,126)
#E9D789
(233,215,137)
#EBDA94
(235,218,148)
#EDDD9F
(237,221,159)
#EFE0AA
(239,224,170)
#F1E3B5
(241,227,181)
#F3E6C0
(243,230,192)
#F5E9CB
(245,233,203)
#F7ECD6
(247,236,214)
#F9EFE1
(249,239,225)
#FBF2EC
(251,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D47E color. Also use rgb(231,212,126) instead hex code.

Text Font Color

.myTextColor { color: #E7D47E; }

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

This text font color is #E7D47E.


Background Color

.myBgColor { background-color: #E7D47E; }

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

This div background color is #E7D47E.


Border color

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

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

This div border color is #E7D47E.


Opacity

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

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

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

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

This text has shadow with #E7D47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D47E on black background.


Color preview on white background

This text has color #E7D47E on white background.



Black color preview on #E7D47E background

This text has black color on #E7D47E background.


White color preview on #E7D47E background

This text has white color on #E7D47E background.