COLOR #E2DA6F

HEX: #E2DA6F RGB: (226,218,111)

Color info

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

RGB color model

#E2DA6F color RGB value is (226,218,111).

RGB: (226,218,111) (89%, 85%, 44%)

RGB channels and saturation

R 226 of 255 = 89%
G 218 of 255 = 85%
B 111 of 255 = 44%

226
218
111

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

Portions of RGB colors in percentages

R + G + B = 226 + 218 + 111 = 555 (100%)
R 226 of 555 ~ 40.72%
G 218 of 555 ~ 39.28%
B 111 of 555 ~ 20'%

%40.72
%39.28
%20

CMYK color model

#E2DA6F color CMYK value is (0,4,51,11).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 50.88%
  • key color value is 11.37%

CMYK: (0,4,51,11)
C0M4Y51K11 (0%, 4%, 51%, 11%)
(0.00 / 0.04 / 0.51 / 0.11)

CMYK percentages

%0
%3.54
%50.88
%11.37

Codes

Color #E2DA6F in popluar color models

E2 DA 6F
RGB 226 218 111
HSL 56° 66.47% 66.08%
HSB/HSV 56° 50.88% 88.63%
CMYK 0.00% 3.54% 50.88%
11.37%

Color #E2DA6F in popluar number systems.

HEX E2 DA 6F
Decimal 226 218 111
Binary 11100010 11011010 1101111
Octal 342 332 157

Shades and tints

Shades of #E2DA6F

#E2DA6F
(226,218,111)
#CEC765
(206,199,101)
#BAB45B
(186,180,91)
#A6A151
(166,161,81)
#928E47
(146,142,71)
#7E7B3D
(126,123,61)
#6A6833
(106,104,51)
#565529
(86,85,41)
#42421F
(66,66,31)
#2E2F15
(46,47,21)
#1A1C0B
(26,28,11)
#000000
(0,0,0)

Tints of #E2DA6F

#E2DA6F
(226,218,111)
#E4DD7C
(228,221,124)
#E6E089
(230,224,137)
#E8E396
(232,227,150)
#EAE6A3
(234,230,163)
#ECE9B0
(236,233,176)
#EEECBD
(238,236,189)
#F0EFCA
(240,239,202)
#F2F2D7
(242,242,215)
#F4F5E4
(244,245,228)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DA6F color. Also use rgb(226,218,111) instead hex code.

Text Font Color

.myTextColor { color: #E2DA6F; }

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

This text font color is #E2DA6F.

Background Color

.myBgColor { background-color: #E2DA6F; }

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

This div background color is #E2DA6F.

Border color

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

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

This div border color is #E2DA6F.

Opacity

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

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

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

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

This text has shadow with #E2DA6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DA6F.

Preview

Color preview on black background

This text has color #E2DA6F on black background.


Color preview on white background

This text has color #E2DA6F on white background.


Black color preview on #E2DA6F background

This text has black color on #E2DA6F background.


White color preview on #E2DA6F background

This text has white color on #E2DA6F background.


Related colors

Complementary color

Complementary color for #hex is #1D2590.


I love getcolorcode.com

Triadic colors

1 #6FE2DA and #DA6FE2 with #E2DA6F are triadic colors.

2 #6FDAE2 and #DAE26F with #E2DA6F are triadic colors.