COLOR #E4E0CA

HEX: #E4E0CA
RGB: (228,224,202)

Color info

#E4E0CA contains red, green and blue colors in about the same proportion. Web safe color of #E4E0CA is #CCCCCC (or #CCC).

RGB color model

#E4E0CA color RGB value is (228,224,202).

  • red value is 228;
  • green value is 224;
  • blue value is 202.
RGB:
(228,224,202)
(89%,88%,79%)

RGB channels and saturation

R 228 of 255 = 89%
G 224 of 255 = 88%
B 202 of 255 = 79%

228
224
202

R + G + B ~ 85%. #E4E0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 224 + 202 = 654 (100%)
R 228 of 654 ~ 34.86%
G 224 of 654 ~ 34.25%
B 202 of 654 ~ 30.89%

%34.86
%34.25
%30.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 11.40%
  • key color value is 10.59%
CMYK:
(0,2,11,11)
C0M2Y11K11 
(0%,2%,11%,11%)
(0.00/0.02/0.11/0.11)	

CMYK percentages

%0
%1.75
%11.4
%10.59

Codes

Color #E4E0CA in popluar color models

E4E0CA
RGB228224202
HSL51°32.50%84.31%
HSB/HSV51°11.40%89.41%
CMYK0.00%1.75%11.40%
10.59%

Color #E4E0CA in popluar number systems.

HEXE4E0CA
Decimal228224202
Binary111001001110000011001010
Octal344340312

Shades and tints

Shades of #E4E0CA

#E4E0CA
(228,224,202)
#D0CCB8
(208,204,184)
#BCB8A6
(188,184,166)
#A8A494
(168,164,148)
#949082
(148,144,130)
#807C70
(128,124,112)
#6C685E
(108,104,94)
#58544C
(88,84,76)
#44403A
(68,64,58)
#302C28
(48,44,40)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #E4E0CA

#E4E0CA
(228,224,202)
#E6E2CE
(230,226,206)
#E8E4D2
(232,228,210)
#EAE6D6
(234,230,214)
#ECE8DA
(236,232,218)
#EEEADE
(238,234,222)
#F0ECE2
(240,236,226)
#F2EEE6
(242,238,230)
#F4F0EA
(244,240,234)
#F6F2EE
(246,242,238)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4E0CA color. Also use rgb(228,224,202) instead hex code.

Text Font Color

.myTextColor { color: #E4E0CA; }

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

This text font color is #E4E0CA.


Background Color

.myBgColor { background-color: #E4E0CA; }

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

This div background color is #E4E0CA.


Border color

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

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

This div border color is #E4E0CA.


Opacity

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

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

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

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

This text has shadow with #E4E0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E0CA on black background.


Color preview on white background

This text has color #E4E0CA on white background.



Black color preview on #E4E0CA background

This text has black color on #E4E0CA background.


White color preview on #E4E0CA background

This text has white color on #E4E0CA background.