COLOR #E19D5E

HEX: #E19D5E
RGB: (225,157,94)

Color info

#E19D5E contains mainly red color. Web safe color of #E19D5E is #CC9966 (or #C96).

RGB color model

#E19D5E color RGB value is (225,157,94).

  • red value is 225;
  • green value is 157;
  • blue value is 94.
RGB:
(225,157,94)
(88%,62%,37%)

RGB channels and saturation

R 225 of 255 = 88%
G 157 of 255 = 62%
B 94 of 255 = 37%

225
157
94

R + G + B ~ 62%. #E19D5E is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 157 + 94 = 476 (100%)
R 225 of 476 ~ 47.27%
G 157 of 476 ~ 32.98%
B 94 of 476 ~ 19.75%

%47.27
%32.98
%19.75

CMYK color model

#E19D5E color CMYK value is (0,30,58,12).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 58.22%
  • key color value is 11.76%
CMYK:
(0,30,58,12)
C0M30Y58K12 
(0%,30%,58%,12%)
(0.00/0.30/0.58/0.12)	

CMYK percentages

%0
%30.22
%58.22
%11.76

Codes

Color #E19D5E in popluar color models

E19D5E
RGB22515794
HSL29°68.59%62.55%
HSB/HSV29°58.22%88.24%
CMYK0.00%30.22%58.22%
11.76%

Color #E19D5E in popluar number systems.

HEXE19D5E
Decimal22515794
Binary11100001100111011011110
Octal341235136

Shades and tints

Shades of #E19D5E

#E19D5E
(225,157,94)
#CD8F56
(205,143,86)
#B9814E
(185,129,78)
#A57346
(165,115,70)
#91653E
(145,101,62)
#7D5736
(125,87,54)
#69492E
(105,73,46)
#553B26
(85,59,38)
#412D1E
(65,45,30)
#2D1F16
(45,31,22)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #E19D5E

#E19D5E
(225,157,94)
#E3A56C
(227,165,108)
#E5AD7A
(229,173,122)
#E7B588
(231,181,136)
#E9BD96
(233,189,150)
#EBC5A4
(235,197,164)
#EDCDB2
(237,205,178)
#EFD5C0
(239,213,192)
#F1DDCE
(241,221,206)
#F3E5DC
(243,229,220)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19D5E color. Also use rgb(225,157,94) instead hex code.

Text Font Color

.myTextColor { color: #E19D5E; }

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

This text font color is #E19D5E.


Background Color

.myBgColor { background-color: #E19D5E; }

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

This div background color is #E19D5E.


Border color

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

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

This div border color is #E19D5E.


Opacity

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

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

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

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

This text has shadow with #E19D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19D5E on black background.


Color preview on white background

This text has color #E19D5E on white background.



Black color preview on #E19D5E background

This text has black color on #E19D5E background.


White color preview on #E19D5E background

This text has white color on #E19D5E background.