COLOR #E1CFA0

HEX: #E1CFA0
RGB: (225,207,160)

Color info

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

RGB color model

#E1CFA0 color RGB value is (225,207,160).

  • red value is 225;
  • green value is 207;
  • blue value is 160.
RGB:
(225,207,160)
(88%,81%,63%)

RGB channels and saturation

R 225 of 255 = 88%
G 207 of 255 = 81%
B 160 of 255 = 63%

225
207
160

R + G + B ~ 77%. #E1CFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 207 + 160 = 592 (100%)
R 225 of 592 ~ 38.01%
G 207 of 592 ~ 34.97%
B 160 of 592 ~ 27.03%

%38.01
%34.97
%27.03

CMYK color model

#E1CFA0 color CMYK value is (0,8,29,12).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 28.89%
  • key color value is 11.76%
CMYK:
(0,8,29,12)
C0M8Y29K12 
(0%,8%,29%,12%)
(0.00/0.08/0.29/0.12)	

CMYK percentages

%0
%8
%28.89
%11.76

Codes

Color #E1CFA0 in popluar color models

E1CFA0
RGB225207160
HSL43°52.00%75.49%
HSB/HSV43°28.89%88.24%
CMYK0.00%8.00%28.89%
11.76%

Color #E1CFA0 in popluar number systems.

HEXE1CFA0
Decimal225207160
Binary111000011100111110100000
Octal341317240

Shades and tints

Shades of #E1CFA0

#E1CFA0
(225,207,160)
#CDBD92
(205,189,146)
#B9AB84
(185,171,132)
#A59976
(165,153,118)
#918768
(145,135,104)
#7D755A
(125,117,90)
#69634C
(105,99,76)
#55513E
(85,81,62)
#413F30
(65,63,48)
#2D2D22
(45,45,34)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #E1CFA0

#E1CFA0
(225,207,160)
#E3D3A8
(227,211,168)
#E5D7B0
(229,215,176)
#E7DBB8
(231,219,184)
#E9DFC0
(233,223,192)
#EBE3C8
(235,227,200)
#EDE7D0
(237,231,208)
#EFEBD8
(239,235,216)
#F1EFE0
(241,239,224)
#F3F3E8
(243,243,232)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CFA0 color. Also use rgb(225,207,160) instead hex code.

Text Font Color

.myTextColor { color: #E1CFA0; }

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

This text font color is #E1CFA0.


Background Color

.myBgColor { background-color: #E1CFA0; }

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

This div background color is #E1CFA0.


Border color

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

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

This div border color is #E1CFA0.


Opacity

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

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

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

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

This text has shadow with #E1CFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CFA0 on black background.


Color preview on white background

This text has color #E1CFA0 on white background.



Black color preview on #E1CFA0 background

This text has black color on #E1CFA0 background.


White color preview on #E1CFA0 background

This text has white color on #E1CFA0 background.