COLOR #E4D485

HEX: #E4D485
RGB: (228,212,133)

Color info

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

RGB color model

#E4D485 color RGB value is (228,212,133).

  • red value is 228;
  • green value is 212;
  • blue value is 133.
RGB:
(228,212,133)
(89%,83%,52%)

RGB channels and saturation

R 228 of 255 = 89%
G 212 of 255 = 83%
B 133 of 255 = 52%

228
212
133

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

Portions of RGB colors in percentages

R + G + B =
228 + 212 + 133 = 573 (100%)
R 228 of 573 ~ 39.79%
G 212 of 573 ~ 37%
B 133 of 573 ~ 23.21%

%39.79
%37
%23.21

CMYK color model

#E4D485 color CMYK value is (0,7,42,11).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 41.67%
  • key color value is 10.59%
CMYK:
(0,7,42,11)
C0M7Y42K11 
(0%,7%,42%,11%)
(0.00/0.07/0.42/0.11)	

CMYK percentages

%0
%7.02
%41.67
%10.59

Codes

Color #E4D485 in popluar color models

E4D485
RGB228212133
HSL50°63.76%70.78%
HSB/HSV50°41.67%89.41%
CMYK0.00%7.02%41.67%
10.59%

Color #E4D485 in popluar number systems.

HEXE4D485
Decimal228212133
Binary111001001101010010000101
Octal344324205

Shades and tints

Shades of #E4D485

#E4D485
(228,212,133)
#D0C179
(208,193,121)
#BCAE6D
(188,174,109)
#A89B61
(168,155,97)
#948855
(148,136,85)
#807549
(128,117,73)
#6C623D
(108,98,61)
#584F31
(88,79,49)
#443C25
(68,60,37)
#302919
(48,41,25)
#1C160D
(28,22,13)
#000000
(0,0,0)

Tints of #E4D485

#E4D485
(228,212,133)
#E6D790
(230,215,144)
#E8DA9B
(232,218,155)
#EADDA6
(234,221,166)
#ECE0B1
(236,224,177)
#EEE3BC
(238,227,188)
#F0E6C7
(240,230,199)
#F2E9D2
(242,233,210)
#F4ECDD
(244,236,221)
#F6EFE8
(246,239,232)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D485 color. Also use rgb(228,212,133) instead hex code.

Text Font Color

.myTextColor { color: #E4D485; }

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

This text font color is #E4D485.


Background Color

.myBgColor { background-color: #E4D485; }

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

This div background color is #E4D485.


Border color

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

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

This div border color is #E4D485.


Opacity

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

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

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

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

This text has shadow with #E4D485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4D485 on black background.


Color preview on white background

This text has color #E4D485 on white background.



Black color preview on #E4D485 background

This text has black color on #E4D485 background.


White color preview on #E4D485 background

This text has white color on #E4D485 background.