COLOR #E1DB93

HEX: #E1DB93
RGB: (225,219,147)

Color info

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

RGB color model

#E1DB93 color RGB value is (225,219,147).

  • red value is 225;
  • green value is 219;
  • blue value is 147.
RGB:
(225,219,147)
(88%,86%,58%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 147 of 255 = 58%

225
219
147

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

Portions of RGB colors in percentages

R + G + B =
225 + 219 + 147 = 591 (100%)
R 225 of 591 ~ 38.07%
G 219 of 591 ~ 37.06%
B 147 of 591 ~ 24.87%

%38.07
%37.06
%24.87

CMYK color model

#E1DB93 color CMYK value is (0,3,35,12).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 34.67%
  • key color value is 11.76%
CMYK:
(0,3,35,12)
C0M3Y35K12 
(0%,3%,35%,12%)
(0.00/0.03/0.35/0.12)	

CMYK percentages

%0
%2.67
%34.67
%11.76

Codes

Color #E1DB93 in popluar color models

E1DB93
RGB225219147
HSL55°56.52%72.94%
HSB/HSV55°34.67%88.24%
CMYK0.00%2.67%34.67%
11.76%

Color #E1DB93 in popluar number systems.

HEXE1DB93
Decimal225219147
Binary111000011101101110010011
Octal341333223

Shades and tints

Shades of #E1DB93

#E1DB93
(225,219,147)
#CDC886
(205,200,134)
#B9B579
(185,181,121)
#A5A26C
(165,162,108)
#918F5F
(145,143,95)
#7D7C52
(125,124,82)
#696945
(105,105,69)
#555638
(85,86,56)
#41432B
(65,67,43)
#2D301E
(45,48,30)
#191D11
(25,29,17)
#000000
(0,0,0)

Tints of #E1DB93

#E1DB93
(225,219,147)
#E3DE9C
(227,222,156)
#E5E1A5
(229,225,165)
#E7E4AE
(231,228,174)
#E9E7B7
(233,231,183)
#EBEAC0
(235,234,192)
#EDEDC9
(237,237,201)
#EFF0D2
(239,240,210)
#F1F3DB
(241,243,219)
#F3F6E4
(243,246,228)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DB93 color. Also use rgb(225,219,147) instead hex code.

Text Font Color

.myTextColor { color: #E1DB93; }

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

This text font color is #E1DB93.


Background Color

.myBgColor { background-color: #E1DB93; }

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

This div background color is #E1DB93.


Border color

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

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

This div border color is #E1DB93.


Opacity

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

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

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

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

This text has shadow with #E1DB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DB93 on black background.


Color preview on white background

This text has color #E1DB93 on white background.



Black color preview on #E1DB93 background

This text has black color on #E1DB93 background.


White color preview on #E1DB93 background

This text has white color on #E1DB93 background.