COLOR #E1DA5D

HEX: #E1DA5D
RGB: (225,218,93)

Color info

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

RGB color model

#E1DA5D color RGB value is (225,218,93).

  • red value is 225;
  • green value is 218;
  • blue value is 93.
RGB:
(225,218,93)
(88%,85%,36%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 93 of 255 = 36%

225
218
93

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

Portions of RGB colors in percentages

R + G + B =
225 + 218 + 93 = 536 (100%)
R 225 of 536 ~ 41.98%
G 218 of 536 ~ 40.67%
B 93 of 536 ~ 17.35%

%41.98
%40.67
%17.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 58.67%
  • 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
%3.11
%58.67
%11.76

Codes

Color #E1DA5D in popluar color models

E1DA5D
RGB22521893
HSL57°68.75%62.35%
HSB/HSV57°58.67%88.24%
CMYK0.00%3.11%58.67%
11.76%

Color #E1DA5D in popluar number systems.

HEXE1DA5D
Decimal22521893
Binary11100001110110101011101
Octal341332135

Shades and tints

Shades of #E1DA5D

#E1DA5D
(225,218,93)
#CDC755
(205,199,85)
#B9B44D
(185,180,77)
#A5A145
(165,161,69)
#918E3D
(145,142,61)
#7D7B35
(125,123,53)
#69682D
(105,104,45)
#555525
(85,85,37)
#41421D
(65,66,29)
#2D2F15
(45,47,21)
#191C0D
(25,28,13)
#000000
(0,0,0)

Tints of #E1DA5D

#E1DA5D
(225,218,93)
#E3DD6B
(227,221,107)
#E5E079
(229,224,121)
#E7E387
(231,227,135)
#E9E695
(233,230,149)
#EBE9A3
(235,233,163)
#EDECB1
(237,236,177)
#EFEFBF
(239,239,191)
#F1F2CD
(241,242,205)
#F3F5DB
(243,245,219)
#F5F8E9
(245,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DA5D color. Also use rgb(225,218,93) instead hex code.

Text Font Color

.myTextColor { color: #E1DA5D; }

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

This text font color is #E1DA5D.


Background Color

.myBgColor { background-color: #E1DA5D; }

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

This div background color is #E1DA5D.


Border color

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

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

This div border color is #E1DA5D.


Opacity

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

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

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

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

This text has shadow with #E1DA5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DA5D on black background.


Color preview on white background

This text has color #E1DA5D on white background.



Black color preview on #E1DA5D background

This text has black color on #E1DA5D background.


White color preview on #E1DA5D background

This text has white color on #E1DA5D background.