COLOR #E1CD93

HEX: #E1CD93
RGB: (225,205,147)

Color info

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

RGB color model

#E1CD93 color RGB value is (225,205,147).

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

RGB channels and saturation

R 225 of 255 = 88%
G 205 of 255 = 80%
B 147 of 255 = 58%

225
205
147

R + G + B ~ 75%. #E1CD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 205 + 147 = 577 (100%)
R 225 of 577 ~ 38.99%
G 205 of 577 ~ 35.53%
B 147 of 577 ~ 25.48%

%38.99
%35.53
%25.48

CMYK color model

#E1CD93 color CMYK value is (0,9,35,12).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 34.67%
  • key color value is 11.76%
CMYK:
(0,9,35,12)
C0M9Y35K12 
(0%,9%,35%,12%)
(0.00/0.09/0.35/0.12)	

CMYK percentages

%0
%8.89
%34.67
%11.76

Codes

Color #E1CD93 in popluar color models

E1CD93
RGB225205147
HSL45°56.52%72.94%
HSB/HSV45°34.67%88.24%
CMYK0.00%8.89%34.67%
11.76%

Color #E1CD93 in popluar number systems.

HEXE1CD93
Decimal225205147
Binary111000011100110110010011
Octal341315223

Shades and tints

Shades of #E1CD93

#E1CD93
(225,205,147)
#CDBB86
(205,187,134)
#B9A979
(185,169,121)
#A5976C
(165,151,108)
#91855F
(145,133,95)
#7D7352
(125,115,82)
#696145
(105,97,69)
#554F38
(85,79,56)
#413D2B
(65,61,43)
#2D2B1E
(45,43,30)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #E1CD93

#E1CD93
(225,205,147)
#E3D19C
(227,209,156)
#E5D5A5
(229,213,165)
#E7D9AE
(231,217,174)
#E9DDB7
(233,221,183)
#EBE1C0
(235,225,192)
#EDE5C9
(237,229,201)
#EFE9D2
(239,233,210)
#F1EDDB
(241,237,219)
#F3F1E4
(243,241,228)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CD93; }

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

This text font color is #E1CD93.


Background Color

.myBgColor { background-color: #E1CD93; }

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

This div background color is #E1CD93.


Border color

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

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

This div border color is #E1CD93.


Opacity

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

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

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

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

This text has shadow with #E1CD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CD93 on black background.


Color preview on white background

This text has color #E1CD93 on white background.



Black color preview on #E1CD93 background

This text has black color on #E1CD93 background.


White color preview on #E1CD93 background

This text has white color on #E1CD93 background.