#E19678

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

Shades of Dark Salmon #E19678

Tints of Dark Salmon #E19678

Color information

#E19678 (or 0xE19678) is unknown color: approx Dark Salmon. HEX triplet: E1, 96 and 78. RGB value is (225,150,120). Sum of RGB (Red+Green+Blue) = 225+150+120=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E19678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19678 is #1E6987. Grayscale: #A9A9A9. Windows color (decimal): -1993096 or 7902945. OLE color: 7902945.

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

Color convert

RGB225150120-
CMYK00.330.470.12
HSL17.14º63.64%67.65%-
HSV(B)17.14º46.67%88.24%-
XYZ45.3539.1822.94-
YUV169100.35167.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=45.45%
G=30.30%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515012000.330.470.1217.1463.6467.65
HexE196780212FC114044
Octal341226170041571421100104
Binary11100001100101101111000010000110111111001000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19678; }

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

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

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

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

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

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

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

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