COLOR #E19078

HEX: #E19078
RGB: (225,144,120)

Color info

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

RGB color model

#E19078 color RGB value is (225,144,120).

  • red value is 225;
  • green value is 144;
  • blue value is 120.
RGB:
(225,144,120)
(88%,56%,47%)

RGB channels and saturation

R 225 of 255 = 88%
G 144 of 255 = 56%
B 120 of 255 = 47%

225
144
120

R + G + B ~ 64%. #E19078 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 144 + 120 = 489 (100%)
R 225 of 489 ~ 46.01%
G 144 of 489 ~ 29.45%
B 120 of 489 ~ 24.54%

%46.01
%29.45
%24.54

CMYK color model

#E19078 color CMYK value is (0,36,47,12).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 46.67%
  • key color value is 11.76%
CMYK:
(0,36,47,12)
C0M36Y47K12 
(0%,36%,47%,12%)
(0.00/0.36/0.47/0.12)	

CMYK percentages

%0
%36
%46.67
%11.76

Codes

Color #E19078 in popluar color models

E19078
RGB225144120
HSL14°63.64%67.65%
HSB/HSV14°46.67%88.24%
CMYK0.00%36.00%46.67%
11.76%

Color #E19078 in popluar number systems.

HEXE19078
Decimal225144120
Binary11100001100100001111000
Octal341220170

Shades and tints

Shades of #E19078

#E19078
(225,144,120)
#CD836E
(205,131,110)
#B97664
(185,118,100)
#A5695A
(165,105,90)
#915C50
(145,92,80)
#7D4F46
(125,79,70)
#69423C
(105,66,60)
#553532
(85,53,50)
#412828
(65,40,40)
#2D1B1E
(45,27,30)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #E19078

#E19078
(225,144,120)
#E39A84
(227,154,132)
#E5A490
(229,164,144)
#E7AE9C
(231,174,156)
#E9B8A8
(233,184,168)
#EBC2B4
(235,194,180)
#EDCCC0
(237,204,192)
#EFD6CC
(239,214,204)
#F1E0D8
(241,224,216)
#F3EAE4
(243,234,228)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E19078 color. Also use rgb(225,144,120) instead hex code.

Text Font Color

.myTextColor { color: #E19078; }

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

This text font color is #E19078.


Background Color

.myBgColor { background-color: #E19078; }

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

This div background color is #E19078.


Border color

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

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

This div border color is #E19078.


Opacity

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

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

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

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

This text has shadow with #E19078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E19078 on black background.


Color preview on white background

This text has color #E19078 on white background.



Black color preview on #E19078 background

This text has black color on #E19078 background.


White color preview on #E19078 background

This text has white color on #E19078 background.