COLOR #E4DFAF

HEX: #E4DFAF RGB: (228,223,175)

Color info

#E4DFAF contains red, green and blue colors in about the same proportion. Web safe color of #E4DFAF is #CCCC99 (or #CC9).

RGB color model

#E4DFAF color RGB value is (228,223,175).

RGB: (228,223,175) (89%, 87%, 69%)

RGB channels and saturation

R 228 of 255 = 89%
G 223 of 255 = 87%
B 175 of 255 = 69%

228
223
175

R + G + B ~ 82%. #E4DFAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 223 + 175 = 626 (100%)
R 228 of 626 ~ 36.42%
G 223 of 626 ~ 35.62%
B 175 of 626 ~ 27.96'%

%36.42
%35.62
%27.96

CMYK color model

#E4DFAF color CMYK value is (0,2,23,11).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 23.25%
  • key color value is 10.59%

CMYK: (0,2,23,11)
C0M2Y23K11 (0%, 2%, 23%, 11%)
(0.00 / 0.02 / 0.23 / 0.11)

CMYK percentages

%0
%2.19
%23.25
%10.59

Codes

Color #E4DFAF in popluar color models

E4 DF AF
RGB 228 223 175
HSL 54° 49.53% 79.02%
HSB/HSV 54° 23.25% 89.41%
CMYK 0.00% 2.19% 23.25%
10.59%

Color #E4DFAF in popluar number systems.

HEX E4 DF AF
Decimal 228 223 175
Binary 11100100 11011111 10101111
Octal 344 337 257

Shades and tints

Shades of #E4DFAF

#E4DFAF
(228,223,175)
#D0CBA0
(208,203,160)
#BCB791
(188,183,145)
#A8A382
(168,163,130)
#948F73
(148,143,115)
#807B64
(128,123,100)
#6C6755
(108,103,85)
#585346
(88,83,70)
#443F37
(68,63,55)
#302B28
(48,43,40)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #E4DFAF

#E4DFAF
(228,223,175)
#E6E1B6
(230,225,182)
#E8E3BD
(232,227,189)
#EAE5C4
(234,229,196)
#ECE7CB
(236,231,203)
#EEE9D2
(238,233,210)
#F0EBD9
(240,235,217)
#F2EDE0
(242,237,224)
#F4EFE7
(244,239,231)
#F6F1EE
(246,241,238)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DFAF color. Also use rgb(228,223,175) instead hex code.

Text Font Color

.myTextColor { color: #E4DFAF; }

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

This text font color is #E4DFAF.

Background Color

.myBgColor { background-color: #E4DFAF; }

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

This div background color is #E4DFAF.

Border color

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

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

This div border color is #E4DFAF.

Opacity

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

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

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

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

This text has shadow with #E4DFAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DFAF.

Preview

Color preview on black background

This text has color #E4DFAF on black background.


Color preview on white background

This text has color #E4DFAF on white background.


Black color preview on #E4DFAF background

This text has black color on #E4DFAF background.


White color preview on #E4DFAF background

This text has white color on #E4DFAF background.


Related colors

Complementary color

Complementary color for #hex is #1B2050.


I love getcolorcode.com

Triadic colors

1 #AFE4DF and #DFAFE4 with #E4DFAF are triadic colors.

2 #AFDFE4 and #DFE4AF with #E4DFAF are triadic colors.