COLOR #E3D56F

HEX: #E3D56F
RGB: (227,213,111)

Color info

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

RGB color model

#E3D56F color RGB value is (227,213,111).

  • red value is 227;
  • green value is 213;
  • blue value is 111.
RGB:
(227,213,111)
(89%,84%,44%)

RGB channels and saturation

R 227 of 255 = 89%
G 213 of 255 = 84%
B 111 of 255 = 44%

227
213
111

R + G + B ~ 72%. #E3D56F is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 213 + 111 = 551 (100%)
R 227 of 551 ~ 41.2%
G 213 of 551 ~ 38.66%
B 111 of 551 ~ 20.15%

%41.2
%38.66
%20.15

CMYK color model

#E3D56F color CMYK value is (0,6,51,11).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 51.10%
  • key color value is 10.98%
CMYK:
(0,6,51,11)
C0M6Y51K11 
(0%,6%,51%,11%)
(0.00/0.06/0.51/0.11)	

CMYK percentages

%0
%6.17
%51.1
%10.98

Codes

Color #E3D56F in popluar color models

E3D56F
RGB227213111
HSL53°67.44%66.27%
HSB/HSV53°51.10%89.02%
CMYK0.00%6.17%51.10%
10.98%

Color #E3D56F in popluar number systems.

HEXE3D56F
Decimal227213111
Binary11100011110101011101111
Octal343325157

Shades and tints

Shades of #E3D56F

#E3D56F
(227,213,111)
#CFC265
(207,194,101)
#BBAF5B
(187,175,91)
#A79C51
(167,156,81)
#938947
(147,137,71)
#7F763D
(127,118,61)
#6B6333
(107,99,51)
#575029
(87,80,41)
#433D1F
(67,61,31)
#2F2A15
(47,42,21)
#1B170B
(27,23,11)
#000000
(0,0,0)

Tints of #E3D56F

#E3D56F
(227,213,111)
#E5D87C
(229,216,124)
#E7DB89
(231,219,137)
#E9DE96
(233,222,150)
#EBE1A3
(235,225,163)
#EDE4B0
(237,228,176)
#EFE7BD
(239,231,189)
#F1EACA
(241,234,202)
#F3EDD7
(243,237,215)
#F5F0E4
(245,240,228)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D56F color. Also use rgb(227,213,111) instead hex code.

Text Font Color

.myTextColor { color: #E3D56F; }

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

This text font color is #E3D56F.


Background Color

.myBgColor { background-color: #E3D56F; }

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

This div background color is #E3D56F.


Border color

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

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

This div border color is #E3D56F.


Opacity

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

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

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

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

This text has shadow with #E3D56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D56F on black background.


Color preview on white background

This text has color #E3D56F on white background.



Black color preview on #E3D56F background

This text has black color on #E3D56F background.


White color preview on #E3D56F background

This text has white color on #E3D56F background.