COLOR #E8CF95

HEX: #E8CF95
RGB: (232,207,149)

Color info

#E8CF95 contains mainly red and green colors. Web safe color of #E8CF95 is #FFCC99 (or #FC9).

RGB color model

#E8CF95 color RGB value is (232,207,149).

  • red value is 232;
  • green value is 207;
  • blue value is 149.
RGB:
(232,207,149)
(91%,81%,58%)

RGB channels and saturation

R 232 of 255 = 91%
G 207 of 255 = 81%
B 149 of 255 = 58%

232
207
149

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

Portions of RGB colors in percentages

R + G + B =
232 + 207 + 149 = 588 (100%)
R 232 of 588 ~ 39.46%
G 207 of 588 ~ 35.2%
B 149 of 588 ~ 25.34%

%39.46
%35.2
%25.34

CMYK color model

#E8CF95 color CMYK value is (0,11,36,9).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 35.78%
  • key color value is 9.02%
CMYK:
(0,11,36,9)
C0M11Y36K9 
(0%,11%,36%,9%)
(0.00/0.11/0.36/0.09)	

CMYK percentages

%0
%10.78
%35.78
%9.02

Codes

Color #E8CF95 in popluar color models

E8CF95
RGB232207149
HSL42°64.34%74.71%
HSB/HSV42°35.78%90.98%
CMYK0.00%10.78%35.78%
9.02%

Color #E8CF95 in popluar number systems.

HEXE8CF95
Decimal232207149
Binary111010001100111110010101
Octal350317225

Shades and tints

Shades of #E8CF95

#E8CF95
(232,207,149)
#D3BD88
(211,189,136)
#BEAB7B
(190,171,123)
#A9996E
(169,153,110)
#948761
(148,135,97)
#7F7554
(127,117,84)
#6A6347
(106,99,71)
#55513A
(85,81,58)
#403F2D
(64,63,45)
#2B2D20
(43,45,32)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #E8CF95

#E8CF95
(232,207,149)
#EAD39E
(234,211,158)
#ECD7A7
(236,215,167)
#EEDBB0
(238,219,176)
#F0DFB9
(240,223,185)
#F2E3C2
(242,227,194)
#F4E7CB
(244,231,203)
#F6EBD4
(246,235,212)
#F8EFDD
(248,239,221)
#FAF3E6
(250,243,230)
#FCF7EF
(252,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CF95 color. Also use rgb(232,207,149) instead hex code.

Text Font Color

.myTextColor { color: #E8CF95; }

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

This text font color is #E8CF95.


Background Color

.myBgColor { background-color: #E8CF95; }

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

This div background color is #E8CF95.


Border color

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

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

This div border color is #E8CF95.


Opacity

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

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

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

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

This text has shadow with #E8CF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CF95 on black background.


Color preview on white background

This text has color #E8CF95 on white background.



Black color preview on #E8CF95 background

This text has black color on #E8CF95 background.


White color preview on #E8CF95 background

This text has white color on #E8CF95 background.