COLOR #E0DA7E

HEX: #E0DA7E RGB: (224,218,126)

Color info

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

RGB color model

#E0DA7E color RGB value is (224,218,126).

RGB: (224,218,126) (88%, 85%, 49%)

RGB channels and saturation

R 224 of 255 = 88%
G 218 of 255 = 85%
B 126 of 255 = 49%

224
218
126

R + G + B ~ 74%. #E0DA7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 218 + 126 = 568 (100%)
R 224 of 568 ~ 39.44%
G 218 of 568 ~ 38.38%
B 126 of 568 ~ 22.18'%

%39.44
%38.38
%22.18

CMYK color model

#E0DA7E color CMYK value is (0,3,44,12).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 43.75%
  • key color value is 12.16%

CMYK: (0,3,44,12)
C0M3Y44K12 (0%, 3%, 44%, 12%)
(0.00 / 0.03 / 0.44 / 0.12)

CMYK percentages

%0
%2.68
%43.75
%12.16

Codes

Color #E0DA7E in popluar color models

E0 DA 7E
RGB 224 218 126
HSL 56° 61.25% 68.63%
HSB/HSV 56° 43.75% 87.84%
CMYK 0.00% 2.68% 43.75%
12.16%

Color #E0DA7E in popluar number systems.

HEX E0 DA 7E
Decimal 224 218 126
Binary 11100000 11011010 1111110
Octal 340 332 176

Shades and tints

Shades of #E0DA7E

#E0DA7E
(224,218,126)
#CCC773
(204,199,115)
#B8B468
(184,180,104)
#A4A15D
(164,161,93)
#908E52
(144,142,82)
#7C7B47
(124,123,71)
#68683C
(104,104,60)
#545531
(84,85,49)
#404226
(64,66,38)
#2C2F1B
(44,47,27)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #E0DA7E

#E0DA7E
(224,218,126)
#E2DD89
(226,221,137)
#E4E094
(228,224,148)
#E6E39F
(230,227,159)
#E8E6AA
(232,230,170)
#EAE9B5
(234,233,181)
#ECECC0
(236,236,192)
#EEEFCB
(238,239,203)
#F0F2D6
(240,242,214)
#F2F5E1
(242,245,225)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DA7E color. Also use rgb(224,218,126) instead hex code.

Text Font Color

.myTextColor { color: #E0DA7E; }

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

This text font color is #E0DA7E.

Background Color

.myBgColor { background-color: #E0DA7E; }

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

This div background color is #E0DA7E.

Border color

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

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

This div border color is #E0DA7E.

Opacity

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

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

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

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

This text has shadow with #E0DA7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DA7E.

Preview

Color preview on black background

This text has color #E0DA7E on black background.


Color preview on white background

This text has color #E0DA7E on white background.


Black color preview on #E0DA7E background

This text has black color on #E0DA7E background.


White color preview on #E0DA7E background

This text has white color on #E0DA7E background.


Related colors

Complementary color

Complementary color for #hex is #1F2581.


I love getcolorcode.com

Triadic colors

1 #7EE0DA and #DA7EE0 with #E0DA7E are triadic colors.

2 #7EDAE0 and #DAE07E with #E0DA7E are triadic colors.