COLOR #E2D957

HEX: #E2D957
RGB: (226,217,87)

Color info

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

RGB color model

#E2D957 color RGB value is (226,217,87).

  • red value is 226;
  • green value is 217;
  • blue value is 87.
RGB:
(226,217,87)
(89%,85%,34%)

RGB channels and saturation

R 226 of 255 = 89%
G 217 of 255 = 85%
B 87 of 255 = 34%

226
217
87

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

Portions of RGB colors in percentages

R + G + B =
226 + 217 + 87 = 530 (100%)
R 226 of 530 ~ 42.64%
G 217 of 530 ~ 40.94%
B 87 of 530 ~ 16.42%

%42.64
%40.94
%16.42

CMYK color model

#E2D957 color CMYK value is (0,4,62,11).

  • cyan value is 0.00%
  • magenta value is 3.98%
  • yellow value is 61.50%
  • key color value is 11.37%
CMYK:
(0,4,62,11)
C0M4Y62K11 
(0%,4%,62%,11%)
(0.00/0.04/0.62/0.11)	

CMYK percentages

%0
%3.98
%61.5
%11.37

Codes

Color #E2D957 in popluar color models

E2D957
RGB22621787
HSL56°70.56%61.37%
HSB/HSV56°61.50%88.63%
CMYK0.00%3.98%61.50%
11.37%

Color #E2D957 in popluar number systems.

HEXE2D957
Decimal22621787
Binary11100010110110011010111
Octal342331127

Shades and tints

Shades of #E2D957

#E2D957
(226,217,87)
#CEC650
(206,198,80)
#BAB349
(186,179,73)
#A6A042
(166,160,66)
#928D3B
(146,141,59)
#7E7A34
(126,122,52)
#6A672D
(106,103,45)
#565426
(86,84,38)
#42411F
(66,65,31)
#2E2E18
(46,46,24)
#1A1B11
(26,27,17)
#000000
(0,0,0)

Tints of #E2D957

#E2D957
(226,217,87)
#E4DC66
(228,220,102)
#E6DF75
(230,223,117)
#E8E284
(232,226,132)
#EAE593
(234,229,147)
#ECE8A2
(236,232,162)
#EEEBB1
(238,235,177)
#F0EEC0
(240,238,192)
#F2F1CF
(242,241,207)
#F4F4DE
(244,244,222)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D957 color. Also use rgb(226,217,87) instead hex code.

Text Font Color

.myTextColor { color: #E2D957; }

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

This text font color is #E2D957.


Background Color

.myBgColor { background-color: #E2D957; }

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

This div background color is #E2D957.


Border color

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

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

This div border color is #E2D957.


Opacity

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

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

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

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

This text has shadow with #E2D957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D957 on black background.


Color preview on white background

This text has color #E2D957 on white background.



Black color preview on #E2D957 background

This text has black color on #E2D957 background.


White color preview on #E2D957 background

This text has white color on #E2D957 background.