COLOR #E5CC99

HEX: #E5CC99
RGB: (229,204,153)

Color info

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

RGB color model

#E5CC99 color RGB value is (229,204,153).

  • red value is 229;
  • green value is 204;
  • blue value is 153.
RGB:
(229,204,153)
(90%,80%,60%)

RGB channels and saturation

R 229 of 255 = 90%
G 204 of 255 = 80%
B 153 of 255 = 60%

229
204
153

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

Portions of RGB colors in percentages

R + G + B =
229 + 204 + 153 = 586 (100%)
R 229 of 586 ~ 39.08%
G 204 of 586 ~ 34.81%
B 153 of 586 ~ 26.11%

%39.08
%34.81
%26.11

CMYK color model

#E5CC99 color CMYK value is (0,11,33,10).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 33.19%
  • key color value is 10.20%
CMYK:
(0,11,33,10)
C0M11Y33K10 
(0%,11%,33%,10%)
(0.00/0.11/0.33/0.10)	

CMYK percentages

%0
%10.92
%33.19
%10.2

Codes

Color #E5CC99 in popluar color models

E5CC99
RGB229204153
HSL40°59.38%74.90%
HSB/HSV40°33.19%89.80%
CMYK0.00%10.92%33.19%
10.20%

Color #E5CC99 in popluar number systems.

HEXE5CC99
Decimal229204153
Binary111001011100110010011001
Octal345314231

Shades and tints

Shades of #E5CC99

#E5CC99
(229,204,153)
#D1BA8C
(209,186,140)
#BDA87F
(189,168,127)
#A99672
(169,150,114)
#958465
(149,132,101)
#817258
(129,114,88)
#6D604B
(109,96,75)
#594E3E
(89,78,62)
#453C31
(69,60,49)
#312A24
(49,42,36)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #E5CC99

#E5CC99
(229,204,153)
#E7D0A2
(231,208,162)
#E9D4AB
(233,212,171)
#EBD8B4
(235,216,180)
#EDDCBD
(237,220,189)
#EFE0C6
(239,224,198)
#F1E4CF
(241,228,207)
#F3E8D8
(243,232,216)
#F5ECE1
(245,236,225)
#F7F0EA
(247,240,234)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5CC99; }

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

This text font color is #E5CC99.


Background Color

.myBgColor { background-color: #E5CC99; }

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

This div background color is #E5CC99.


Border color

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

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

This div border color is #E5CC99.


Opacity

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

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

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

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

This text has shadow with #E5CC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CC99 on black background.


Color preview on white background

This text has color #E5CC99 on white background.



Black color preview on #E5CC99 background

This text has black color on #E5CC99 background.


White color preview on #E5CC99 background

This text has white color on #E5CC99 background.