COLOR #E1D173

HEX: #E1D173
RGB: (225,209,115)

Color info

#E1D173 contains mainly red and green colors. Web safe color of #E1D173 is #CCCC66 (or #CC6).

RGB color model

#E1D173 color RGB value is (225,209,115).

  • red value is 225;
  • green value is 209;
  • blue value is 115.
RGB:
(225,209,115)
(88%,82%,45%)

RGB channels and saturation

R 225 of 255 = 88%
G 209 of 255 = 82%
B 115 of 255 = 45%

225
209
115

R + G + B ~ 72%. #E1D173 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 209 + 115 = 549 (100%)
R 225 of 549 ~ 40.98%
G 209 of 549 ~ 38.07%
B 115 of 549 ~ 20.95%

%40.98
%38.07
%20.95

CMYK color model

#E1D173 color CMYK value is (0,7,49,12).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 48.89%
  • key color value is 11.76%
CMYK:
(0,7,49,12)
C0M7Y49K12 
(0%,7%,49%,12%)
(0.00/0.07/0.49/0.12)	

CMYK percentages

%0
%7.11
%48.89
%11.76

Codes

Color #E1D173 in popluar color models

E1D173
RGB225209115
HSL51°64.71%66.67%
HSB/HSV51°48.89%88.24%
CMYK0.00%7.11%48.89%
11.76%

Color #E1D173 in popluar number systems.

HEXE1D173
Decimal225209115
Binary11100001110100011110011
Octal341321163

Shades and tints

Shades of #E1D173

#E1D173
(225,209,115)
#CDBE69
(205,190,105)
#B9AB5F
(185,171,95)
#A59855
(165,152,85)
#91854B
(145,133,75)
#7D7241
(125,114,65)
#695F37
(105,95,55)
#554C2D
(85,76,45)
#413923
(65,57,35)
#2D2619
(45,38,25)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #E1D173

#E1D173
(225,209,115)
#E3D57F
(227,213,127)
#E5D98B
(229,217,139)
#E7DD97
(231,221,151)
#E9E1A3
(233,225,163)
#EBE5AF
(235,229,175)
#EDE9BB
(237,233,187)
#EFEDC7
(239,237,199)
#F1F1D3
(241,241,211)
#F3F5DF
(243,245,223)
#F5F9EB
(245,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D173 color. Also use rgb(225,209,115) instead hex code.

Text Font Color

.myTextColor { color: #E1D173; }

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

This text font color is #E1D173.


Background Color

.myBgColor { background-color: #E1D173; }

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

This div background color is #E1D173.


Border color

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

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

This div border color is #E1D173.


Opacity

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

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

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

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

This text has shadow with #E1D173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D173 on black background.


Color preview on white background

This text has color #E1D173 on white background.



Black color preview on #E1D173 background

This text has black color on #E1D173 background.


White color preview on #E1D173 background

This text has white color on #E1D173 background.