COLOR #E4CC9F

HEX: #E4CC9F RGB: (228,204,159)

Color info

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

RGB color model

#E4CC9F color RGB value is (228,204,159).

RGB: (228,204,159) (89%, 80%, 62%)

RGB channels and saturation

R 228 of 255 = 89%
G 204 of 255 = 80%
B 159 of 255 = 62%

228
204
159

R + G + B ~ 77%. #E4CC9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 204 + 159 = 591 (100%)
R 228 of 591 ~ 38.58%
G 204 of 591 ~ 34.52%
B 159 of 591 ~ 26.9'%

%38.58
%34.52
%26.9

CMYK color model

#E4CC9F color CMYK value is (0,11,30,11).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 30.26%
  • key color value is 10.59%

CMYK: (0,11,30,11)
C0M11Y30K11 (0%, 11%, 30%, 11%)
(0.00 / 0.11 / 0.30 / 0.11)

CMYK percentages

%0
%10.53
%30.26
%10.59

Codes

Color #E4CC9F in popluar color models

E4 CC 9F
RGB 228 204 159
HSL 39° 56.10% 75.88%
HSB/HSV 39° 30.26% 89.41%
CMYK 0.00% 10.53% 30.26%
10.59%

Color #E4CC9F in popluar number systems.

HEX E4 CC 9F
Decimal 228 204 159
Binary 11100100 11001100 10011111
Octal 344 314 237

Shades and tints

Shades of #E4CC9F

#E4CC9F
(228,204,159)
#D0BA91
(208,186,145)
#BCA883
(188,168,131)
#A89675
(168,150,117)
#948467
(148,132,103)
#807259
(128,114,89)
#6C604B
(108,96,75)
#584E3D
(88,78,61)
#443C2F
(68,60,47)
#302A21
(48,42,33)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #E4CC9F

#E4CC9F
(228,204,159)
#E6D0A7
(230,208,167)
#E8D4AF
(232,212,175)
#EAD8B7
(234,216,183)
#ECDCBF
(236,220,191)
#EEE0C7
(238,224,199)
#F0E4CF
(240,228,207)
#F2E8D7
(242,232,215)
#F4ECDF
(244,236,223)
#F6F0E7
(246,240,231)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CC9F color. Also use rgb(228,204,159) instead hex code.

Text Font Color

.myTextColor { color: #E4CC9F; }

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

This text font color is #E4CC9F.

Background Color

.myBgColor { background-color: #E4CC9F; }

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

This div background color is #E4CC9F.

Border color

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

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

This div border color is #E4CC9F.

Opacity

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

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

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

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

This text has shadow with #E4CC9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CC9F.

Preview

Color preview on black background

This text has color #E4CC9F on black background.


Color preview on white background

This text has color #E4CC9F on white background.


Black color preview on #E4CC9F background

This text has black color on #E4CC9F background.


White color preview on #E4CC9F background

This text has white color on #E4CC9F background.


Related colors

Complementary color

Complementary color for #hex is #1B3360.


I love getcolorcode.com

Triadic colors

1 #9FE4CC and #CC9FE4 with #E4CC9F are triadic colors.

2 #9FCCE4 and #CCE49F with #E4CC9F are triadic colors.