COLOR #E7D85F

HEX: #E7D85F
RGB: (231,216,95)

Color info

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

RGB color model

#E7D85F color RGB value is (231,216,95).

  • red value is 231;
  • green value is 216;
  • blue value is 95.
RGB:
(231,216,95)
(91%,85%,37%)

RGB channels and saturation

R 231 of 255 = 91%
G 216 of 255 = 85%
B 95 of 255 = 37%

231
216
95

R + G + B ~ 71%. #E7D85F is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 216 + 95 = 542 (100%)
R 231 of 542 ~ 42.62%
G 216 of 542 ~ 39.85%
B 95 of 542 ~ 17.53%

%42.62
%39.85
%17.53

CMYK color model

#E7D85F color CMYK value is (0,6,59,9).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 58.87%
  • key color value is 9.41%
CMYK:
(0,6,59,9)
C0M6Y59K9 
(0%,6%,59%,9%)
(0.00/0.06/0.59/0.09)	

CMYK percentages

%0
%6.49
%58.87
%9.41

Codes

Color #E7D85F in popluar color models

E7D85F
RGB23121695
HSL53°73.91%63.92%
HSB/HSV53°58.87%90.59%
CMYK0.00%6.49%58.87%
9.41%

Color #E7D85F in popluar number systems.

HEXE7D85F
Decimal23121695
Binary11100111110110001011111
Octal347330137

Shades and tints

Shades of #E7D85F

#E7D85F
(231,216,95)
#D2C557
(210,197,87)
#BDB24F
(189,178,79)
#A89F47
(168,159,71)
#938C3F
(147,140,63)
#7E7937
(126,121,55)
#69662F
(105,102,47)
#545327
(84,83,39)
#3F401F
(63,64,31)
#2A2D17
(42,45,23)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #E7D85F

#E7D85F
(231,216,95)
#E9DB6D
(233,219,109)
#EBDE7B
(235,222,123)
#EDE189
(237,225,137)
#EFE497
(239,228,151)
#F1E7A5
(241,231,165)
#F3EAB3
(243,234,179)
#F5EDC1
(245,237,193)
#F7F0CF
(247,240,207)
#F9F3DD
(249,243,221)
#FBF6EB
(251,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D85F color. Also use rgb(231,216,95) instead hex code.

Text Font Color

.myTextColor { color: #E7D85F; }

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

This text font color is #E7D85F.


Background Color

.myBgColor { background-color: #E7D85F; }

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

This div background color is #E7D85F.


Border color

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

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

This div border color is #E7D85F.


Opacity

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

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

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

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

This text has shadow with #E7D85F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D85F on black background.


Color preview on white background

This text has color #E7D85F on white background.



Black color preview on #E7D85F background

This text has black color on #E7D85F background.


White color preview on #E7D85F background

This text has white color on #E7D85F background.