COLOR #E5D498

HEX: #E5D498
RGB: (229,212,152)

Color info

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

RGB color model

#E5D498 color RGB value is (229,212,152).

  • red value is 229;
  • green value is 212;
  • blue value is 152.
RGB:
(229,212,152)
(90%,83%,60%)

RGB channels and saturation

R 229 of 255 = 90%
G 212 of 255 = 83%
B 152 of 255 = 60%

229
212
152

R + G + B ~ 78%. #E5D498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 212 + 152 = 593 (100%)
R 229 of 593 ~ 38.62%
G 212 of 593 ~ 35.75%
B 152 of 593 ~ 25.63%

%38.62
%35.75
%25.63

CMYK color model

#E5D498 color CMYK value is (0,7,34,10).

  • cyan value is 0.00%
  • magenta value is 7.42%
  • yellow value is 33.62%
  • key color value is 10.20%
CMYK:
(0,7,34,10)
C0M7Y34K10 
(0%,7%,34%,10%)
(0.00/0.07/0.34/0.10)	

CMYK percentages

%0
%7.42
%33.62
%10.2

Codes

Color #E5D498 in popluar color models

E5D498
RGB229212152
HSL47°59.69%74.71%
HSB/HSV47°33.62%89.80%
CMYK0.00%7.42%33.62%
10.20%

Color #E5D498 in popluar number systems.

HEXE5D498
Decimal229212152
Binary111001011101010010011000
Octal345324230

Shades and tints

Shades of #E5D498

#E5D498
(229,212,152)
#D1C18B
(209,193,139)
#BDAE7E
(189,174,126)
#A99B71
(169,155,113)
#958864
(149,136,100)
#817557
(129,117,87)
#6D624A
(109,98,74)
#594F3D
(89,79,61)
#453C30
(69,60,48)
#312923
(49,41,35)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #E5D498

#E5D498
(229,212,152)
#E7D7A1
(231,215,161)
#E9DAAA
(233,218,170)
#EBDDB3
(235,221,179)
#EDE0BC
(237,224,188)
#EFE3C5
(239,227,197)
#F1E6CE
(241,230,206)
#F3E9D7
(243,233,215)
#F5ECE0
(245,236,224)
#F7EFE9
(247,239,233)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D498 color. Also use rgb(229,212,152) instead hex code.

Text Font Color

.myTextColor { color: #E5D498; }

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

This text font color is #E5D498.


Background Color

.myBgColor { background-color: #E5D498; }

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

This div background color is #E5D498.


Border color

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

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

This div border color is #E5D498.


Opacity

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

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

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

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

This text has shadow with #E5D498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D498 on black background.


Color preview on white background

This text has color #E5D498 on white background.



Black color preview on #E5D498 background

This text has black color on #E5D498 background.


White color preview on #E5D498 background

This text has white color on #E5D498 background.