COLOR #E2C877

HEX: #E2C877
RGB: (226,200,119)

Color info

#E2C877 contains mainly red and green colors. Web safe color of #E2C877 is #CCCC66 (or #CC6).

RGB color model

#E2C877 color RGB value is (226,200,119).

  • red value is 226;
  • green value is 200;
  • blue value is 119.
RGB:
(226,200,119)
(89%,78%,47%)

RGB channels and saturation

R 226 of 255 = 89%
G 200 of 255 = 78%
B 119 of 255 = 47%

226
200
119

R + G + B ~ 71%. #E2C877 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 200 + 119 = 545 (100%)
R 226 of 545 ~ 41.47%
G 200 of 545 ~ 36.7%
B 119 of 545 ~ 21.83%

%41.47
%36.7
%21.83

CMYK color model

#E2C877 color CMYK value is (0,12,47,11).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 47.35%
  • key color value is 11.37%
CMYK:
(0,12,47,11)
C0M12Y47K11 
(0%,12%,47%,11%)
(0.00/0.12/0.47/0.11)	

CMYK percentages

%0
%11.5
%47.35
%11.37

Codes

Color #E2C877 in popluar color models

E2C877
RGB226200119
HSL45°64.85%67.65%
HSB/HSV45°47.35%88.63%
CMYK0.00%11.50%47.35%
11.37%

Color #E2C877 in popluar number systems.

HEXE2C877
Decimal226200119
Binary11100010110010001110111
Octal342310167

Shades and tints

Shades of #E2C877

#E2C877
(226,200,119)
#CEB66D
(206,182,109)
#BAA463
(186,164,99)
#A69259
(166,146,89)
#92804F
(146,128,79)
#7E6E45
(126,110,69)
#6A5C3B
(106,92,59)
#564A31
(86,74,49)
#423827
(66,56,39)
#2E261D
(46,38,29)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #E2C877

#E2C877
(226,200,119)
#E4CD83
(228,205,131)
#E6D28F
(230,210,143)
#E8D79B
(232,215,155)
#EADCA7
(234,220,167)
#ECE1B3
(236,225,179)
#EEE6BF
(238,230,191)
#F0EBCB
(240,235,203)
#F2F0D7
(242,240,215)
#F4F5E3
(244,245,227)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C877 color. Also use rgb(226,200,119) instead hex code.

Text Font Color

.myTextColor { color: #E2C877; }

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

This text font color is #E2C877.


Background Color

.myBgColor { background-color: #E2C877; }

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

This div background color is #E2C877.


Border color

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

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

This div border color is #E2C877.


Opacity

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

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

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

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

This text has shadow with #E2C877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C877 on black background.


Color preview on white background

This text has color #E2C877 on white background.



Black color preview on #E2C877 background

This text has black color on #E2C877 background.


White color preview on #E2C877 background

This text has white color on #E2C877 background.