COLOR #E7C77F

HEX: #E7C77F
RGB: (231,199,127)

Color info

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

RGB color model

#E7C77F color RGB value is (231,199,127).

  • red value is 231;
  • green value is 199;
  • blue value is 127.
RGB:
(231,199,127)
(91%,78%,50%)

RGB channels and saturation

R 231 of 255 = 91%
G 199 of 255 = 78%
B 127 of 255 = 50%

231
199
127

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

Portions of RGB colors in percentages

R + G + B =
231 + 199 + 127 = 557 (100%)
R 231 of 557 ~ 41.47%
G 199 of 557 ~ 35.73%
B 127 of 557 ~ 22.8%

%41.47
%35.73
%22.8

CMYK color model

#E7C77F color CMYK value is (0,14,45,9).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 45.02%
  • key color value is 9.41%
CMYK:
(0,14,45,9)
C0M14Y45K9 
(0%,14%,45%,9%)
(0.00/0.14/0.45/0.09)	

CMYK percentages

%0
%13.85
%45.02
%9.41

Codes

Color #E7C77F in popluar color models

E7C77F
RGB231199127
HSL42°68.42%70.20%
HSB/HSV42°45.02%90.59%
CMYK0.00%13.85%45.02%
9.41%

Color #E7C77F in popluar number systems.

HEXE7C77F
Decimal231199127
Binary11100111110001111111111
Octal347307177

Shades and tints

Shades of #E7C77F

#E7C77F
(231,199,127)
#D2B574
(210,181,116)
#BDA369
(189,163,105)
#A8915E
(168,145,94)
#937F53
(147,127,83)
#7E6D48
(126,109,72)
#695B3D
(105,91,61)
#544932
(84,73,50)
#3F3727
(63,55,39)
#2A251C
(42,37,28)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #E7C77F

#E7C77F
(231,199,127)
#E9CC8A
(233,204,138)
#EBD195
(235,209,149)
#EDD6A0
(237,214,160)
#EFDBAB
(239,219,171)
#F1E0B6
(241,224,182)
#F3E5C1
(243,229,193)
#F5EACC
(245,234,204)
#F7EFD7
(247,239,215)
#F9F4E2
(249,244,226)
#FBF9ED
(251,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C77F color. Also use rgb(231,199,127) instead hex code.

Text Font Color

.myTextColor { color: #E7C77F; }

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

This text font color is #E7C77F.


Background Color

.myBgColor { background-color: #E7C77F; }

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

This div background color is #E7C77F.


Border color

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

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

This div border color is #E7C77F.


Opacity

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

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

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

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

This text has shadow with #E7C77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C77F on black background.


Color preview on white background

This text has color #E7C77F on white background.



Black color preview on #E7C77F background

This text has black color on #E7C77F background.


White color preview on #E7C77F background

This text has white color on #E7C77F background.