Shades of Dark Salmon #ED9870
Tints of Dark Salmon #ED9870
RGB
CMYK
RGB Variations
Color information
#ED9870 (or 0xED9870) is known color: Dark Salmon. HEX triplet: ED, 98 and 70. RGB value is (237,152,112). Sum of RGB (Red+Green+Blue) = 237+152+112=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9870 is #12678F. Grayscale: #ADADAD. Windows color (decimal): -1206160 or 7379181. OLE color: 7379181.
HSL color Cylindrical-coordinate representation of color #ED9870: hue angle of 19.2º 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 #ED9870 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 112 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.07 |
| HSL | 19.2º | 0.78% | 0.68% | - |
| HSV(B) | 19.2º | 0.53% | 0.93% | - |
| XYZ | 49.08 | 41.63 | 20.78 | - |
| YUV | 172.86 | 93.66 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 112 | 0 | 0.36 | 0.53 | 0.07 | 19.2 | 0.78 | 0.68 |
| Hex | ED | 98 | 70 | 0 | 24 | 35 | 7 | 13 | 4E | 44 |
| Octal | 355 | 230 | 160 | 0 | 44 | 65 | 7 | 23 | 116 | 104 |
| Binary | 11101101 | 10011000 | 1110000 | 0 | 100100 | 110101 | 111 | 10011 | 1001110 | 1000100 |
Color Harmonies of #ED9870
Complementary color
Monochromatic Colors of #ED9870
Black with #ED9870
Text Example
Text Example
White with #ED9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9870; }
p { color: rgb(237,152,112); }
H1.HeaderClassName
{
color: #ED9870;
}
.AnyTagClassName
{
color: #ED9870;
}
</style>
background-color css
<style>
a { background-color: #ED9870; }
a { background-color: rgb(237,152,112); }
div.DivClassName
{
background-color: #ED9870;
}
.BgClassName
{
background-color: #ED9870;
}
</style>
border-color css
<style>
span { border-color: #ED9870; }
span { border-color: rgb(237,152,112); }
td.TdClassName
{
border-color: #ED9870;
}
.TagClassName
{
border-color: #ED9870;
}
</style>