COLOR #E4D18A

HEX: #E4D18A
RGB: (228,209,138)

Color info

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

RGB color model

#E4D18A color RGB value is (228,209,138).

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

RGB channels and saturation

R 228 of 255 = 89%
G 209 of 255 = 82%
B 138 of 255 = 54%

228
209
138

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

Portions of RGB colors in percentages

R + G + B =
228 + 209 + 138 = 575 (100%)
R 228 of 575 ~ 39.65%
G 209 of 575 ~ 36.35%
B 138 of 575 ~ 24%

%39.65
%36.35
%24

CMYK color model

#E4D18A color CMYK value is (0,8,39,11).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 39.47%
  • key color value is 10.59%
CMYK:
(0,8,39,11)
C0M8Y39K11 
(0%,8%,39%,11%)
(0.00/0.08/0.39/0.11)	

CMYK percentages

%0
%8.33
%39.47
%10.59

Codes

Color #E4D18A in popluar color models

E4D18A
RGB228209138
HSL47°62.50%71.76%
HSB/HSV47°39.47%89.41%
CMYK0.00%8.33%39.47%
10.59%

Color #E4D18A in popluar number systems.

HEXE4D18A
Decimal228209138
Binary111001001101000110001010
Octal344321212

Shades and tints

Shades of #E4D18A

#E4D18A
(228,209,138)
#D0BE7E
(208,190,126)
#BCAB72
(188,171,114)
#A89866
(168,152,102)
#94855A
(148,133,90)
#80724E
(128,114,78)
#6C5F42
(108,95,66)
#584C36
(88,76,54)
#44392A
(68,57,42)
#30261E
(48,38,30)
#1C1312
(28,19,18)
#000000
(0,0,0)

Tints of #E4D18A

#E4D18A
(228,209,138)
#E6D594
(230,213,148)
#E8D99E
(232,217,158)
#EADDA8
(234,221,168)
#ECE1B2
(236,225,178)
#EEE5BC
(238,229,188)
#F0E9C6
(240,233,198)
#F2EDD0
(242,237,208)
#F4F1DA
(244,241,218)
#F6F5E4
(246,245,228)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D18A; }

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

This text font color is #E4D18A.


Background Color

.myBgColor { background-color: #E4D18A; }

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

This div background color is #E4D18A.


Border color

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

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

This div border color is #E4D18A.


Opacity

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

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

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

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

This text has shadow with #E4D18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D18A on black background.


Color preview on white background

This text has color #E4D18A on white background.



Black color preview on #E4D18A background

This text has black color on #E4D18A background.


White color preview on #E4D18A background

This text has white color on #E4D18A background.