#E19370

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

Shades of Dark Salmon #E19370

Tints of Dark Salmon #E19370

Color information

#E19370 (or 0xE19370) is unknown color: approx Dark Salmon. HEX triplet: E1, 93 and 70. RGB value is (225,147,112). Sum of RGB (Red+Green+Blue) = 225+147+112=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E19370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19370 is #1E6C8F. Grayscale: #A6A6A6. Windows color (decimal): -1993872 or 7377889. OLE color: 7377889.

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

Color convert

RGB225147112-
CMYK00.350.500.12
HSL18.58º65.32%66.08%-
HSV(B)18.58º50.22%88.24%-
XYZ44.4138.0420.33-
YUV166.3397.34169.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.49%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=46.49%
G=30.37%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514711200.350.500.1218.5865.3266.08
HexE1937002332C134142
Octal341223160043621423101102
Binary11100001100100111110000010001111001011001001110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19370; }

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

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

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

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

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

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

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

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