COLOR #E7D672

HEX: #E7D672
RGB: (231,214,114)

Color info

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

RGB color model

#E7D672 color RGB value is (231,214,114).

  • red value is 231;
  • green value is 214;
  • blue value is 114.
RGB:
(231,214,114)
(91%,84%,45%)

RGB channels and saturation

R 231 of 255 = 91%
G 214 of 255 = 84%
B 114 of 255 = 45%

231
214
114

R + G + B ~ 73%. #E7D672 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 214 + 114 = 559 (100%)
R 231 of 559 ~ 41.32%
G 214 of 559 ~ 38.28%
B 114 of 559 ~ 20.39%

%41.32
%38.28
%20.39

CMYK color model

#E7D672 color CMYK value is (0,7,51,9).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 50.65%
  • key color value is 9.41%
CMYK:
(0,7,51,9)
C0M7Y51K9 
(0%,7%,51%,9%)
(0.00/0.07/0.51/0.09)	

CMYK percentages

%0
%7.36
%50.65
%9.41

Codes

Color #E7D672 in popluar color models

E7D672
RGB231214114
HSL51°70.91%67.65%
HSB/HSV51°50.65%90.59%
CMYK0.00%7.36%50.65%
9.41%

Color #E7D672 in popluar number systems.

HEXE7D672
Decimal231214114
Binary11100111110101101110010
Octal347326162

Shades and tints

Shades of #E7D672

#E7D672
(231,214,114)
#D2C368
(210,195,104)
#BDB05E
(189,176,94)
#A89D54
(168,157,84)
#938A4A
(147,138,74)
#7E7740
(126,119,64)
#696436
(105,100,54)
#54512C
(84,81,44)
#3F3E22
(63,62,34)
#2A2B18
(42,43,24)
#15180E
(21,24,14)
#000000
(0,0,0)

Tints of #E7D672

#E7D672
(231,214,114)
#E9D97E
(233,217,126)
#EBDC8A
(235,220,138)
#EDDF96
(237,223,150)
#EFE2A2
(239,226,162)
#F1E5AE
(241,229,174)
#F3E8BA
(243,232,186)
#F5EBC6
(245,235,198)
#F7EED2
(247,238,210)
#F9F1DE
(249,241,222)
#FBF4EA
(251,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D672 color. Also use rgb(231,214,114) instead hex code.

Text Font Color

.myTextColor { color: #E7D672; }

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

This text font color is #E7D672.


Background Color

.myBgColor { background-color: #E7D672; }

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

This div background color is #E7D672.


Border color

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

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

This div border color is #E7D672.


Opacity

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

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

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

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

This text has shadow with #E7D672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D672 on black background.


Color preview on white background

This text has color #E7D672 on white background.



Black color preview on #E7D672 background

This text has black color on #E7D672 background.


White color preview on #E7D672 background

This text has white color on #E7D672 background.