COLOR #E1D97C

HEX: #E1D97C RGB: (225,217,124)

Color info

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

RGB color model

#E1D97C color RGB value is (225,217,124).

RGB: (225,217,124) (88%, 85%, 49%)

RGB channels and saturation

R 225 of 255 = 88%
G 217 of 255 = 85%
B 124 of 255 = 49%

225
217
124

R + G + B ~ 74%. #E1D97C is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 217 + 124 = 566 (100%)
R 225 of 566 ~ 39.75%
G 217 of 566 ~ 38.34%
B 124 of 566 ~ 21.91'%

%39.75
%38.34
%21.91

CMYK color model

#E1D97C color CMYK value is (0,4,45,12).

  • cyan value is 0.00%
  • magenta value is 3.56%
  • yellow value is 44.89%
  • key color value is 11.76%

CMYK: (0,4,45,12)
C0M4Y45K12 (0%, 4%, 45%, 12%)
(0.00 / 0.04 / 0.45 / 0.12)

CMYK percentages

%0
%3.56
%44.89
%11.76

Codes

Color #E1D97C in popluar color models

E1 D9 7C
RGB 225 217 124
HSL 55° 62.73% 68.43%
HSB/HSV 55° 44.89% 88.24%
CMYK 0.00% 3.56% 44.89%
11.76%

Color #E1D97C in popluar number systems.

HEX E1 D9 7C
Decimal 225 217 124
Binary 11100001 11011001 1111100
Octal 341 331 174

Shades and tints

Shades of #E1D97C

#E1D97C
(225,217,124)
#CDC671
(205,198,113)
#B9B366
(185,179,102)
#A5A05B
(165,160,91)
#918D50
(145,141,80)
#7D7A45
(125,122,69)
#69673A
(105,103,58)
#55542F
(85,84,47)
#414124
(65,65,36)
#2D2E19
(45,46,25)
#191B0E
(25,27,14)
#000000
(0,0,0)

Tints of #E1D97C

#E1D97C
(225,217,124)
#E3DC87
(227,220,135)
#E5DF92
(229,223,146)
#E7E29D
(231,226,157)
#E9E5A8
(233,229,168)
#EBE8B3
(235,232,179)
#EDEBBE
(237,235,190)
#EFEEC9
(239,238,201)
#F1F1D4
(241,241,212)
#F3F4DF
(243,244,223)
#F5F7EA
(245,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D97C color. Also use rgb(225,217,124) instead hex code.

Text Font Color

.myTextColor { color: #E1D97C; }

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

This text font color is #E1D97C.

Background Color

.myBgColor { background-color: #E1D97C; }

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

This div background color is #E1D97C.

Border color

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

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

This div border color is #E1D97C.

Opacity

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

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

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

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

This text has shadow with #E1D97C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1D97C.

Preview

Color preview on black background

This text has color #E1D97C on black background.


Color preview on white background

This text has color #E1D97C on white background.


Black color preview on #E1D97C background

This text has black color on #E1D97C background.


White color preview on #E1D97C background

This text has white color on #E1D97C background.


Related colors

Complementary color

Complementary color for #hex is #1E2683.


I love getcolorcode.com

Triadic colors

1 #7CE1D9 and #D97CE1 with #E1D97C are triadic colors.

2 #7CD9E1 and #D9E17C with #E1D97C are triadic colors.