#E19478

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

Shades of Dark Salmon #E19478

Tints of Dark Salmon #E19478

Color information

#E19478 (or 0xE19478) is unknown color: approx Dark Salmon. HEX triplet: E1, 94 and 78. RGB value is (225,148,120). Sum of RGB (Red+Green+Blue) = 225+148+120=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E19478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19478 is #1E6B87. Grayscale: #A8A8A8. Windows color (decimal): -1993608 or 7902433. OLE color: 7902433.

HSL color Cylindrical-coordinate representation of color #E19478: hue angle of 16º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E19478 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB225148120-
CMYK00.340.470.12
HSL16º63.64%67.65%-
HSV(B)16º46.67%88.24%-
XYZ45.0338.5422.84-
YUV167.83101.01168.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.64%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=45.64%
G=30.02%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514812000.340.470.121663.6467.65
HexE194780222FC104044
Octal341224170042571420100104
Binary11100001100101001111000010001010111111001000010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19478; }

 p { color: rgb(225,148,120); }

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

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

 a { background-color: rgb(225,148,120); }

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

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

 span { border-color: rgb(225,148,120); }

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