COLOR #E2C19E

HEX: #E2C19E RGB: (226,193,158)

Color info

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

RGB color model

#E2C19E color RGB value is (226,193,158).

RGB: (226,193,158) (89%, 76%, 62%)

RGB channels and saturation

R 226 of 255 = 89%
G 193 of 255 = 76%
B 158 of 255 = 62%

226
193
158

R + G + B ~ 76%. #E2C19E is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 193 + 158 = 577 (100%)
R 226 of 577 ~ 39.17%
G 193 of 577 ~ 33.45%
B 158 of 577 ~ 27.38'%

%39.17
%33.45
%27.38

CMYK color model

#E2C19E color CMYK value is (0,15,30,11).

  • cyan value is 0.00%
  • magenta value is 14.60%
  • yellow value is 30.09%
  • key color value is 11.37%

CMYK: (0,15,30,11)
C0M15Y30K11 (0%, 15%, 30%, 11%)
(0.00 / 0.15 / 0.30 / 0.11)

CMYK percentages

%0
%14.6
%30.09
%11.37

Codes

Color #E2C19E in popluar color models

E2 C1 9E
RGB 226 193 158
HSL 31° 53.97% 75.29%
HSB/HSV 31° 30.09% 88.63%
CMYK 0.00% 14.60% 30.09%
11.37%

Color #E2C19E in popluar number systems.

HEX E2 C1 9E
Decimal 226 193 158
Binary 11100010 11000001 10011110
Octal 342 301 236

Shades and tints

Shades of #E2C19E

#E2C19E
(226,193,158)
#CEB090
(206,176,144)
#BA9F82
(186,159,130)
#A68E74
(166,142,116)
#927D66
(146,125,102)
#7E6C58
(126,108,88)
#6A5B4A
(106,91,74)
#564A3C
(86,74,60)
#42392E
(66,57,46)
#2E2820
(46,40,32)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #E2C19E

#E2C19E
(226,193,158)
#E4C6A6
(228,198,166)
#E6CBAE
(230,203,174)
#E8D0B6
(232,208,182)
#EAD5BE
(234,213,190)
#ECDAC6
(236,218,198)
#EEDFCE
(238,223,206)
#F0E4D6
(240,228,214)
#F2E9DE
(242,233,222)
#F4EEE6
(244,238,230)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2C19E color. Also use rgb(226,193,158) instead hex code.

Text Font Color

.myTextColor { color: #E2C19E; }

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

This text font color is #E2C19E.

Background Color

.myBgColor { background-color: #E2C19E; }

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

This div background color is #E2C19E.

Border color

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

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

This div border color is #E2C19E.

Opacity

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

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

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

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

This text has shadow with #E2C19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2C19E.

Preview

Color preview on black background

This text has color #E2C19E on black background.


Color preview on white background

This text has color #E2C19E on white background.


Black color preview on #E2C19E background

This text has black color on #E2C19E background.


White color preview on #E2C19E background

This text has white color on #E2C19E background.


Related colors

Complementary color

Complementary color for #hex is #1D3E61.


I love getcolorcode.com

Triadic colors

1 #9EE2C1 and #C19EE2 with #E2C19E are triadic colors.

2 #9EC1E2 and #C1E29E with #E2C19E are triadic colors.