Shades of Dark Salmon #ED9570
Tints of Dark Salmon #ED9570
RGB
CMYK
RGB Variations
Color information
#ED9570 (or 0xED9570) is known color: Dark Salmon. HEX triplet: ED, 95 and 70. RGB value is (237,149,112). Sum of RGB (Red+Green+Blue) = 237+149+112=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9570 is #126A8F. Grayscale: #ABABAB. Windows color (decimal): -1206928 or 7378413. OLE color: 7378413.
HSL color Cylindrical-coordinate representation of color #ED9570: hue angle of 17.76º 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 #ED9570 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 112 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.07 |
| HSL | 17.76º | 0.78% | 0.68% | - |
| HSV(B) | 17.76º | 0.53% | 0.93% | - |
| XYZ | 48.6 | 40.67 | 20.62 | - |
| YUV | 171.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 112 | 0 | 0.37 | 0.53 | 0.07 | 17.76 | 0.78 | 0.68 |
| Hex | ED | 95 | 70 | 0 | 25 | 35 | 7 | 12 | 4E | 44 |
| Octal | 355 | 225 | 160 | 0 | 45 | 65 | 7 | 22 | 116 | 104 |
| Binary | 11101101 | 10010101 | 1110000 | 0 | 100101 | 110101 | 111 | 10010 | 1001110 | 1000100 |
Color Harmonies of #ED9570
Complementary color
Monochromatic Colors of #ED9570
Black with #ED9570
Text Example
Text Example
White with #ED9570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9570; }
p { color: rgb(237,149,112); }
H1.HeaderClassName
{
color: #ED9570;
}
.AnyTagClassName
{
color: #ED9570;
}
</style>
background-color css
<style>
a { background-color: #ED9570; }
a { background-color: rgb(237,149,112); }
div.DivClassName
{
background-color: #ED9570;
}
.BgClassName
{
background-color: #ED9570;
}
</style>
border-color css
<style>
span { border-color: #ED9570; }
span { border-color: rgb(237,149,112); }
td.TdClassName
{
border-color: #ED9570;
}
.TagClassName
{
border-color: #ED9570;
}
</style>