COLOR #E0CA8C

HEX: #E0CA8C
RGB: (224,202,140)

Color info

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

RGB color model

#E0CA8C color RGB value is (224,202,140).

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

RGB channels and saturation

R 224 of 255 = 88%
G 202 of 255 = 79%
B 140 of 255 = 55%

224
202
140

R + G + B ~ 74%. #E0CA8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 202 + 140 = 566 (100%)
R 224 of 566 ~ 39.58%
G 202 of 566 ~ 35.69%
B 140 of 566 ~ 24.73%

%39.58
%35.69
%24.73

CMYK color model

#E0CA8C color CMYK value is (0,10,38,12).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 37.50%
  • key color value is 12.16%
CMYK:
(0,10,38,12)
C0M10Y38K12 
(0%,10%,38%,12%)
(0.00/0.10/0.38/0.12)	

CMYK percentages

%0
%9.82
%37.5
%12.16

Codes

Color #E0CA8C in popluar color models

E0CA8C
RGB224202140
HSL44°57.53%71.37%
HSB/HSV44°37.50%87.84%
CMYK0.00%9.82%37.50%
12.16%

Color #E0CA8C in popluar number systems.

HEXE0CA8C
Decimal224202140
Binary111000001100101010001100
Octal340312214

Shades and tints

Shades of #E0CA8C

#E0CA8C
(224,202,140)
#CCB880
(204,184,128)
#B8A674
(184,166,116)
#A49468
(164,148,104)
#90825C
(144,130,92)
#7C7050
(124,112,80)
#685E44
(104,94,68)
#544C38
(84,76,56)
#403A2C
(64,58,44)
#2C2820
(44,40,32)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #E0CA8C

#E0CA8C
(224,202,140)
#E2CE96
(226,206,150)
#E4D2A0
(228,210,160)
#E6D6AA
(230,214,170)
#E8DAB4
(232,218,180)
#EADEBE
(234,222,190)
#ECE2C8
(236,226,200)
#EEE6D2
(238,230,210)
#F0EADC
(240,234,220)
#F2EEE6
(242,238,230)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CA8C; }

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

This text font color is #E0CA8C.


Background Color

.myBgColor { background-color: #E0CA8C; }

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

This div background color is #E0CA8C.


Border color

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

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

This div border color is #E0CA8C.


Opacity

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

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

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

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

This text has shadow with #E0CA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CA8C on black background.


Color preview on white background

This text has color #E0CA8C on white background.



Black color preview on #E0CA8C background

This text has black color on #E0CA8C background.


White color preview on #E0CA8C background

This text has white color on #E0CA8C background.