COLOR #E2D45D

HEX: #E2D45D
RGB: (226,212,93)

Color info

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

RGB color model

#E2D45D color RGB value is (226,212,93).

  • red value is 226;
  • green value is 212;
  • blue value is 93.
RGB:
(226,212,93)
(89%,83%,36%)

RGB channels and saturation

R 226 of 255 = 89%
G 212 of 255 = 83%
B 93 of 255 = 36%

226
212
93

R + G + B ~ 69%. #E2D45D is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 212 + 93 = 531 (100%)
R 226 of 531 ~ 42.56%
G 212 of 531 ~ 39.92%
B 93 of 531 ~ 17.51%

%42.56
%39.92
%17.51

CMYK color model

#E2D45D color CMYK value is (0,6,59,11).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 58.85%
  • key color value is 11.37%
CMYK:
(0,6,59,11)
C0M6Y59K11 
(0%,6%,59%,11%)
(0.00/0.06/0.59/0.11)	

CMYK percentages

%0
%6.19
%58.85
%11.37

Codes

Color #E2D45D in popluar color models

E2D45D
RGB22621293
HSL54°69.63%62.55%
HSB/HSV54°58.85%88.63%
CMYK0.00%6.19%58.85%
11.37%

Color #E2D45D in popluar number systems.

HEXE2D45D
Decimal22621293
Binary11100010110101001011101
Octal342324135

Shades and tints

Shades of #E2D45D

#E2D45D
(226,212,93)
#CEC155
(206,193,85)
#BAAE4D
(186,174,77)
#A69B45
(166,155,69)
#92883D
(146,136,61)
#7E7535
(126,117,53)
#6A622D
(106,98,45)
#564F25
(86,79,37)
#423C1D
(66,60,29)
#2E2915
(46,41,21)
#1A160D
(26,22,13)
#000000
(0,0,0)

Tints of #E2D45D

#E2D45D
(226,212,93)
#E4D76B
(228,215,107)
#E6DA79
(230,218,121)
#E8DD87
(232,221,135)
#EAE095
(234,224,149)
#ECE3A3
(236,227,163)
#EEE6B1
(238,230,177)
#F0E9BF
(240,233,191)
#F2ECCD
(242,236,205)
#F4EFDB
(244,239,219)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D45D color. Also use rgb(226,212,93) instead hex code.

Text Font Color

.myTextColor { color: #E2D45D; }

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

This text font color is #E2D45D.


Background Color

.myBgColor { background-color: #E2D45D; }

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

This div background color is #E2D45D.


Border color

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

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

This div border color is #E2D45D.


Opacity

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

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

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

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

This text has shadow with #E2D45D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D45D on black background.


Color preview on white background

This text has color #E2D45D on white background.



Black color preview on #E2D45D background

This text has black color on #E2D45D background.


White color preview on #E2D45D background

This text has white color on #E2D45D background.