COLOR #E0C294

HEX: #E0C294
RGB: (224,194,148)

Color info

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

RGB color model

#E0C294 color RGB value is (224,194,148).

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

RGB channels and saturation

R 224 of 255 = 88%
G 194 of 255 = 76%
B 148 of 255 = 58%

224
194
148

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

Portions of RGB colors in percentages

R + G + B =
224 + 194 + 148 = 566 (100%)
R 224 of 566 ~ 39.58%
G 194 of 566 ~ 34.28%
B 148 of 566 ~ 26.15%

%39.58
%34.28
%26.15

CMYK color model

#E0C294 color CMYK value is (0,13,34,12).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 33.93%
  • key color value is 12.16%
CMYK:
(0,13,34,12)
C0M13Y34K12 
(0%,13%,34%,12%)
(0.00/0.13/0.34/0.12)	

CMYK percentages

%0
%13.39
%33.93
%12.16

Codes

Color #E0C294 in popluar color models

E0C294
RGB224194148
HSL36°55.07%72.94%
HSB/HSV36°33.93%87.84%
CMYK0.00%13.39%33.93%
12.16%

Color #E0C294 in popluar number systems.

HEXE0C294
Decimal224194148
Binary111000001100001010010100
Octal340302224

Shades and tints

Shades of #E0C294

#E0C294
(224,194,148)
#CCB187
(204,177,135)
#B8A07A
(184,160,122)
#A48F6D
(164,143,109)
#907E60
(144,126,96)
#7C6D53
(124,109,83)
#685C46
(104,92,70)
#544B39
(84,75,57)
#403A2C
(64,58,44)
#2C291F
(44,41,31)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #E0C294

#E0C294
(224,194,148)
#E2C79D
(226,199,157)
#E4CCA6
(228,204,166)
#E6D1AF
(230,209,175)
#E8D6B8
(232,214,184)
#EADBC1
(234,219,193)
#ECE0CA
(236,224,202)
#EEE5D3
(238,229,211)
#F0EADC
(240,234,220)
#F2EFE5
(242,239,229)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C294; }

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

This text font color is #E0C294.


Background Color

.myBgColor { background-color: #E0C294; }

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

This div background color is #E0C294.


Border color

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

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

This div border color is #E0C294.


Opacity

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

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

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

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

This text has shadow with #E0C294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C294 on black background.


Color preview on white background

This text has color #E0C294 on white background.



Black color preview on #E0C294 background

This text has black color on #E0C294 background.


White color preview on #E0C294 background

This text has white color on #E0C294 background.