COLOR #E0DA6E

HEX: #E0DA6E
RGB: (224,218,110)

Color info

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

RGB color model

#E0DA6E color RGB value is (224,218,110).

  • red value is 224;
  • green value is 218;
  • blue value is 110.
RGB:
(224,218,110)
(88%,85%,43%)

RGB channels and saturation

R 224 of 255 = 88%
G 218 of 255 = 85%
B 110 of 255 = 43%

224
218
110

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

Portions of RGB colors in percentages

R + G + B =
224 + 218 + 110 = 552 (100%)
R 224 of 552 ~ 40.58%
G 218 of 552 ~ 39.49%
B 110 of 552 ~ 19.93%

%40.58
%39.49
%19.93

CMYK color model

#E0DA6E color CMYK value is (0,3,51,12).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 50.89%
  • key color value is 12.16%
CMYK:
(0,3,51,12)
C0M3Y51K12 
(0%,3%,51%,12%)
(0.00/0.03/0.51/0.12)	

CMYK percentages

%0
%2.68
%50.89
%12.16

Codes

Color #E0DA6E in popluar color models

E0DA6E
RGB224218110
HSL57°64.77%65.49%
HSB/HSV57°50.89%87.84%
CMYK0.00%2.68%50.89%
12.16%

Color #E0DA6E in popluar number systems.

HEXE0DA6E
Decimal224218110
Binary11100000110110101101110
Octal340332156

Shades and tints

Shades of #E0DA6E

#E0DA6E
(224,218,110)
#CCC764
(204,199,100)
#B8B45A
(184,180,90)
#A4A150
(164,161,80)
#908E46
(144,142,70)
#7C7B3C
(124,123,60)
#686832
(104,104,50)
#545528
(84,85,40)
#40421E
(64,66,30)
#2C2F14
(44,47,20)
#181C0A
(24,28,10)
#000000
(0,0,0)

Tints of #E0DA6E

#E0DA6E
(224,218,110)
#E2DD7B
(226,221,123)
#E4E088
(228,224,136)
#E6E395
(230,227,149)
#E8E6A2
(232,230,162)
#EAE9AF
(234,233,175)
#ECECBC
(236,236,188)
#EEEFC9
(238,239,201)
#F0F2D6
(240,242,214)
#F2F5E3
(242,245,227)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DA6E; }

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

This text font color is #E0DA6E.


Background Color

.myBgColor { background-color: #E0DA6E; }

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

This div background color is #E0DA6E.


Border color

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

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

This div border color is #E0DA6E.


Opacity

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

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

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

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

This text has shadow with #E0DA6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DA6E on black background.


Color preview on white background

This text has color #E0DA6E on white background.



Black color preview on #E0DA6E background

This text has black color on #E0DA6E background.


White color preview on #E0DA6E background

This text has white color on #E0DA6E background.