COLOR #E7CD79

HEX: #E7CD79
RGB: (231,205,121)

Color info

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

RGB color model

#E7CD79 color RGB value is (231,205,121).

  • red value is 231;
  • green value is 205;
  • blue value is 121.
RGB:
(231,205,121)
(91%,80%,47%)

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 121 of 255 = 47%

231
205
121

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

Portions of RGB colors in percentages

R + G + B =
231 + 205 + 121 = 557 (100%)
R 231 of 557 ~ 41.47%
G 205 of 557 ~ 36.8%
B 121 of 557 ~ 21.72%

%41.47
%36.8
%21.72

CMYK color model

#E7CD79 color CMYK value is (0,11,48,9).

  • cyan value is 0.00%
  • magenta value is 11.26%
  • yellow value is 47.62%
  • key color value is 9.41%
CMYK:
(0,11,48,9)
C0M11Y48K9 
(0%,11%,48%,9%)
(0.00/0.11/0.48/0.09)	

CMYK percentages

%0
%11.26
%47.62
%9.41

Codes

Color #E7CD79 in popluar color models

E7CD79
RGB231205121
HSL46°69.62%69.02%
HSB/HSV46°47.62%90.59%
CMYK0.00%11.26%47.62%
9.41%

Color #E7CD79 in popluar number systems.

HEXE7CD79
Decimal231205121
Binary11100111110011011111001
Octal347315171

Shades and tints

Shades of #E7CD79

#E7CD79
(231,205,121)
#D2BB6E
(210,187,110)
#BDA963
(189,169,99)
#A89758
(168,151,88)
#93854D
(147,133,77)
#7E7342
(126,115,66)
#696137
(105,97,55)
#544F2C
(84,79,44)
#3F3D21
(63,61,33)
#2A2B16
(42,43,22)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #E7CD79

#E7CD79
(231,205,121)
#E9D185
(233,209,133)
#EBD591
(235,213,145)
#EDD99D
(237,217,157)
#EFDDA9
(239,221,169)
#F1E1B5
(241,225,181)
#F3E5C1
(243,229,193)
#F5E9CD
(245,233,205)
#F7EDD9
(247,237,217)
#F9F1E5
(249,241,229)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CD79 color. Also use rgb(231,205,121) instead hex code.

Text Font Color

.myTextColor { color: #E7CD79; }

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

This text font color is #E7CD79.


Background Color

.myBgColor { background-color: #E7CD79; }

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

This div background color is #E7CD79.


Border color

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

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

This div border color is #E7CD79.


Opacity

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

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

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

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

This text has shadow with #E7CD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CD79 on black background.


Color preview on white background

This text has color #E7CD79 on white background.



Black color preview on #E7CD79 background

This text has black color on #E7CD79 background.


White color preview on #E7CD79 background

This text has white color on #E7CD79 background.