COLOR #E2D293

HEX: #E2D293
RGB: (226,210,147)

Color info

#E2D293 contains mainly red and green colors. Web safe color of #E2D293 is #CCCC99 (or #CC9).

RGB color model

#E2D293 color RGB value is (226,210,147).

  • red value is 226;
  • green value is 210;
  • blue value is 147.
RGB:
(226,210,147)
(89%,82%,58%)

RGB channels and saturation

R 226 of 255 = 89%
G 210 of 255 = 82%
B 147 of 255 = 58%

226
210
147

R + G + B ~ 76%. #E2D293 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 210 + 147 = 583 (100%)
R 226 of 583 ~ 38.77%
G 210 of 583 ~ 36.02%
B 147 of 583 ~ 25.21%

%38.77
%36.02
%25.21

CMYK color model

#E2D293 color CMYK value is (0,7,35,11).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 34.96%
  • key color value is 11.37%
CMYK:
(0,7,35,11)
C0M7Y35K11 
(0%,7%,35%,11%)
(0.00/0.07/0.35/0.11)	

CMYK percentages

%0
%7.08
%34.96
%11.37

Codes

Color #E2D293 in popluar color models

E2D293
RGB226210147
HSL48°57.66%73.14%
HSB/HSV48°34.96%88.63%
CMYK0.00%7.08%34.96%
11.37%

Color #E2D293 in popluar number systems.

HEXE2D293
Decimal226210147
Binary111000101101001010010011
Octal342322223

Shades and tints

Shades of #E2D293

#E2D293
(226,210,147)
#CEBF86
(206,191,134)
#BAAC79
(186,172,121)
#A6996C
(166,153,108)
#92865F
(146,134,95)
#7E7352
(126,115,82)
#6A6045
(106,96,69)
#564D38
(86,77,56)
#423A2B
(66,58,43)
#2E271E
(46,39,30)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #E2D293

#E2D293
(226,210,147)
#E4D69C
(228,214,156)
#E6DAA5
(230,218,165)
#E8DEAE
(232,222,174)
#EAE2B7
(234,226,183)
#ECE6C0
(236,230,192)
#EEEAC9
(238,234,201)
#F0EED2
(240,238,210)
#F2F2DB
(242,242,219)
#F4F6E4
(244,246,228)
#F6FAED
(246,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D293 color. Also use rgb(226,210,147) instead hex code.

Text Font Color

.myTextColor { color: #E2D293; }

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

This text font color is #E2D293.


Background Color

.myBgColor { background-color: #E2D293; }

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

This div background color is #E2D293.


Border color

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

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

This div border color is #E2D293.


Opacity

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

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

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

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

This text has shadow with #E2D293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D293 on black background.


Color preview on white background

This text has color #E2D293 on white background.



Black color preview on #E2D293 background

This text has black color on #E2D293 background.


White color preview on #E2D293 background

This text has white color on #E2D293 background.