COLOR #E2D78C

HEX: #E2D78C
RGB: (226,215,140)

Color info

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

RGB color model

#E2D78C color RGB value is (226,215,140).

  • red value is 226;
  • green value is 215;
  • blue value is 140.
RGB:
(226,215,140)
(89%,84%,55%)

RGB channels and saturation

R 226 of 255 = 89%
G 215 of 255 = 84%
B 140 of 255 = 55%

226
215
140

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

Portions of RGB colors in percentages

R + G + B =
226 + 215 + 140 = 581 (100%)
R 226 of 581 ~ 38.9%
G 215 of 581 ~ 37.01%
B 140 of 581 ~ 24.1%

%38.9
%37.01
%24.1

CMYK color model

#E2D78C color CMYK value is (0,5,38,11).

  • cyan value is 0.00%
  • magenta value is 4.87%
  • yellow value is 38.05%
  • key color value is 11.37%
CMYK:
(0,5,38,11)
C0M5Y38K11 
(0%,5%,38%,11%)
(0.00/0.05/0.38/0.11)	

CMYK percentages

%0
%4.87
%38.05
%11.37

Codes

Color #E2D78C in popluar color models

E2D78C
RGB226215140
HSL52°59.72%71.76%
HSB/HSV52°38.05%88.63%
CMYK0.00%4.87%38.05%
11.37%

Color #E2D78C in popluar number systems.

HEXE2D78C
Decimal226215140
Binary111000101101011110001100
Octal342327214

Shades and tints

Shades of #E2D78C

#E2D78C
(226,215,140)
#CEC480
(206,196,128)
#BAB174
(186,177,116)
#A69E68
(166,158,104)
#928B5C
(146,139,92)
#7E7850
(126,120,80)
#6A6544
(106,101,68)
#565238
(86,82,56)
#423F2C
(66,63,44)
#2E2C20
(46,44,32)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #E2D78C

#E2D78C
(226,215,140)
#E4DA96
(228,218,150)
#E6DDA0
(230,221,160)
#E8E0AA
(232,224,170)
#EAE3B4
(234,227,180)
#ECE6BE
(236,230,190)
#EEE9C8
(238,233,200)
#F0ECD2
(240,236,210)
#F2EFDC
(242,239,220)
#F4F2E6
(244,242,230)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D78C color. Also use rgb(226,215,140) instead hex code.

Text Font Color

.myTextColor { color: #E2D78C; }

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

This text font color is #E2D78C.


Background Color

.myBgColor { background-color: #E2D78C; }

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

This div background color is #E2D78C.


Border color

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

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

This div border color is #E2D78C.


Opacity

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

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

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

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

This text has shadow with #E2D78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D78C on black background.


Color preview on white background

This text has color #E2D78C on white background.



Black color preview on #E2D78C background

This text has black color on #E2D78C background.


White color preview on #E2D78C background

This text has white color on #E2D78C background.