COLOR #E1DB5C

HEX: #E1DB5C RGB: (225,219,92)

Color info

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

RGB color model

#E1DB5C color RGB value is (225,219,92).

RGB: (225,219,92) (88%, 86%, 36%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 92 of 255 = 36%

225
219
92

R + G + B ~ 70%. #E1DB5C is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 219 + 92 = 536 (100%)
R 225 of 536 ~ 41.98%
G 219 of 536 ~ 40.86%
B 92 of 536 ~ 17.16'%

%41.98
%40.86
%17.16

CMYK color model

#E1DB5C color CMYK value is (0,3,59,12).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 59.11%
  • key color value is 11.76%

CMYK: (0,3,59,12)
C0M3Y59K12 (0%, 3%, 59%, 12%)
(0.00 / 0.03 / 0.59 / 0.12)

CMYK percentages

%0
%2.67
%59.11
%11.76

Codes

Color #E1DB5C in popluar color models

E1 DB 5C
RGB 225 219 92
HSL 57° 68.91% 62.16%
HSB/HSV 57° 59.11% 88.24%
CMYK 0.00% 2.67% 59.11%
11.76%

Color #E1DB5C in popluar number systems.

HEX E1 DB 5C
Decimal 225 219 92
Binary 11100001 11011011 1011100
Octal 341 333 134

Shades and tints

Shades of #E1DB5C

#E1DB5C
(225,219,92)
#CDC854
(205,200,84)
#B9B54C
(185,181,76)
#A5A244
(165,162,68)
#918F3C
(145,143,60)
#7D7C34
(125,124,52)
#69692C
(105,105,44)
#555624
(85,86,36)
#41431C
(65,67,28)
#2D3014
(45,48,20)
#191D0C
(25,29,12)
#000000
(0,0,0)

Tints of #E1DB5C

#E1DB5C
(225,219,92)
#E3DE6A
(227,222,106)
#E5E178
(229,225,120)
#E7E486
(231,228,134)
#E9E794
(233,231,148)
#EBEAA2
(235,234,162)
#EDEDB0
(237,237,176)
#EFF0BE
(239,240,190)
#F1F3CC
(241,243,204)
#F3F6DA
(243,246,218)
#F5F9E8
(245,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DB5C; }

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

This text font color is #E1DB5C.

Background Color

.myBgColor { background-color: #E1DB5C; }

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

This div background color is #E1DB5C.

Border color

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

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

This div border color is #E1DB5C.

Opacity

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

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

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

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

This text has shadow with #E1DB5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DB5C.

Preview

Color preview on black background

This text has color #E1DB5C on black background.


Color preview on white background

This text has color #E1DB5C on white background.


Black color preview on #E1DB5C background

This text has black color on #E1DB5C background.


White color preview on #E1DB5C background

This text has white color on #E1DB5C background.


Related colors

Complementary color

Complementary color for #hex is #1E24A3.


I love getcolorcode.com

Triadic colors

1 #5CE1DB and #DB5CE1 with #E1DB5C are triadic colors.

2 #5CDBE1 and #DBE15C with #E1DB5C are triadic colors.