COLOR #E0C288

HEX: #E0C288
RGB: (224,194,136)

Color info

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

RGB color model

#E0C288 color RGB value is (224,194,136).

  • red value is 224;
  • green value is 194;
  • blue value is 136.
RGB:
(224,194,136)
(88%,76%,53%)

RGB channels and saturation

R 224 of 255 = 88%
G 194 of 255 = 76%
B 136 of 255 = 53%

224
194
136

R + G + B ~ 72%. #E0C288 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 194 + 136 = 554 (100%)
R 224 of 554 ~ 40.43%
G 194 of 554 ~ 35.02%
B 136 of 554 ~ 24.55%

%40.43
%35.02
%24.55

CMYK color model

#E0C288 color CMYK value is (0,13,39,12).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 39.29%
  • key color value is 12.16%
CMYK:
(0,13,39,12)
C0M13Y39K12 
(0%,13%,39%,12%)
(0.00/0.13/0.39/0.12)	

CMYK percentages

%0
%13.39
%39.29
%12.16

Codes

Color #E0C288 in popluar color models

E0C288
RGB224194136
HSL40°58.67%70.59%
HSB/HSV40°39.29%87.84%
CMYK0.00%13.39%39.29%
12.16%

Color #E0C288 in popluar number systems.

HEXE0C288
Decimal224194136
Binary111000001100001010001000
Octal340302210

Shades and tints

Shades of #E0C288

#E0C288
(224,194,136)
#CCB17C
(204,177,124)
#B8A070
(184,160,112)
#A48F64
(164,143,100)
#907E58
(144,126,88)
#7C6D4C
(124,109,76)
#685C40
(104,92,64)
#544B34
(84,75,52)
#403A28
(64,58,40)
#2C291C
(44,41,28)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #E0C288

#E0C288
(224,194,136)
#E2C792
(226,199,146)
#E4CC9C
(228,204,156)
#E6D1A6
(230,209,166)
#E8D6B0
(232,214,176)
#EADBBA
(234,219,186)
#ECE0C4
(236,224,196)
#EEE5CE
(238,229,206)
#F0EAD8
(240,234,216)
#F2EFE2
(242,239,226)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C288 color. Also use rgb(224,194,136) instead hex code.

Text Font Color

.myTextColor { color: #E0C288; }

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

This text font color is #E0C288.


Background Color

.myBgColor { background-color: #E0C288; }

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

This div background color is #E0C288.


Border color

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

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

This div border color is #E0C288.


Opacity

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

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

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

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

This text has shadow with #E0C288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C288 on black background.


Color preview on white background

This text has color #E0C288 on white background.



Black color preview on #E0C288 background

This text has black color on #E0C288 background.


White color preview on #E0C288 background

This text has white color on #E0C288 background.