COLOR #E4CF98

HEX: #E4CF98
RGB: (228,207,152)

Color info

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

RGB color model

#E4CF98 color RGB value is (228,207,152).

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

RGB channels and saturation

R 228 of 255 = 89%
G 207 of 255 = 81%
B 152 of 255 = 60%

228
207
152

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

Portions of RGB colors in percentages

R + G + B =
228 + 207 + 152 = 587 (100%)
R 228 of 587 ~ 38.84%
G 207 of 587 ~ 35.26%
B 152 of 587 ~ 25.89%

%38.84
%35.26
%25.89

CMYK color model

#E4CF98 color CMYK value is (0,9,33,11).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 33.33%
  • key color value is 10.59%
CMYK:
(0,9,33,11)
C0M9Y33K11 
(0%,9%,33%,11%)
(0.00/0.09/0.33/0.11)	

CMYK percentages

%0
%9.21
%33.33
%10.59

Codes

Color #E4CF98 in popluar color models

E4CF98
RGB228207152
HSL43°58.46%74.51%
HSB/HSV43°33.33%89.41%
CMYK0.00%9.21%33.33%
10.59%

Color #E4CF98 in popluar number systems.

HEXE4CF98
Decimal228207152
Binary111001001100111110011000
Octal344317230

Shades and tints

Shades of #E4CF98

#E4CF98
(228,207,152)
#D0BD8B
(208,189,139)
#BCAB7E
(188,171,126)
#A89971
(168,153,113)
#948764
(148,135,100)
#807557
(128,117,87)
#6C634A
(108,99,74)
#58513D
(88,81,61)
#443F30
(68,63,48)
#302D23
(48,45,35)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #E4CF98

#E4CF98
(228,207,152)
#E6D3A1
(230,211,161)
#E8D7AA
(232,215,170)
#EADBB3
(234,219,179)
#ECDFBC
(236,223,188)
#EEE3C5
(238,227,197)
#F0E7CE
(240,231,206)
#F2EBD7
(242,235,215)
#F4EFE0
(244,239,224)
#F6F3E9
(246,243,233)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CF98; }

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

This text font color is #E4CF98.


Background Color

.myBgColor { background-color: #E4CF98; }

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

This div background color is #E4CF98.


Border color

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

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

This div border color is #E4CF98.


Opacity

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

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

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

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

This text has shadow with #E4CF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CF98 on black background.


Color preview on white background

This text has color #E4CF98 on white background.



Black color preview on #E4CF98 background

This text has black color on #E4CF98 background.


White color preview on #E4CF98 background

This text has white color on #E4CF98 background.