COLOR #E4DAA6

HEX: #E4DAA6 RGB: (228,218,166)

Color info

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

RGB color model

#E4DAA6 color RGB value is (228,218,166).

RGB: (228,218,166) (89%, 85%, 65%)

RGB channels and saturation

R 228 of 255 = 89%
G 218 of 255 = 85%
B 166 of 255 = 65%

228
218
166

R + G + B ~ 80%. #E4DAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 218 + 166 = 612 (100%)
R 228 of 612 ~ 37.25%
G 218 of 612 ~ 35.62%
B 166 of 612 ~ 27.12'%

%37.25
%35.62
%27.12

CMYK color model

#E4DAA6 color CMYK value is (0,4,27,11).

  • cyan value is 0.00%
  • magenta value is 4.39%
  • yellow value is 27.19%
  • key color value is 10.59%

CMYK: (0,4,27,11)
C0M4Y27K11 (0%, 4%, 27%, 11%)
(0.00 / 0.04 / 0.27 / 0.11)

CMYK percentages

%0
%4.39
%27.19
%10.59

Codes

Color #E4DAA6 in popluar color models

E4 DA A6
RGB 228 218 166
HSL 50° 53.45% 77.25%
HSB/HSV 50° 27.19% 89.41%
CMYK 0.00% 4.39% 27.19%
10.59%

Color #E4DAA6 in popluar number systems.

HEX E4 DA A6
Decimal 228 218 166
Binary 11100100 11011010 10100110
Octal 344 332 246

Shades and tints

Shades of #E4DAA6

#E4DAA6
(228,218,166)
#D0C797
(208,199,151)
#BCB488
(188,180,136)
#A8A179
(168,161,121)
#948E6A
(148,142,106)
#807B5B
(128,123,91)
#6C684C
(108,104,76)
#58553D
(88,85,61)
#44422E
(68,66,46)
#302F1F
(48,47,31)
#1C1C10
(28,28,16)
#000000
(0,0,0)

Tints of #E4DAA6

#E4DAA6
(228,218,166)
#E6DDAE
(230,221,174)
#E8E0B6
(232,224,182)
#EAE3BE
(234,227,190)
#ECE6C6
(236,230,198)
#EEE9CE
(238,233,206)
#F0ECD6
(240,236,214)
#F2EFDE
(242,239,222)
#F4F2E6
(244,242,230)
#F6F5EE
(246,245,238)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DAA6 color. Also use rgb(228,218,166) instead hex code.

Text Font Color

.myTextColor { color: #E4DAA6; }

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

This text font color is #E4DAA6.

Background Color

.myBgColor { background-color: #E4DAA6; }

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

This div background color is #E4DAA6.

Border color

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

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

This div border color is #E4DAA6.

Opacity

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

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

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

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

This text has shadow with #E4DAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DAA6.

Preview

Color preview on black background

This text has color #E4DAA6 on black background.


Color preview on white background

This text has color #E4DAA6 on white background.


Black color preview on #E4DAA6 background

This text has black color on #E4DAA6 background.


White color preview on #E4DAA6 background

This text has white color on #E4DAA6 background.


Related colors

Complementary color

Complementary color for #hex is #1B2559.


I love getcolorcode.com

Triadic colors

1 #A6E4DA and #DAA6E4 with #E4DAA6 are triadic colors.

2 #A6DAE4 and #DAE4A6 with #E4DAA6 are triadic colors.