COLOR #E1C19E

HEX: #E1C19E
RGB: (225,193,158)

Color info

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

RGB color model

#E1C19E color RGB value is (225,193,158).

  • red value is 225;
  • green value is 193;
  • blue value is 158.
RGB:
(225,193,158)
(88%,76%,62%)

RGB channels and saturation

R 225 of 255 = 88%
G 193 of 255 = 76%
B 158 of 255 = 62%

225
193
158

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

Portions of RGB colors in percentages

R + G + B =
225 + 193 + 158 = 576 (100%)
R 225 of 576 ~ 39.06%
G 193 of 576 ~ 33.51%
B 158 of 576 ~ 27.43%

%39.06
%33.51
%27.43

CMYK color model

#E1C19E color CMYK value is (0,14,30,12).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 29.78%
  • key color value is 11.76%
CMYK:
(0,14,30,12)
C0M14Y30K12 
(0%,14%,30%,12%)
(0.00/0.14/0.30/0.12)	

CMYK percentages

%0
%14.22
%29.78
%11.76

Codes

Color #E1C19E in popluar color models

E1C19E
RGB225193158
HSL31°52.76%75.10%
HSB/HSV31°29.78%88.24%
CMYK0.00%14.22%29.78%
11.76%

Color #E1C19E in popluar number systems.

HEXE1C19E
Decimal225193158
Binary111000011100000110011110
Octal341301236

Shades and tints

Shades of #E1C19E

#E1C19E
(225,193,158)
#CDB090
(205,176,144)
#B99F82
(185,159,130)
#A58E74
(165,142,116)
#917D66
(145,125,102)
#7D6C58
(125,108,88)
#695B4A
(105,91,74)
#554A3C
(85,74,60)
#41392E
(65,57,46)
#2D2820
(45,40,32)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #E1C19E

#E1C19E
(225,193,158)
#E3C6A6
(227,198,166)
#E5CBAE
(229,203,174)
#E7D0B6
(231,208,182)
#E9D5BE
(233,213,190)
#EBDAC6
(235,218,198)
#EDDFCE
(237,223,206)
#EFE4D6
(239,228,214)
#F1E9DE
(241,233,222)
#F3EEE6
(243,238,230)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C19E; }

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

This text font color is #E1C19E.


Background Color

.myBgColor { background-color: #E1C19E; }

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

This div background color is #E1C19E.


Border color

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

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

This div border color is #E1C19E.


Opacity

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

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

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

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

This text has shadow with #E1C19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C19E on black background.


Color preview on white background

This text has color #E1C19E on white background.



Black color preview on #E1C19E background

This text has black color on #E1C19E background.


White color preview on #E1C19E background

This text has white color on #E1C19E background.