#E19970

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

Shades of Dark Salmon #E19970

Tints of Dark Salmon #E19970

Color information

#E19970 (or 0xE19970) is unknown color: approx Dark Salmon. HEX triplet: E1, 99 and 70. RGB value is (225,153,112). Sum of RGB (Red+Green+Blue) = 225+153+112=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E19970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19970 is #1E668F. Grayscale: #AAAAAA. Windows color (decimal): -1992336 or 7379425. OLE color: 7379425.

HSL color Cylindrical-coordinate representation of color #E19970: hue angle of 21.77º 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 #E19970 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225153112-
CMYK00.320.500.12
HSL21.77º65.32%66.08%-
HSV(B)21.77º50.22%88.24%-
XYZ45.3739.9620.65-
YUV169.8595.35167.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 112 (44.14% from 255) = 22.86%
R=45.92%
G=31.22%
B=22.86%

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
Decimal22515311200.320.500.1221.7765.3266.08
HexE1997002032C164142
Octal341231160040621426101102
Binary11100001100110011110000010000011001011001011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19970; }

 p { color: rgb(225,153,112); }

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

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

 a { background-color: rgb(225,153,112); }

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

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

 span { border-color: rgb(225,153,112); }

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