COLOR #E2D07E

HEX: #E2D07E
RGB: (226,208,126)

Color info

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

RGB color model

#E2D07E color RGB value is (226,208,126).

  • red value is 226;
  • green value is 208;
  • blue value is 126.
RGB:
(226,208,126)
(89%,82%,49%)

RGB channels and saturation

R 226 of 255 = 89%
G 208 of 255 = 82%
B 126 of 255 = 49%

226
208
126

R + G + B ~ 73%. #E2D07E is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 208 + 126 = 560 (100%)
R 226 of 560 ~ 40.36%
G 208 of 560 ~ 37.14%
B 126 of 560 ~ 22.5%

%40.36
%37.14
%22.5

CMYK color model

#E2D07E color CMYK value is (0,8,44,11).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 44.25%
  • key color value is 11.37%
CMYK:
(0,8,44,11)
C0M8Y44K11 
(0%,8%,44%,11%)
(0.00/0.08/0.44/0.11)	

CMYK percentages

%0
%7.96
%44.25
%11.37

Codes

Color #E2D07E in popluar color models

E2D07E
RGB226208126
HSL49°63.29%69.02%
HSB/HSV49°44.25%88.63%
CMYK0.00%7.96%44.25%
11.37%

Color #E2D07E in popluar number systems.

HEXE2D07E
Decimal226208126
Binary11100010110100001111110
Octal342320176

Shades and tints

Shades of #E2D07E

#E2D07E
(226,208,126)
#CEBE73
(206,190,115)
#BAAC68
(186,172,104)
#A69A5D
(166,154,93)
#928852
(146,136,82)
#7E7647
(126,118,71)
#6A643C
(106,100,60)
#565231
(86,82,49)
#424026
(66,64,38)
#2E2E1B
(46,46,27)
#1A1C10
(26,28,16)
#000000
(0,0,0)

Tints of #E2D07E

#E2D07E
(226,208,126)
#E4D489
(228,212,137)
#E6D894
(230,216,148)
#E8DC9F
(232,220,159)
#EAE0AA
(234,224,170)
#ECE4B5
(236,228,181)
#EEE8C0
(238,232,192)
#F0ECCB
(240,236,203)
#F2F0D6
(242,240,214)
#F4F4E1
(244,244,225)
#F6F8EC
(246,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D07E color. Also use rgb(226,208,126) instead hex code.

Text Font Color

.myTextColor { color: #E2D07E; }

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

This text font color is #E2D07E.


Background Color

.myBgColor { background-color: #E2D07E; }

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

This div background color is #E2D07E.


Border color

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

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

This div border color is #E2D07E.


Opacity

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

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

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

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

This text has shadow with #E2D07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D07E on black background.


Color preview on white background

This text has color #E2D07E on white background.



Black color preview on #E2D07E background

This text has black color on #E2D07E background.


White color preview on #E2D07E background

This text has white color on #E2D07E background.