COLOR #E2C08F

HEX: #E2C08F
RGB: (226,192,143)

Color info

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

RGB color model

#E2C08F color RGB value is (226,192,143).

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

RGB channels and saturation

R 226 of 255 = 89%
G 192 of 255 = 75%
B 143 of 255 = 56%

226
192
143

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

Portions of RGB colors in percentages

R + G + B =
226 + 192 + 143 = 561 (100%)
R 226 of 561 ~ 40.29%
G 192 of 561 ~ 34.22%
B 143 of 561 ~ 25.49%

%40.29
%34.22
%25.49

CMYK color model

#E2C08F color CMYK value is (0,15,37,11).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 36.73%
  • key color value is 11.37%
CMYK:
(0,15,37,11)
C0M15Y37K11 
(0%,15%,37%,11%)
(0.00/0.15/0.37/0.11)	

CMYK percentages

%0
%15.04
%36.73
%11.37

Codes

Color #E2C08F in popluar color models

E2C08F
RGB226192143
HSL35°58.87%72.35%
HSB/HSV35°36.73%88.63%
CMYK0.00%15.04%36.73%
11.37%

Color #E2C08F in popluar number systems.

HEXE2C08F
Decimal226192143
Binary111000101100000010001111
Octal342300217

Shades and tints

Shades of #E2C08F

#E2C08F
(226,192,143)
#CEAF82
(206,175,130)
#BA9E75
(186,158,117)
#A68D68
(166,141,104)
#927C5B
(146,124,91)
#7E6B4E
(126,107,78)
#6A5A41
(106,90,65)
#564934
(86,73,52)
#423827
(66,56,39)
#2E271A
(46,39,26)
#1A160D
(26,22,13)
#000000
(0,0,0)

Tints of #E2C08F

#E2C08F
(226,192,143)
#E4C599
(228,197,153)
#E6CAA3
(230,202,163)
#E8CFAD
(232,207,173)
#EAD4B7
(234,212,183)
#ECD9C1
(236,217,193)
#EEDECB
(238,222,203)
#F0E3D5
(240,227,213)
#F2E8DF
(242,232,223)
#F4EDE9
(244,237,233)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2C08F; }

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

This text font color is #E2C08F.


Background Color

.myBgColor { background-color: #E2C08F; }

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

This div background color is #E2C08F.


Border color

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

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

This div border color is #E2C08F.


Opacity

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

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

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

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

This text has shadow with #E2C08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2C08F on black background.


Color preview on white background

This text has color #E2C08F on white background.



Black color preview on #E2C08F background

This text has black color on #E2C08F background.


White color preview on #E2C08F background

This text has white color on #E2C08F background.