COLOR #E7D385

HEX: #E7D385
RGB: (231,211,133)

Color info

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

RGB color model

#E7D385 color RGB value is (231,211,133).

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

RGB channels and saturation

R 231 of 255 = 91%
G 211 of 255 = 83%
B 133 of 255 = 52%

231
211
133

R + G + B ~ 75%. #E7D385 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 211 + 133 = 575 (100%)
R 231 of 575 ~ 40.17%
G 211 of 575 ~ 36.7%
B 133 of 575 ~ 23.13%

%40.17
%36.7
%23.13

CMYK color model

#E7D385 color CMYK value is (0,9,42,9).

  • cyan value is 0.00%
  • magenta value is 8.66%
  • yellow value is 42.42%
  • key color value is 9.41%
CMYK:
(0,9,42,9)
C0M9Y42K9 
(0%,9%,42%,9%)
(0.00/0.09/0.42/0.09)	

CMYK percentages

%0
%8.66
%42.42
%9.41

Codes

Color #E7D385 in popluar color models

E7D385
RGB231211133
HSL48°67.12%71.37%
HSB/HSV48°42.42%90.59%
CMYK0.00%8.66%42.42%
9.41%

Color #E7D385 in popluar number systems.

HEXE7D385
Decimal231211133
Binary111001111101001110000101
Octal347323205

Shades and tints

Shades of #E7D385

#E7D385
(231,211,133)
#D2C079
(210,192,121)
#BDAD6D
(189,173,109)
#A89A61
(168,154,97)
#938755
(147,135,85)
#7E7449
(126,116,73)
#69613D
(105,97,61)
#544E31
(84,78,49)
#3F3B25
(63,59,37)
#2A2819
(42,40,25)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #E7D385

#E7D385
(231,211,133)
#E9D790
(233,215,144)
#EBDB9B
(235,219,155)
#EDDFA6
(237,223,166)
#EFE3B1
(239,227,177)
#F1E7BC
(241,231,188)
#F3EBC7
(243,235,199)
#F5EFD2
(245,239,210)
#F7F3DD
(247,243,221)
#F9F7E8
(249,247,232)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D385; }

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

This text font color is #E7D385.


Background Color

.myBgColor { background-color: #E7D385; }

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

This div background color is #E7D385.


Border color

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

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

This div border color is #E7D385.


Opacity

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

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

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

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

This text has shadow with #E7D385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D385 on black background.


Color preview on white background

This text has color #E7D385 on white background.



Black color preview on #E7D385 background

This text has black color on #E7D385 background.


White color preview on #E7D385 background

This text has white color on #E7D385 background.