COLOR #E5E0CA

HEX: #E5E0CA RGB: (229,224,202)

Color info

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

RGB color model

#E5E0CA color RGB value is (229,224,202).

RGB: (229,224,202) (90%, 88%, 79%)

RGB channels and saturation

R 229 of 255 = 90%
G 224 of 255 = 88%
B 202 of 255 = 79%

229
224
202

R + G + B ~ 86%. #E5E0CA is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 224 + 202 = 655 (100%)
R 229 of 655 ~ 34.96%
G 224 of 655 ~ 34.2%
B 202 of 655 ~ 30.84'%

%34.96
%34.2
%30.84

CMYK color model

#E5E0CA color CMYK value is (0,2,12,10).

  • cyan value is 0.00%
  • magenta value is 2.18%
  • yellow value is 11.79%
  • key color value is 10.20%
CMYK: (0,2,12,10) C0M2Y12K10 (0%,2%,12%,10%) (0.00/0.02/0.12/0.10) 

CMYK percentages

%0
%2.18
%11.79
%10.2

Codes

Color #E5E0CA in popluar color models

E5 E0 CA
RGB 229 224 202
HSL 49° 34.18% 84.51%
HSB/HSV 49° 11.79% 89.80%
CMYK 0.00% 2.18% 11.79%
10.20%

Color #E5E0CA in popluar number systems.

HEX E5 E0 CA
Decimal 229 224 202
Binary 11100101 11100000 11001010
Octal 345 340 312

Shades and tints

Shades of #E5E0CA

#E5E0CA
(229,224,202)
#D1CCB8
(209,204,184)
#BDB8A6
(189,184,166)
#A9A494
(169,164,148)
#959082
(149,144,130)
#817C70
(129,124,112)
#6D685E
(109,104,94)
#59544C
(89,84,76)
#45403A
(69,64,58)
#312C28
(49,44,40)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #E5E0CA

#E5E0CA
(229,224,202)
#E7E2CE
(231,226,206)
#E9E4D2
(233,228,210)
#EBE6D6
(235,230,214)
#EDE8DA
(237,232,218)
#EFEADE
(239,234,222)
#F1ECE2
(241,236,226)
#F3EEE6
(243,238,230)
#F5F0EA
(245,240,234)
#F7F2EE
(247,242,238)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E0CA; }

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

This text font color is #E5E0CA.

Background Color

.myBgColor { background-color: #E5E0CA; }

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

This div background color is #E5E0CA.

Border color

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

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

This div border color is #E5E0CA.

Opacity

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

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

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

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

This text has shadow with #E5E0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E0CA.

Preview

Color preview on black background

This text has color #E5E0CA on black background.


Color preview on white background

This text has color #E5E0CA on white background.


Black color preview on #E5E0CA background

This text has black color on #E5E0CA background.


White color preview on #E5E0CA background

This text has white color on #E5E0CA background.


Related colors

Complementary color

Complementary color for #hex is #1A1F35.


I love getcolorcode.com

Triadic colors

1 #CAE5E0 and #E0CAE5 with #E5E0CA are triadic colors.

2 #CAE0E5 and #E0E5CA with #E5E0CA are triadic colors.