COLOR #E3D295

HEX: #E3D295
RGB: (227,210,149)

Color info

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

RGB color model

#E3D295 color RGB value is (227,210,149).

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

RGB channels and saturation

R 227 of 255 = 89%
G 210 of 255 = 82%
B 149 of 255 = 58%

227
210
149

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

Portions of RGB colors in percentages

R + G + B =
227 + 210 + 149 = 586 (100%)
R 227 of 586 ~ 38.74%
G 210 of 586 ~ 35.84%
B 149 of 586 ~ 25.43%

%38.74
%35.84
%25.43

CMYK color model

#E3D295 color CMYK value is (0,7,34,11).

  • cyan value is 0.00%
  • magenta value is 7.49%
  • yellow value is 34.36%
  • key color value is 10.98%
CMYK:
(0,7,34,11)
C0M7Y34K11 
(0%,7%,34%,11%)
(0.00/0.07/0.34/0.11)	

CMYK percentages

%0
%7.49
%34.36
%10.98

Codes

Color #E3D295 in popluar color models

E3D295
RGB227210149
HSL47°58.21%73.73%
HSB/HSV47°34.36%89.02%
CMYK0.00%7.49%34.36%
10.98%

Color #E3D295 in popluar number systems.

HEXE3D295
Decimal227210149
Binary111000111101001010010101
Octal343322225

Shades and tints

Shades of #E3D295

#E3D295
(227,210,149)
#CFBF88
(207,191,136)
#BBAC7B
(187,172,123)
#A7996E
(167,153,110)
#938661
(147,134,97)
#7F7354
(127,115,84)
#6B6047
(107,96,71)
#574D3A
(87,77,58)
#433A2D
(67,58,45)
#2F2720
(47,39,32)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #E3D295

#E3D295
(227,210,149)
#E5D69E
(229,214,158)
#E7DAA7
(231,218,167)
#E9DEB0
(233,222,176)
#EBE2B9
(235,226,185)
#EDE6C2
(237,230,194)
#EFEACB
(239,234,203)
#F1EED4
(241,238,212)
#F3F2DD
(243,242,221)
#F5F6E6
(245,246,230)
#F7FAEF
(247,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D295 color. Also use rgb(227,210,149) instead hex code.

Text Font Color

.myTextColor { color: #E3D295; }

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

This text font color is #E3D295.


Background Color

.myBgColor { background-color: #E3D295; }

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

This div background color is #E3D295.


Border color

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

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

This div border color is #E3D295.


Opacity

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

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

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

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

This text has shadow with #E3D295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D295 on black background.


Color preview on white background

This text has color #E3D295 on white background.



Black color preview on #E3D295 background

This text has black color on #E3D295 background.


White color preview on #E3D295 background

This text has white color on #E3D295 background.