COLOR #E4D289

HEX: #E4D289
RGB: (228,210,137)

Color info

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

RGB color model

#E4D289 color RGB value is (228,210,137).

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

RGB channels and saturation

R 228 of 255 = 89%
G 210 of 255 = 82%
B 137 of 255 = 54%

228
210
137

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

Portions of RGB colors in percentages

R + G + B =
228 + 210 + 137 = 575 (100%)
R 228 of 575 ~ 39.65%
G 210 of 575 ~ 36.52%
B 137 of 575 ~ 23.83%

%39.65
%36.52
%23.83

CMYK color model

#E4D289 color CMYK value is (0,8,40,11).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 39.91%
  • key color value is 10.59%
CMYK:
(0,8,40,11)
C0M8Y40K11 
(0%,8%,40%,11%)
(0.00/0.08/0.40/0.11)	

CMYK percentages

%0
%7.89
%39.91
%10.59

Codes

Color #E4D289 in popluar color models

E4D289
RGB228210137
HSL48°62.76%71.57%
HSB/HSV48°39.91%89.41%
CMYK0.00%7.89%39.91%
10.59%

Color #E4D289 in popluar number systems.

HEXE4D289
Decimal228210137
Binary111001001101001010001001
Octal344322211

Shades and tints

Shades of #E4D289

#E4D289
(228,210,137)
#D0BF7D
(208,191,125)
#BCAC71
(188,172,113)
#A89965
(168,153,101)
#948659
(148,134,89)
#80734D
(128,115,77)
#6C6041
(108,96,65)
#584D35
(88,77,53)
#443A29
(68,58,41)
#30271D
(48,39,29)
#1C1411
(28,20,17)
#000000
(0,0,0)

Tints of #E4D289

#E4D289
(228,210,137)
#E6D693
(230,214,147)
#E8DA9D
(232,218,157)
#EADEA7
(234,222,167)
#ECE2B1
(236,226,177)
#EEE6BB
(238,230,187)
#F0EAC5
(240,234,197)
#F2EECF
(242,238,207)
#F4F2D9
(244,242,217)
#F6F6E3
(246,246,227)
#F8FAED
(248,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D289 color. Also use rgb(228,210,137) instead hex code.

Text Font Color

.myTextColor { color: #E4D289; }

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

This text font color is #E4D289.


Background Color

.myBgColor { background-color: #E4D289; }

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

This div background color is #E4D289.


Border color

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

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

This div border color is #E4D289.


Opacity

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

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

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

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

This text has shadow with #E4D289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D289 on black background.


Color preview on white background

This text has color #E4D289 on white background.



Black color preview on #E4D289 background

This text has black color on #E4D289 background.


White color preview on #E4D289 background

This text has white color on #E4D289 background.