COLOR #E4DB8E

HEX: #E4DB8E
RGB: (228,219,142)

Color info

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

RGB color model

#E4DB8E color RGB value is (228,219,142).

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

RGB channels and saturation

R 228 of 255 = 89%
G 219 of 255 = 86%
B 142 of 255 = 56%

228
219
142

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

Portions of RGB colors in percentages

R + G + B =
228 + 219 + 142 = 589 (100%)
R 228 of 589 ~ 38.71%
G 219 of 589 ~ 37.18%
B 142 of 589 ~ 24.11%

%38.71
%37.18
%24.11

CMYK color model

#E4DB8E color CMYK value is (0,4,38,11).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 37.72%
  • key color value is 10.59%
CMYK:
(0,4,38,11)
C0M4Y38K11 
(0%,4%,38%,11%)
(0.00/0.04/0.38/0.11)	

CMYK percentages

%0
%3.95
%37.72
%10.59

Codes

Color #E4DB8E in popluar color models

E4DB8E
RGB228219142
HSL54°61.43%72.55%
HSB/HSV54°37.72%89.41%
CMYK0.00%3.95%37.72%
10.59%

Color #E4DB8E in popluar number systems.

HEXE4DB8E
Decimal228219142
Binary111001001101101110001110
Octal344333216

Shades and tints

Shades of #E4DB8E

#E4DB8E
(228,219,142)
#D0C882
(208,200,130)
#BCB576
(188,181,118)
#A8A26A
(168,162,106)
#948F5E
(148,143,94)
#807C52
(128,124,82)
#6C6946
(108,105,70)
#58563A
(88,86,58)
#44432E
(68,67,46)
#303022
(48,48,34)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #E4DB8E

#E4DB8E
(228,219,142)
#E6DE98
(230,222,152)
#E8E1A2
(232,225,162)
#EAE4AC
(234,228,172)
#ECE7B6
(236,231,182)
#EEEAC0
(238,234,192)
#F0EDCA
(240,237,202)
#F2F0D4
(242,240,212)
#F4F3DE
(244,243,222)
#F6F6E8
(246,246,232)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DB8E; }

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

This text font color is #E4DB8E.


Background Color

.myBgColor { background-color: #E4DB8E; }

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

This div background color is #E4DB8E.


Border color

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

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

This div border color is #E4DB8E.


Opacity

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

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

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

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

This text has shadow with #E4DB8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DB8E on black background.


Color preview on white background

This text has color #E4DB8E on white background.



Black color preview on #E4DB8E background

This text has black color on #E4DB8E background.


White color preview on #E4DB8E background

This text has white color on #E4DB8E background.