COLOR #E4E0C1

HEX: #E4E0C1
RGB: (228,224,193)

Color info

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

RGB color model

#E4E0C1 color RGB value is (228,224,193).

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

RGB channels and saturation

R 228 of 255 = 89%
G 224 of 255 = 88%
B 193 of 255 = 76%

228
224
193

R + G + B ~ 84%. #E4E0C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 224 + 193 = 645 (100%)
R 228 of 645 ~ 35.35%
G 224 of 645 ~ 34.73%
B 193 of 645 ~ 29.92%

%35.35
%34.73
%29.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 15.35%
  • key color value is 10.59%
CMYK:
(0,2,15,11)
C0M2Y15K11 
(0%,2%,15%,11%)
(0.00/0.02/0.15/0.11)	

CMYK percentages

%0
%1.75
%15.35
%10.59

Codes

Color #E4E0C1 in popluar color models

E4E0C1
RGB228224193
HSL53°39.33%82.55%
HSB/HSV53°15.35%89.41%
CMYK0.00%1.75%15.35%
10.59%

Color #E4E0C1 in popluar number systems.

HEXE4E0C1
Decimal228224193
Binary111001001110000011000001
Octal344340301

Shades and tints

Shades of #E4E0C1

#E4E0C1
(228,224,193)
#D0CCB0
(208,204,176)
#BCB89F
(188,184,159)
#A8A48E
(168,164,142)
#94907D
(148,144,125)
#807C6C
(128,124,108)
#6C685B
(108,104,91)
#58544A
(88,84,74)
#444039
(68,64,57)
#302C28
(48,44,40)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #E4E0C1

#E4E0C1
(228,224,193)
#E6E2C6
(230,226,198)
#E8E4CB
(232,228,203)
#EAE6D0
(234,230,208)
#ECE8D5
(236,232,213)
#EEEADA
(238,234,218)
#F0ECDF
(240,236,223)
#F2EEE4
(242,238,228)
#F4F0E9
(244,240,233)
#F6F2EE
(246,242,238)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E0C1; }

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

This text font color is #E4E0C1.


Background Color

.myBgColor { background-color: #E4E0C1; }

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

This div background color is #E4E0C1.


Border color

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

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

This div border color is #E4E0C1.


Opacity

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

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

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

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

This text has shadow with #E4E0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E0C1 on black background.


Color preview on white background

This text has color #E4E0C1 on white background.



Black color preview on #E4E0C1 background

This text has black color on #E4E0C1 background.


White color preview on #E4E0C1 background

This text has white color on #E4E0C1 background.