COLOR #E1C18F

HEX: #E1C18F
RGB: (225,193,143)

Color info

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

RGB color model

#E1C18F color RGB value is (225,193,143).

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

RGB channels and saturation

R 225 of 255 = 88%
G 193 of 255 = 76%
B 143 of 255 = 56%

225
193
143

R + G + B ~ 73%. #E1C18F is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 193 + 143 = 561 (100%)
R 225 of 561 ~ 40.11%
G 193 of 561 ~ 34.4%
B 143 of 561 ~ 25.49%

%40.11
%34.4
%25.49

CMYK color model

#E1C18F color CMYK value is (0,14,36,12).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 36.44%
  • key color value is 11.76%
CMYK:
(0,14,36,12)
C0M14Y36K12 
(0%,14%,36%,12%)
(0.00/0.14/0.36/0.12)	

CMYK percentages

%0
%14.22
%36.44
%11.76

Codes

Color #E1C18F in popluar color models

E1C18F
RGB225193143
HSL37°57.75%72.16%
HSB/HSV37°36.44%88.24%
CMYK0.00%14.22%36.44%
11.76%

Color #E1C18F in popluar number systems.

HEXE1C18F
Decimal225193143
Binary111000011100000110001111
Octal341301217

Shades and tints

Shades of #E1C18F

#E1C18F
(225,193,143)
#CDB082
(205,176,130)
#B99F75
(185,159,117)
#A58E68
(165,142,104)
#917D5B
(145,125,91)
#7D6C4E
(125,108,78)
#695B41
(105,91,65)
#554A34
(85,74,52)
#413927
(65,57,39)
#2D281A
(45,40,26)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #E1C18F

#E1C18F
(225,193,143)
#E3C699
(227,198,153)
#E5CBA3
(229,203,163)
#E7D0AD
(231,208,173)
#E9D5B7
(233,213,183)
#EBDAC1
(235,218,193)
#EDDFCB
(237,223,203)
#EFE4D5
(239,228,213)
#F1E9DF
(241,233,223)
#F3EEE9
(243,238,233)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C18F; }

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

This text font color is #E1C18F.


Background Color

.myBgColor { background-color: #E1C18F; }

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

This div background color is #E1C18F.


Border color

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

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

This div border color is #E1C18F.


Opacity

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

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

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

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

This text has shadow with #E1C18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C18F on black background.


Color preview on white background

This text has color #E1C18F on white background.



Black color preview on #E1C18F background

This text has black color on #E1C18F background.


White color preview on #E1C18F background

This text has white color on #E1C18F background.