COLOR #E4CF8A

HEX: #E4CF8A
RGB: (228,207,138)

Color info

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

RGB color model

#E4CF8A color RGB value is (228,207,138).

  • red value is 228;
  • green value is 207;
  • blue value is 138.
RGB:
(228,207,138)
(89%,81%,54%)

RGB channels and saturation

R 228 of 255 = 89%
G 207 of 255 = 81%
B 138 of 255 = 54%

228
207
138

R + G + B ~ 75%. #E4CF8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 207 + 138 = 573 (100%)
R 228 of 573 ~ 39.79%
G 207 of 573 ~ 36.13%
B 138 of 573 ~ 24.08%

%39.79
%36.13
%24.08

CMYK color model

#E4CF8A color CMYK value is (0,9,39,11).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(0,9,39,11)
C0M9Y39K11 
(0%,9%,39%,11%)
(0.00/0.09/0.39/0.11)	

CMYK percentages

%0
%9.21
%39.47
%10.59

Codes

Color #E4CF8A in popluar color models

E4CF8A
RGB228207138
HSL46°62.50%71.76%
HSB/HSV46°39.47%89.41%
CMYK0.00%9.21%39.47%
10.59%

Color #E4CF8A in popluar number systems.

HEXE4CF8A
Decimal228207138
Binary111001001100111110001010
Octal344317212

Shades and tints

Shades of #E4CF8A

#E4CF8A
(228,207,138)
#D0BD7E
(208,189,126)
#BCAB72
(188,171,114)
#A89966
(168,153,102)
#94875A
(148,135,90)
#80754E
(128,117,78)
#6C6342
(108,99,66)
#585136
(88,81,54)
#443F2A
(68,63,42)
#302D1E
(48,45,30)
#1C1B12
(28,27,18)
#000000
(0,0,0)

Tints of #E4CF8A

#E4CF8A
(228,207,138)
#E6D394
(230,211,148)
#E8D79E
(232,215,158)
#EADBA8
(234,219,168)
#ECDFB2
(236,223,178)
#EEE3BC
(238,227,188)
#F0E7C6
(240,231,198)
#F2EBD0
(242,235,208)
#F4EFDA
(244,239,218)
#F6F3E4
(246,243,228)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CF8A color. Also use rgb(228,207,138) instead hex code.

Text Font Color

.myTextColor { color: #E4CF8A; }

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

This text font color is #E4CF8A.


Background Color

.myBgColor { background-color: #E4CF8A; }

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

This div background color is #E4CF8A.


Border color

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

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

This div border color is #E4CF8A.


Opacity

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

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

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

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

This text has shadow with #E4CF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CF8A on black background.


Color preview on white background

This text has color #E4CF8A on white background.



Black color preview on #E4CF8A background

This text has black color on #E4CF8A background.


White color preview on #E4CF8A background

This text has white color on #E4CF8A background.