COLOR #E7C980

HEX: #E7C980 RGB: (231,201,128)

Color info

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

RGB color model

#E7C980 color RGB value is (231,201,128).

RGB: (231,201,128) (91%, 79%, 50%)

RGB channels and saturation

R 231 of 255 = 91%
G 201 of 255 = 79%
B 128 of 255 = 50%

231
201
128

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

Portions of RGB colors in percentages

R + G + B = 231 + 201 + 128 = 560 (100%)
R 231 of 560 ~ 41.25%
G 201 of 560 ~ 35.89%
B 128 of 560 ~ 22.86'%

%41.25
%35.89
%22.86

CMYK color model

#E7C980 color CMYK value is (0,13,45,9).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 44.59%
  • key color value is 9.41%

CMYK: (0,13,45,9)
C0M13Y45K9 (0%, 13%, 45%, 9%)
(0.00 / 0.13 / 0.45 / 0.09)

CMYK percentages

%0
%12.99
%44.59
%9.41

Codes

Color #E7C980 in popluar color models

E7 C9 80
RGB 231 201 128
HSL 43° 68.21% 70.39%
HSB/HSV 43° 44.59% 90.59%
CMYK 0.00% 12.99% 44.59%
9.41%

Color #E7C980 in popluar number systems.

HEX E7 C9 80
Decimal 231 201 128
Binary 11100111 11001001 10000000
Octal 347 311 200

Shades and tints

Shades of #E7C980

#E7C980
(231,201,128)
#D2B775
(210,183,117)
#BDA56A
(189,165,106)
#A8935F
(168,147,95)
#938154
(147,129,84)
#7E6F49
(126,111,73)
#695D3E
(105,93,62)
#544B33
(84,75,51)
#3F3928
(63,57,40)
#2A271D
(42,39,29)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #E7C980

#E7C980
(231,201,128)
#E9CD8B
(233,205,139)
#EBD196
(235,209,150)
#EDD5A1
(237,213,161)
#EFD9AC
(239,217,172)
#F1DDB7
(241,221,183)
#F3E1C2
(243,225,194)
#F5E5CD
(245,229,205)
#F7E9D8
(247,233,216)
#F9EDE3
(249,237,227)
#FBF1EE
(251,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C980 color. Also use rgb(231,201,128) instead hex code.

Text Font Color

.myTextColor { color: #E7C980; }

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

This text font color is #E7C980.

Background Color

.myBgColor { background-color: #E7C980; }

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

This div background color is #E7C980.

Border color

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

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

This div border color is #E7C980.

Opacity

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

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

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

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

This text has shadow with #E7C980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C980.

Preview

Color preview on black background

This text has color #E7C980 on black background.


Color preview on white background

This text has color #E7C980 on white background.


Black color preview on #E7C980 background

This text has black color on #E7C980 background.


White color preview on #E7C980 background

This text has white color on #E7C980 background.


Related colors

Complementary color

Complementary color for #hex is #18367F.


I love getcolorcode.com

Triadic colors

1 #80E7C9 and #C980E7 with #E7C980 are triadic colors.

2 #80C9E7 and #C9E780 with #E7C980 are triadic colors.