COLOR #E19865

HEX: #E19865
RGB: (225,152,101)

Color info

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

RGB color model

#E19865 color RGB value is (225,152,101).

  • red value is 225;
  • green value is 152;
  • blue value is 101.
RGB:
(225,152,101)
(88%,60%,40%)

RGB channels and saturation

R 225 of 255 = 88%
G 152 of 255 = 60%
B 101 of 255 = 40%

225
152
101

R + G + B ~ 63%. #E19865 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 152 + 101 = 478 (100%)
R 225 of 478 ~ 47.07%
G 152 of 478 ~ 31.8%
B 101 of 478 ~ 21.13%

%47.07
%31.8
%21.13

CMYK color model

#E19865 color CMYK value is (0,32,55,12).

  • cyan value is 0.00%
  • magenta value is 32.44%
  • yellow value is 55.11%
  • key color value is 11.76%
CMYK:
(0,32,55,12)
C0M32Y55K12 
(0%,32%,55%,12%)
(0.00/0.32/0.55/0.12)	

CMYK percentages

%0
%32.44
%55.11
%11.76

Codes

Color #E19865 in popluar color models

E19865
RGB225152101
HSL25°67.39%63.92%
HSB/HSV25°55.11%88.24%
CMYK0.00%32.44%55.11%
11.76%

Color #E19865 in popluar number systems.

HEXE19865
Decimal225152101
Binary11100001100110001100101
Octal341230145

Shades and tints

Shades of #E19865

#E19865
(225,152,101)
#CD8B5C
(205,139,92)
#B97E53
(185,126,83)
#A5714A
(165,113,74)
#916441
(145,100,65)
#7D5738
(125,87,56)
#694A2F
(105,74,47)
#553D26
(85,61,38)
#41301D
(65,48,29)
#2D2314
(45,35,20)
#19160B
(25,22,11)
#000000
(0,0,0)

Tints of #E19865

#E19865
(225,152,101)
#E3A173
(227,161,115)
#E5AA81
(229,170,129)
#E7B38F
(231,179,143)
#E9BC9D
(233,188,157)
#EBC5AB
(235,197,171)
#EDCEB9
(237,206,185)
#EFD7C7
(239,215,199)
#F1E0D5
(241,224,213)
#F3E9E3
(243,233,227)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19865 color. Also use rgb(225,152,101) instead hex code.

Text Font Color

.myTextColor { color: #E19865; }

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

This text font color is #E19865.


Background Color

.myBgColor { background-color: #E19865; }

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

This div background color is #E19865.


Border color

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

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

This div border color is #E19865.


Opacity

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

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

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

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

This text has shadow with #E19865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19865 on black background.


Color preview on white background

This text has color #E19865 on white background.



Black color preview on #E19865 background

This text has black color on #E19865 background.


White color preview on #E19865 background

This text has white color on #E19865 background.