COLOR #E5CC96

HEX: #E5CC96 RGB: (229,204,150)

Color info

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

RGB color model

#E5CC96 color RGB value is (229,204,150).

RGB: (229,204,150) (90%, 80%, 59%)

RGB channels and saturation

R 229 of 255 = 90%
G 204 of 255 = 80%
B 150 of 255 = 59%

229
204
150

R + G + B ~ 76%. #E5CC96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 204 + 150 = 583 (100%)
R 229 of 583 ~ 39.28%
G 204 of 583 ~ 34.99%
B 150 of 583 ~ 25.73'%

%39.28
%34.99
%25.73

CMYK color model

#E5CC96 color CMYK value is (0,11,34,10).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 34.50%
  • key color value is 10.20%

CMYK: (0,11,34,10)
C0M11Y34K10 (0%, 11%, 34%, 10%)
(0.00 / 0.11 / 0.34 / 0.10)

CMYK percentages

%0
%10.92
%34.5
%10.2

Codes

Color #E5CC96 in popluar color models

E5 CC 96
RGB 229 204 150
HSL 41° 60.31% 74.31%
HSB/HSV 41° 34.50% 89.80%
CMYK 0.00% 10.92% 34.50%
10.20%

Color #E5CC96 in popluar number systems.

HEX E5 CC 96
Decimal 229 204 150
Binary 11100101 11001100 10010110
Octal 345 314 226

Shades and tints

Shades of #E5CC96

#E5CC96
(229,204,150)
#D1BA89
(209,186,137)
#BDA87C
(189,168,124)
#A9966F
(169,150,111)
#958462
(149,132,98)
#817255
(129,114,85)
#6D6048
(109,96,72)
#594E3B
(89,78,59)
#453C2E
(69,60,46)
#312A21
(49,42,33)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #E5CC96

#E5CC96
(229,204,150)
#E7D09F
(231,208,159)
#E9D4A8
(233,212,168)
#EBD8B1
(235,216,177)
#EDDCBA
(237,220,186)
#EFE0C3
(239,224,195)
#F1E4CC
(241,228,204)
#F3E8D5
(243,232,213)
#F5ECDE
(245,236,222)
#F7F0E7
(247,240,231)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CC96 color. Also use rgb(229,204,150) instead hex code.

Text Font Color

.myTextColor { color: #E5CC96; }

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

This text font color is #E5CC96.

Background Color

.myBgColor { background-color: #E5CC96; }

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

This div background color is #E5CC96.

Border color

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

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

This div border color is #E5CC96.

Opacity

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

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

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

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

This text has shadow with #E5CC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CC96.

Preview

Color preview on black background

This text has color #E5CC96 on black background.


Color preview on white background

This text has color #E5CC96 on white background.


Black color preview on #E5CC96 background

This text has black color on #E5CC96 background.


White color preview on #E5CC96 background

This text has white color on #E5CC96 background.


Related colors

Complementary color

Complementary color for #hex is #1A3369.


I love getcolorcode.com

Triadic colors

1 #96E5CC and #CC96E5 with #E5CC96 are triadic colors.

2 #96CCE5 and #CCE596 with #E5CC96 are triadic colors.