COLOR #E19F56

HEX: #E19F56
RGB: (225,159,86)

Color info

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

RGB color model

#E19F56 color RGB value is (225,159,86).

  • red value is 225;
  • green value is 159;
  • blue value is 86.
RGB:
(225,159,86)
(88%,62%,34%)

RGB channels and saturation

R 225 of 255 = 88%
G 159 of 255 = 62%
B 86 of 255 = 34%

225
159
86

R + G + B ~ 61%. #E19F56 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 159 + 86 = 470 (100%)
R 225 of 470 ~ 47.87%
G 159 of 470 ~ 33.83%
B 86 of 470 ~ 18.3%

%47.87
%33.83
%18.3

CMYK color model

#E19F56 color CMYK value is (0,29,62,12).

  • cyan value is 0.00%
  • magenta value is 29.33%
  • yellow value is 61.78%
  • key color value is 11.76%
CMYK:
(0,29,62,12)
C0M29Y62K12 
(0%,29%,62%,12%)
(0.00/0.29/0.62/0.12)	

CMYK percentages

%0
%29.33
%61.78
%11.76

Codes

Color #E19F56 in popluar color models

E19F56
RGB22515986
HSL32°69.85%60.98%
HSB/HSV32°61.78%88.24%
CMYK0.00%29.33%61.78%
11.76%

Color #E19F56 in popluar number systems.

HEXE19F56
Decimal22515986
Binary11100001100111111010110
Octal341237126

Shades and tints

Shades of #E19F56

#E19F56
(225,159,86)
#CD914F
(205,145,79)
#B98348
(185,131,72)
#A57541
(165,117,65)
#91673A
(145,103,58)
#7D5933
(125,89,51)
#694B2C
(105,75,44)
#553D25
(85,61,37)
#412F1E
(65,47,30)
#2D2117
(45,33,23)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #E19F56

#E19F56
(225,159,86)
#E3A765
(227,167,101)
#E5AF74
(229,175,116)
#E7B783
(231,183,131)
#E9BF92
(233,191,146)
#EBC7A1
(235,199,161)
#EDCFB0
(237,207,176)
#EFD7BF
(239,215,191)
#F1DFCE
(241,223,206)
#F3E7DD
(243,231,221)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19F56 color. Also use rgb(225,159,86) instead hex code.

Text Font Color

.myTextColor { color: #E19F56; }

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

This text font color is #E19F56.


Background Color

.myBgColor { background-color: #E19F56; }

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

This div background color is #E19F56.


Border color

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

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

This div border color is #E19F56.


Opacity

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

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

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

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

This text has shadow with #E19F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19F56 on black background.


Color preview on white background

This text has color #E19F56 on white background.



Black color preview on #E19F56 background

This text has black color on #E19F56 background.


White color preview on #E19F56 background

This text has white color on #E19F56 background.