COLOR #E0C285

HEX: #E0C285
RGB: (224,194,133)

Color info

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

RGB color model

#E0C285 color RGB value is (224,194,133).

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

RGB channels and saturation

R 224 of 255 = 88%
G 194 of 255 = 76%
B 133 of 255 = 52%

224
194
133

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

Portions of RGB colors in percentages

R + G + B =
224 + 194 + 133 = 551 (100%)
R 224 of 551 ~ 40.65%
G 194 of 551 ~ 35.21%
B 133 of 551 ~ 24.14%

%40.65
%35.21
%24.14

CMYK color model

#E0C285 color CMYK value is (0,13,41,12).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 40.63%
  • key color value is 12.16%
CMYK:
(0,13,41,12)
C0M13Y41K12 
(0%,13%,41%,12%)
(0.00/0.13/0.41/0.12)	

CMYK percentages

%0
%13.39
%40.63
%12.16

Codes

Color #E0C285 in popluar color models

E0C285
RGB224194133
HSL40°59.48%70.00%
HSB/HSV40°40.63%87.84%
CMYK0.00%13.39%40.63%
12.16%

Color #E0C285 in popluar number systems.

HEXE0C285
Decimal224194133
Binary111000001100001010000101
Octal340302205

Shades and tints

Shades of #E0C285

#E0C285
(224,194,133)
#CCB179
(204,177,121)
#B8A06D
(184,160,109)
#A48F61
(164,143,97)
#907E55
(144,126,85)
#7C6D49
(124,109,73)
#685C3D
(104,92,61)
#544B31
(84,75,49)
#403A25
(64,58,37)
#2C2919
(44,41,25)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #E0C285

#E0C285
(224,194,133)
#E2C790
(226,199,144)
#E4CC9B
(228,204,155)
#E6D1A6
(230,209,166)
#E8D6B1
(232,214,177)
#EADBBC
(234,219,188)
#ECE0C7
(236,224,199)
#EEE5D2
(238,229,210)
#F0EADD
(240,234,221)
#F2EFE8
(242,239,232)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C285; }

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

This text font color is #E0C285.


Background Color

.myBgColor { background-color: #E0C285; }

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

This div background color is #E0C285.


Border color

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

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

This div border color is #E0C285.


Opacity

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

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

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

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

This text has shadow with #E0C285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C285 on black background.


Color preview on white background

This text has color #E0C285 on white background.



Black color preview on #E0C285 background

This text has black color on #E0C285 background.


White color preview on #E0C285 background

This text has white color on #E0C285 background.