COLOR #E4DF8E

HEX: #E4DF8E
RGB: (228,223,142)

Color info

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

RGB color model

#E4DF8E color RGB value is (228,223,142).

  • red value is 228;
  • green value is 223;
  • blue value is 142.
RGB:
(228,223,142)
(89%,87%,56%)

RGB channels and saturation

R 228 of 255 = 89%
G 223 of 255 = 87%
B 142 of 255 = 56%

228
223
142

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

Portions of RGB colors in percentages

R + G + B =
228 + 223 + 142 = 593 (100%)
R 228 of 593 ~ 38.45%
G 223 of 593 ~ 37.61%
B 142 of 593 ~ 23.95%

%38.45
%37.61
%23.95

CMYK color model

#E4DF8E color CMYK value is (0,2,38,11).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 37.72%
  • key color value is 10.59%
CMYK:
(0,2,38,11)
C0M2Y38K11 
(0%,2%,38%,11%)
(0.00/0.02/0.38/0.11)	

CMYK percentages

%0
%2.19
%37.72
%10.59

Codes

Color #E4DF8E in popluar color models

E4DF8E
RGB228223142
HSL57°61.43%72.55%
HSB/HSV57°37.72%89.41%
CMYK0.00%2.19%37.72%
10.59%

Color #E4DF8E in popluar number systems.

HEXE4DF8E
Decimal228223142
Binary111001001101111110001110
Octal344337216

Shades and tints

Shades of #E4DF8E

#E4DF8E
(228,223,142)
#D0CB82
(208,203,130)
#BCB776
(188,183,118)
#A8A36A
(168,163,106)
#948F5E
(148,143,94)
#807B52
(128,123,82)
#6C6746
(108,103,70)
#58533A
(88,83,58)
#443F2E
(68,63,46)
#302B22
(48,43,34)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #E4DF8E

#E4DF8E
(228,223,142)
#E6E198
(230,225,152)
#E8E3A2
(232,227,162)
#EAE5AC
(234,229,172)
#ECE7B6
(236,231,182)
#EEE9C0
(238,233,192)
#F0EBCA
(240,235,202)
#F2EDD4
(242,237,212)
#F4EFDE
(244,239,222)
#F6F1E8
(246,241,232)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DF8E color. Also use rgb(228,223,142) instead hex code.

Text Font Color

.myTextColor { color: #E4DF8E; }

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

This text font color is #E4DF8E.


Background Color

.myBgColor { background-color: #E4DF8E; }

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

This div background color is #E4DF8E.


Border color

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

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

This div border color is #E4DF8E.


Opacity

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

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

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

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

This text has shadow with #E4DF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DF8E on black background.


Color preview on white background

This text has color #E4DF8E on white background.



Black color preview on #E4DF8E background

This text has black color on #E4DF8E background.


White color preview on #E4DF8E background

This text has white color on #E4DF8E background.