#E19A71

Color #E19A71 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E19A71

Tints of Dark Salmon #E19A71

Color information

#E19A71 (or 0xE19A71) is unknown color: approx Dark Salmon. HEX triplet: E1, 9A and 71. RGB value is (225,154,113). Sum of RGB (Red+Green+Blue) = 225+154+113=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19A71 is #1E658E. Grayscale: #AAAAAA. Windows color (decimal): -1992079 or 7445217. OLE color: 7445217.

HSL color Cylindrical-coordinate representation of color #E19A71: hue angle of 21.96º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E19A71 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225154113-
CMYK00.320.500.12
HSL21.96º65.12%66.27%-
HSV(B)21.96º49.78%88.24%-
XYZ45.5940.3121-
YUV170.5695.52166.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 45.73%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=45.73%
G=31.30%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515411300.320.500.1221.9665.1266.27
HexE19A7102032C164142
Octal341232161040621426101102
Binary11100001100110101110001010000011001011001011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19A71; }

 p { color: rgb(225,154,113); }

 H1.HeaderClassName
 {
   color: #E19A71;
 }
 .AnyTagClassName
 {
   color: #E19A71;
 }
</style>
background-color css

<style>
 a { background-color: #E19A71; }

 a { background-color: rgb(225,154,113); }

 div.DivClassName
 {
   background-color: #E19A71;
 }
 .BgClassName
 {
   background-color: #E19A71;
 }
</style>
border-color css

<style>
 span { border-color: #E19A71; }

 span { border-color: rgb(225,154,113); }

 td.TdClassName
 {
   border-color: #E19A71;
 }
 .TagClassName
 {
   border-color: #E19A71;
 }
</style>