COLOR #E1D491

HEX: #E1D491
RGB: (225,212,145)

Color info

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

RGB color model

#E1D491 color RGB value is (225,212,145).

  • red value is 225;
  • green value is 212;
  • blue value is 145.
RGB:
(225,212,145)
(88%,83%,57%)

RGB channels and saturation

R 225 of 255 = 88%
G 212 of 255 = 83%
B 145 of 255 = 57%

225
212
145

R + G + B ~ 76%. #E1D491 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 212 + 145 = 582 (100%)
R 225 of 582 ~ 38.66%
G 212 of 582 ~ 36.43%
B 145 of 582 ~ 24.91%

%38.66
%36.43
%24.91

CMYK color model

#E1D491 color CMYK value is (0,6,36,12).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 35.56%
  • key color value is 11.76%
CMYK:
(0,6,36,12)
C0M6Y36K12 
(0%,6%,36%,12%)
(0.00/0.06/0.36/0.12)	

CMYK percentages

%0
%5.78
%35.56
%11.76

Codes

Color #E1D491 in popluar color models

E1D491
RGB225212145
HSL50°57.14%72.55%
HSB/HSV50°35.56%88.24%
CMYK0.00%5.78%35.56%
11.76%

Color #E1D491 in popluar number systems.

HEXE1D491
Decimal225212145
Binary111000011101010010010001
Octal341324221

Shades and tints

Shades of #E1D491

#E1D491
(225,212,145)
#CDC184
(205,193,132)
#B9AE77
(185,174,119)
#A59B6A
(165,155,106)
#91885D
(145,136,93)
#7D7550
(125,117,80)
#696243
(105,98,67)
#554F36
(85,79,54)
#413C29
(65,60,41)
#2D291C
(45,41,28)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #E1D491

#E1D491
(225,212,145)
#E3D79B
(227,215,155)
#E5DAA5
(229,218,165)
#E7DDAF
(231,221,175)
#E9E0B9
(233,224,185)
#EBE3C3
(235,227,195)
#EDE6CD
(237,230,205)
#EFE9D7
(239,233,215)
#F1ECE1
(241,236,225)
#F3EFEB
(243,239,235)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D491 color. Also use rgb(225,212,145) instead hex code.

Text Font Color

.myTextColor { color: #E1D491; }

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

This text font color is #E1D491.


Background Color

.myBgColor { background-color: #E1D491; }

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

This div background color is #E1D491.


Border color

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

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

This div border color is #E1D491.


Opacity

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

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

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

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

This text has shadow with #E1D491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D491 on black background.


Color preview on white background

This text has color #E1D491 on white background.



Black color preview on #E1D491 background

This text has black color on #E1D491 background.


White color preview on #E1D491 background

This text has white color on #E1D491 background.