COLOR #E4CF96

HEX: #E4CF96
RGB: (228,207,150)

Color info

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

RGB color model

#E4CF96 color RGB value is (228,207,150).

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

RGB channels and saturation

R 228 of 255 = 89%
G 207 of 255 = 81%
B 150 of 255 = 59%

228
207
150

R + G + B ~ 76%. #E4CF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 207 + 150 = 585 (100%)
R 228 of 585 ~ 38.97%
G 207 of 585 ~ 35.38%
B 150 of 585 ~ 25.64%

%38.97
%35.38
%25.64

CMYK color model

#E4CF96 color CMYK value is (0,9,34,11).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 34.21%
  • key color value is 10.59%
CMYK:
(0,9,34,11)
C0M9Y34K11 
(0%,9%,34%,11%)
(0.00/0.09/0.34/0.11)	

CMYK percentages

%0
%9.21
%34.21
%10.59

Codes

Color #E4CF96 in popluar color models

E4CF96
RGB228207150
HSL44°59.09%74.12%
HSB/HSV44°34.21%89.41%
CMYK0.00%9.21%34.21%
10.59%

Color #E4CF96 in popluar number systems.

HEXE4CF96
Decimal228207150
Binary111001001100111110010110
Octal344317226

Shades and tints

Shades of #E4CF96

#E4CF96
(228,207,150)
#D0BD89
(208,189,137)
#BCAB7C
(188,171,124)
#A8996F
(168,153,111)
#948762
(148,135,98)
#807555
(128,117,85)
#6C6348
(108,99,72)
#58513B
(88,81,59)
#443F2E
(68,63,46)
#302D21
(48,45,33)
#1C1B14
(28,27,20)
#000000
(0,0,0)

Tints of #E4CF96

#E4CF96
(228,207,150)
#E6D39F
(230,211,159)
#E8D7A8
(232,215,168)
#EADBB1
(234,219,177)
#ECDFBA
(236,223,186)
#EEE3C3
(238,227,195)
#F0E7CC
(240,231,204)
#F2EBD5
(242,235,213)
#F4EFDE
(244,239,222)
#F6F3E7
(246,243,231)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CF96; }

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

This text font color is #E4CF96.


Background Color

.myBgColor { background-color: #E4CF96; }

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

This div background color is #E4CF96.


Border color

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

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

This div border color is #E4CF96.


Opacity

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

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

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

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

This text has shadow with #E4CF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CF96 on black background.


Color preview on white background

This text has color #E4CF96 on white background.



Black color preview on #E4CF96 background

This text has black color on #E4CF96 background.


White color preview on #E4CF96 background

This text has white color on #E4CF96 background.