COLOR #E2C873

HEX: #E2C873
RGB: (226,200,115)

Color info

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

RGB color model

#E2C873 color RGB value is (226,200,115).

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

RGB channels and saturation

R 226 of 255 = 89%
G 200 of 255 = 78%
B 115 of 255 = 45%

226
200
115

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

Portions of RGB colors in percentages

R + G + B =
226 + 200 + 115 = 541 (100%)
R 226 of 541 ~ 41.77%
G 200 of 541 ~ 36.97%
B 115 of 541 ~ 21.26%

%41.77
%36.97
%21.26

CMYK color model

#E2C873 color CMYK value is (0,12,49,11).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 49.12%
  • key color value is 11.37%
CMYK:
(0,12,49,11)
C0M12Y49K11 
(0%,12%,49%,11%)
(0.00/0.12/0.49/0.11)	

CMYK percentages

%0
%11.5
%49.12
%11.37

Codes

Color #E2C873 in popluar color models

E2C873
RGB226200115
HSL46°65.68%66.86%
HSB/HSV46°49.12%88.63%
CMYK0.00%11.50%49.12%
11.37%

Color #E2C873 in popluar number systems.

HEXE2C873
Decimal226200115
Binary11100010110010001110011
Octal342310163

Shades and tints

Shades of #E2C873

#E2C873
(226,200,115)
#CEB669
(206,182,105)
#BAA45F
(186,164,95)
#A69255
(166,146,85)
#92804B
(146,128,75)
#7E6E41
(126,110,65)
#6A5C37
(106,92,55)
#564A2D
(86,74,45)
#423823
(66,56,35)
#2E2619
(46,38,25)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #E2C873

#E2C873
(226,200,115)
#E4CD7F
(228,205,127)
#E6D28B
(230,210,139)
#E8D797
(232,215,151)
#EADCA3
(234,220,163)
#ECE1AF
(236,225,175)
#EEE6BB
(238,230,187)
#F0EBC7
(240,235,199)
#F2F0D3
(242,240,211)
#F4F5DF
(244,245,223)
#F6FAEB
(246,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C873; }

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

This text font color is #E2C873.


Background Color

.myBgColor { background-color: #E2C873; }

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

This div background color is #E2C873.


Border color

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

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

This div border color is #E2C873.


Opacity

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

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

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

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

This text has shadow with #E2C873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C873 on black background.


Color preview on white background

This text has color #E2C873 on white background.



Black color preview on #E2C873 background

This text has black color on #E2C873 background.


White color preview on #E2C873 background

This text has white color on #E2C873 background.