COLOR #E2C896

HEX: #E2C896
RGB: (226,200,150)

Color info

#E2C896 contains mainly red and green colors. Web safe color of #E2C896 is #CCCC99 (or #CC9).

RGB color model

#E2C896 color RGB value is (226,200,150).

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

RGB channels and saturation

R 226 of 255 = 89%
G 200 of 255 = 78%
B 150 of 255 = 59%

226
200
150

R + G + B ~ 75%. #E2C896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 200 + 150 = 576 (100%)
R 226 of 576 ~ 39.24%
G 200 of 576 ~ 34.72%
B 150 of 576 ~ 26.04%

%39.24
%34.72
%26.04

CMYK color model

#E2C896 color CMYK value is (0,12,34,11).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 33.63%
  • key color value is 11.37%
CMYK:
(0,12,34,11)
C0M12Y34K11 
(0%,12%,34%,11%)
(0.00/0.12/0.34/0.11)	

CMYK percentages

%0
%11.5
%33.63
%11.37

Codes

Color #E2C896 in popluar color models

E2C896
RGB226200150
HSL39°56.72%73.73%
HSB/HSV39°33.63%88.63%
CMYK0.00%11.50%33.63%
11.37%

Color #E2C896 in popluar number systems.

HEXE2C896
Decimal226200150
Binary111000101100100010010110
Octal342310226

Shades and tints

Shades of #E2C896

#E2C896
(226,200,150)
#CEB689
(206,182,137)
#BAA47C
(186,164,124)
#A6926F
(166,146,111)
#928062
(146,128,98)
#7E6E55
(126,110,85)
#6A5C48
(106,92,72)
#564A3B
(86,74,59)
#42382E
(66,56,46)
#2E2621
(46,38,33)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #E2C896

#E2C896
(226,200,150)
#E4CD9F
(228,205,159)
#E6D2A8
(230,210,168)
#E8D7B1
(232,215,177)
#EADCBA
(234,220,186)
#ECE1C3
(236,225,195)
#EEE6CC
(238,230,204)
#F0EBD5
(240,235,213)
#F2F0DE
(242,240,222)
#F4F5E7
(244,245,231)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C896; }

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

This text font color is #E2C896.


Background Color

.myBgColor { background-color: #E2C896; }

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

This div background color is #E2C896.


Border color

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

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

This div border color is #E2C896.


Opacity

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

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

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

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

This text has shadow with #E2C896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C896 on black background.


Color preview on white background

This text has color #E2C896 on white background.



Black color preview on #E2C896 background

This text has black color on #E2C896 background.


White color preview on #E2C896 background

This text has white color on #E2C896 background.