COLOR #E7D28D

HEX: #E7D28D RGB: (231,210,141)

Color info

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

RGB color model

#E7D28D color RGB value is (231,210,141).

RGB: (231,210,141) (91%, 82%, 55%)

RGB channels and saturation

R 231 of 255 = 91%
G 210 of 255 = 82%
B 141 of 255 = 55%

231
210
141

R + G + B ~ 76%. #E7D28D is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 210 + 141 = 582 (100%)
R 231 of 582 ~ 39.69%
G 210 of 582 ~ 36.08%
B 141 of 582 ~ 24.23'%

%39.69
%36.08
%24.23

CMYK color model

#E7D28D color CMYK value is (0,9,39,9).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 38.96%
  • key color value is 9.41%

CMYK: (0,9,39,9)
C0M9Y39K9 (0%, 9%, 39%, 9%)
(0.00 / 0.09 / 0.39 / 0.09)

CMYK percentages

%0
%9.09
%38.96
%9.41

Codes

Color #E7D28D in popluar color models

E7 D2 8D
RGB 231 210 141
HSL 46° 65.22% 72.94%
HSB/HSV 46° 38.96% 90.59%
CMYK 0.00% 9.09% 38.96%
9.41%

Color #E7D28D in popluar number systems.

HEX E7 D2 8D
Decimal 231 210 141
Binary 11100111 11010010 10001101
Octal 347 322 215

Shades and tints

Shades of #E7D28D

#E7D28D
(231,210,141)
#D2BF81
(210,191,129)
#BDAC75
(189,172,117)
#A89969
(168,153,105)
#93865D
(147,134,93)
#7E7351
(126,115,81)
#696045
(105,96,69)
#544D39
(84,77,57)
#3F3A2D
(63,58,45)
#2A2721
(42,39,33)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #E7D28D

#E7D28D
(231,210,141)
#E9D697
(233,214,151)
#EBDAA1
(235,218,161)
#EDDEAB
(237,222,171)
#EFE2B5
(239,226,181)
#F1E6BF
(241,230,191)
#F3EAC9
(243,234,201)
#F5EED3
(245,238,211)
#F7F2DD
(247,242,221)
#F9F6E7
(249,246,231)
#FBFAF1
(251,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D28D; }

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

This text font color is #E7D28D.

Background Color

.myBgColor { background-color: #E7D28D; }

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

This div background color is #E7D28D.

Border color

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

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

This div border color is #E7D28D.

Opacity

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

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

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

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

This text has shadow with #E7D28D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D28D.

Preview

Color preview on black background

This text has color #E7D28D on black background.


Color preview on white background

This text has color #E7D28D on white background.


Black color preview on #E7D28D background

This text has black color on #E7D28D background.


White color preview on #E7D28D background

This text has white color on #E7D28D background.


Related colors

Complementary color

Complementary color for #hex is #182D72.


I love getcolorcode.com

Triadic colors

1 #8DE7D2 and #D28DE7 with #E7D28D are triadic colors.

2 #8DD2E7 and #D2E78D with #E7D28D are triadic colors.