#ED9F79

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

Shades of Dark Salmon #ED9F79

Tints of Dark Salmon #ED9F79

Color information

#ED9F79 (or 0xED9F79) is unknown color: approx Dark Salmon. HEX triplet: ED, 9F and 79. RGB value is (237,159,121). Sum of RGB (Red+Green+Blue) = 237+159+121=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9F79 is #126086. Grayscale: #B2B2B2. Windows color (decimal): -1204359 or 7970797. OLE color: 7970797.

HSL color Cylindrical-coordinate representation of color #ED9F79: hue angle of 19.66º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED9F79 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237159121-
CMYK00.330.490.07
HSL19.66º76.32%70.2%-
HSV(B)19.66º48.95%92.94%-
XYZ50.7744.1823.94-
YUV177.9995.84170.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 121 (47.66% from 255) = 23.40%
R=45.84%
G=30.75%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715912100.330.490.0719.6676.3270.2
HexED9F79021317144c46
Octal35523717104161724114106
Binary1110110110011111111100101000011100011111010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9F79; }

 p { color: rgb(237,159,121); }

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

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

 a { background-color: rgb(237,159,121); }

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

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

 span { border-color: rgb(237,159,121); }

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