COLOR #E2D37D

HEX: #E2D37D
RGB: (226,211,125)

Color info

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

RGB color model

#E2D37D color RGB value is (226,211,125).

  • red value is 226;
  • green value is 211;
  • blue value is 125.
RGB:
(226,211,125)
(89%,83%,49%)

RGB channels and saturation

R 226 of 255 = 89%
G 211 of 255 = 83%
B 125 of 255 = 49%

226
211
125

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

Portions of RGB colors in percentages

R + G + B =
226 + 211 + 125 = 562 (100%)
R 226 of 562 ~ 40.21%
G 211 of 562 ~ 37.54%
B 125 of 562 ~ 22.24%

%40.21
%37.54
%22.24

CMYK color model

#E2D37D color CMYK value is (0,7,45,11).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 44.69%
  • key color value is 11.37%
CMYK:
(0,7,45,11)
C0M7Y45K11 
(0%,7%,45%,11%)
(0.00/0.07/0.45/0.11)	

CMYK percentages

%0
%6.64
%44.69
%11.37

Codes

Color #E2D37D in popluar color models

E2D37D
RGB226211125
HSL51°63.52%68.82%
HSB/HSV51°44.69%88.63%
CMYK0.00%6.64%44.69%
11.37%

Color #E2D37D in popluar number systems.

HEXE2D37D
Decimal226211125
Binary11100010110100111111101
Octal342323175

Shades and tints

Shades of #E2D37D

#E2D37D
(226,211,125)
#CEC072
(206,192,114)
#BAAD67
(186,173,103)
#A69A5C
(166,154,92)
#928751
(146,135,81)
#7E7446
(126,116,70)
#6A613B
(106,97,59)
#564E30
(86,78,48)
#423B25
(66,59,37)
#2E281A
(46,40,26)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #E2D37D

#E2D37D
(226,211,125)
#E4D788
(228,215,136)
#E6DB93
(230,219,147)
#E8DF9E
(232,223,158)
#EAE3A9
(234,227,169)
#ECE7B4
(236,231,180)
#EEEBBF
(238,235,191)
#F0EFCA
(240,239,202)
#F2F3D5
(242,243,213)
#F4F7E0
(244,247,224)
#F6FBEB
(246,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D37D color. Also use rgb(226,211,125) instead hex code.

Text Font Color

.myTextColor { color: #E2D37D; }

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

This text font color is #E2D37D.


Background Color

.myBgColor { background-color: #E2D37D; }

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

This div background color is #E2D37D.


Border color

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

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

This div border color is #E2D37D.


Opacity

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

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

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

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

This text has shadow with #E2D37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D37D on black background.


Color preview on white background

This text has color #E2D37D on white background.



Black color preview on #E2D37D background

This text has black color on #E2D37D background.


White color preview on #E2D37D background

This text has white color on #E2D37D background.