COLOR #E1C08F

HEX: #E1C08F
RGB: (225,192,143)

Color info

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

RGB color model

#E1C08F color RGB value is (225,192,143).

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

RGB channels and saturation

R 225 of 255 = 88%
G 192 of 255 = 75%
B 143 of 255 = 56%

225
192
143

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

Portions of RGB colors in percentages

R + G + B =
225 + 192 + 143 = 560 (100%)
R 225 of 560 ~ 40.18%
G 192 of 560 ~ 34.29%
B 143 of 560 ~ 25.54%

%40.18
%34.29
%25.54

CMYK color model

#E1C08F color CMYK value is (0,15,36,12).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 36.44%
  • key color value is 11.76%
CMYK:
(0,15,36,12)
C0M15Y36K12 
(0%,15%,36%,12%)
(0.00/0.15/0.36/0.12)	

CMYK percentages

%0
%14.67
%36.44
%11.76

Codes

Color #E1C08F in popluar color models

E1C08F
RGB225192143
HSL36°57.75%72.16%
HSB/HSV36°36.44%88.24%
CMYK0.00%14.67%36.44%
11.76%

Color #E1C08F in popluar number systems.

HEXE1C08F
Decimal225192143
Binary111000011100000010001111
Octal341300217

Shades and tints

Shades of #E1C08F

#E1C08F
(225,192,143)
#CDAF82
(205,175,130)
#B99E75
(185,158,117)
#A58D68
(165,141,104)
#917C5B
(145,124,91)
#7D6B4E
(125,107,78)
#695A41
(105,90,65)
#554934
(85,73,52)
#413827
(65,56,39)
#2D271A
(45,39,26)
#19160D
(25,22,13)
#000000
(0,0,0)

Tints of #E1C08F

#E1C08F
(225,192,143)
#E3C599
(227,197,153)
#E5CAA3
(229,202,163)
#E7CFAD
(231,207,173)
#E9D4B7
(233,212,183)
#EBD9C1
(235,217,193)
#EDDECB
(237,222,203)
#EFE3D5
(239,227,213)
#F1E8DF
(241,232,223)
#F3EDE9
(243,237,233)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C08F; }

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

This text font color is #E1C08F.


Background Color

.myBgColor { background-color: #E1C08F; }

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

This div background color is #E1C08F.


Border color

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

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

This div border color is #E1C08F.


Opacity

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

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

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

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

This text has shadow with #E1C08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C08F on black background.


Color preview on white background

This text has color #E1C08F on white background.



Black color preview on #E1C08F background

This text has black color on #E1C08F background.


White color preview on #E1C08F background

This text has white color on #E1C08F background.