COLOR #E4C099

HEX: #E4C099
RGB: (228,192,153)

Color info

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

RGB color model

#E4C099 color RGB value is (228,192,153).

  • red value is 228;
  • green value is 192;
  • blue value is 153.
RGB:
(228,192,153)
(89%,75%,60%)

RGB channels and saturation

R 228 of 255 = 89%
G 192 of 255 = 75%
B 153 of 255 = 60%

228
192
153

R + G + B ~ 75%. #E4C099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 192 + 153 = 573 (100%)
R 228 of 573 ~ 39.79%
G 192 of 573 ~ 33.51%
B 153 of 573 ~ 26.7%

%39.79
%33.51
%26.7

CMYK color model

#E4C099 color CMYK value is (0,16,33,11).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 32.89%
  • key color value is 10.59%
CMYK:
(0,16,33,11)
C0M16Y33K11 
(0%,16%,33%,11%)
(0.00/0.16/0.33/0.11)	

CMYK percentages

%0
%15.79
%32.89
%10.59

Codes

Color #E4C099 in popluar color models

E4C099
RGB228192153
HSL31°58.14%74.71%
HSB/HSV31°32.89%89.41%
CMYK0.00%15.79%32.89%
10.59%

Color #E4C099 in popluar number systems.

HEXE4C099
Decimal228192153
Binary111001001100000010011001
Octal344300231

Shades and tints

Shades of #E4C099

#E4C099
(228,192,153)
#D0AF8C
(208,175,140)
#BC9E7F
(188,158,127)
#A88D72
(168,141,114)
#947C65
(148,124,101)
#806B58
(128,107,88)
#6C5A4B
(108,90,75)
#58493E
(88,73,62)
#443831
(68,56,49)
#302724
(48,39,36)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E4C099

#E4C099
(228,192,153)
#E6C5A2
(230,197,162)
#E8CAAB
(232,202,171)
#EACFB4
(234,207,180)
#ECD4BD
(236,212,189)
#EED9C6
(238,217,198)
#F0DECF
(240,222,207)
#F2E3D8
(242,227,216)
#F4E8E1
(244,232,225)
#F6EDEA
(246,237,234)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C099 color. Also use rgb(228,192,153) instead hex code.

Text Font Color

.myTextColor { color: #E4C099; }

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

This text font color is #E4C099.


Background Color

.myBgColor { background-color: #E4C099; }

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

This div background color is #E4C099.


Border color

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

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

This div border color is #E4C099.


Opacity

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

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

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

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

This text has shadow with #E4C099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C099 on black background.


Color preview on white background

This text has color #E4C099 on white background.



Black color preview on #E4C099 background

This text has black color on #E4C099 background.


White color preview on #E4C099 background

This text has white color on #E4C099 background.