COLOR #E0C192

HEX: #E0C192
RGB: (224,193,146)

Color info

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

RGB color model

#E0C192 color RGB value is (224,193,146).

  • red value is 224;
  • green value is 193;
  • blue value is 146.
RGB:
(224,193,146)
(88%,76%,57%)

RGB channels and saturation

R 224 of 255 = 88%
G 193 of 255 = 76%
B 146 of 255 = 57%

224
193
146

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

Portions of RGB colors in percentages

R + G + B =
224 + 193 + 146 = 563 (100%)
R 224 of 563 ~ 39.79%
G 193 of 563 ~ 34.28%
B 146 of 563 ~ 25.93%

%39.79
%34.28
%25.93

CMYK color model

#E0C192 color CMYK value is (0,14,35,12).

  • cyan value is 0.00%
  • magenta value is 13.84%
  • yellow value is 34.82%
  • key color value is 12.16%
CMYK:
(0,14,35,12)
C0M14Y35K12 
(0%,14%,35%,12%)
(0.00/0.14/0.35/0.12)	

CMYK percentages

%0
%13.84
%34.82
%12.16

Codes

Color #E0C192 in popluar color models

E0C192
RGB224193146
HSL36°55.71%72.55%
HSB/HSV36°34.82%87.84%
CMYK0.00%13.84%34.82%
12.16%

Color #E0C192 in popluar number systems.

HEXE0C192
Decimal224193146
Binary111000001100000110010010
Octal340301222

Shades and tints

Shades of #E0C192

#E0C192
(224,193,146)
#CCB085
(204,176,133)
#B89F78
(184,159,120)
#A48E6B
(164,142,107)
#907D5E
(144,125,94)
#7C6C51
(124,108,81)
#685B44
(104,91,68)
#544A37
(84,74,55)
#40392A
(64,57,42)
#2C281D
(44,40,29)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #E0C192

#E0C192
(224,193,146)
#E2C69B
(226,198,155)
#E4CBA4
(228,203,164)
#E6D0AD
(230,208,173)
#E8D5B6
(232,213,182)
#EADABF
(234,218,191)
#ECDFC8
(236,223,200)
#EEE4D1
(238,228,209)
#F0E9DA
(240,233,218)
#F2EEE3
(242,238,227)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C192 color. Also use rgb(224,193,146) instead hex code.

Text Font Color

.myTextColor { color: #E0C192; }

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

This text font color is #E0C192.


Background Color

.myBgColor { background-color: #E0C192; }

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

This div background color is #E0C192.


Border color

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

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

This div border color is #E0C192.


Opacity

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

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

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

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

This text has shadow with #E0C192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C192 on black background.


Color preview on white background

This text has color #E0C192 on white background.



Black color preview on #E0C192 background

This text has black color on #E0C192 background.


White color preview on #E0C192 background

This text has white color on #E0C192 background.