Shades of Dark Salmon #ED9970
Tints of Dark Salmon #ED9970
RGB
CMYK
RGB Variations
Color information
#ED9970 (or 0xED9970) is known color: Dark Salmon. HEX triplet: ED, 99 and 70. RGB value is (237,153,112). Sum of RGB (Red+Green+Blue) = 237+153+112=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9970 is #12668F. Grayscale: #ADADAD. Windows color (decimal): -1205904 or 7379437. OLE color: 7379437.
HSL color Cylindrical-coordinate representation of color #ED9970: hue angle of 19.68º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED9970 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 112 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.07 |
| HSL | 19.68º | 0.78% | 0.68% | - |
| HSV(B) | 19.68º | 0.53% | 0.93% | - |
| XYZ | 49.24 | 41.96 | 20.83 | - |
| YUV | 173.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 112 | 0 | 0.35 | 0.53 | 0.07 | 19.68 | 0.78 | 0.68 |
| Hex | ED | 99 | 70 | 0 | 23 | 35 | 7 | 14 | 4E | 44 |
| Octal | 355 | 231 | 160 | 0 | 43 | 65 | 7 | 24 | 116 | 104 |
| Binary | 11101101 | 10011001 | 1110000 | 0 | 100011 | 110101 | 111 | 10100 | 1001110 | 1000100 |
Color Harmonies of #ED9970
Complementary color
Monochromatic Colors of #ED9970
Black with #ED9970
Text Example
Text Example
White with #ED9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9970; }
p { color: rgb(237,153,112); }
H1.HeaderClassName
{
color: #ED9970;
}
.AnyTagClassName
{
color: #ED9970;
}
</style>
background-color css
<style>
a { background-color: #ED9970; }
a { background-color: rgb(237,153,112); }
div.DivClassName
{
background-color: #ED9970;
}
.BgClassName
{
background-color: #ED9970;
}
</style>
border-color css
<style>
span { border-color: #ED9970; }
span { border-color: rgb(237,153,112); }
td.TdClassName
{
border-color: #ED9970;
}
.TagClassName
{
border-color: #ED9970;
}
</style>