COLOR #E1D595

HEX: #E1D595
RGB: (225,213,149)

Color info

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

RGB color model

#E1D595 color RGB value is (225,213,149).

  • red value is 225;
  • green value is 213;
  • blue value is 149.
RGB:
(225,213,149)
(88%,84%,58%)

RGB channels and saturation

R 225 of 255 = 88%
G 213 of 255 = 84%
B 149 of 255 = 58%

225
213
149

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

Portions of RGB colors in percentages

R + G + B =
225 + 213 + 149 = 587 (100%)
R 225 of 587 ~ 38.33%
G 213 of 587 ~ 36.29%
B 149 of 587 ~ 25.38%

%38.33
%36.29
%25.38

CMYK color model

#E1D595 color CMYK value is (0,5,34,12).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 33.78%
  • key color value is 11.76%
CMYK:
(0,5,34,12)
C0M5Y34K12 
(0%,5%,34%,12%)
(0.00/0.05/0.34/0.12)	

CMYK percentages

%0
%5.33
%33.78
%11.76

Codes

Color #E1D595 in popluar color models

E1D595
RGB225213149
HSL51°55.88%73.33%
HSB/HSV51°33.78%88.24%
CMYK0.00%5.33%33.78%
11.76%

Color #E1D595 in popluar number systems.

HEXE1D595
Decimal225213149
Binary111000011101010110010101
Octal341325225

Shades and tints

Shades of #E1D595

#E1D595
(225,213,149)
#CDC288
(205,194,136)
#B9AF7B
(185,175,123)
#A59C6E
(165,156,110)
#918961
(145,137,97)
#7D7654
(125,118,84)
#696347
(105,99,71)
#55503A
(85,80,58)
#413D2D
(65,61,45)
#2D2A20
(45,42,32)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #E1D595

#E1D595
(225,213,149)
#E3D89E
(227,216,158)
#E5DBA7
(229,219,167)
#E7DEB0
(231,222,176)
#E9E1B9
(233,225,185)
#EBE4C2
(235,228,194)
#EDE7CB
(237,231,203)
#EFEAD4
(239,234,212)
#F1EDDD
(241,237,221)
#F3F0E6
(243,240,230)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D595 color. Also use rgb(225,213,149) instead hex code.

Text Font Color

.myTextColor { color: #E1D595; }

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

This text font color is #E1D595.


Background Color

.myBgColor { background-color: #E1D595; }

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

This div background color is #E1D595.


Border color

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

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

This div border color is #E1D595.


Opacity

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

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

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

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

This text has shadow with #E1D595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D595 on black background.


Color preview on white background

This text has color #E1D595 on white background.



Black color preview on #E1D595 background

This text has black color on #E1D595 background.


White color preview on #E1D595 background

This text has white color on #E1D595 background.