Shades of Dark Salmon #ED9A70
Tints of Dark Salmon #ED9A70
RGB
CMYK
RGB Variations
Color information
#ED9A70 (or 0xED9A70) is known color: Dark Salmon. HEX triplet: ED, 9A and 70. RGB value is (237,154,112). Sum of RGB (Red+Green+Blue) = 237+154+112=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9A70 is #12658F. Grayscale: #AEAEAE. Windows color (decimal): -1205648 or 7379693. OLE color: 7379693.
HSL color Cylindrical-coordinate representation of color #ED9A70: hue angle of 20.16º 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 #ED9A70 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 112 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.07 |
| HSL | 20.16º | 0.78% | 0.68% | - |
| HSV(B) | 20.16º | 0.53% | 0.93% | - |
| XYZ | 49.41 | 42.29 | 20.89 | - |
| YUV | 174.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 112 | 0 | 0.35 | 0.53 | 0.07 | 20.16 | 0.78 | 0.68 |
| Hex | ED | 9A | 70 | 0 | 23 | 35 | 7 | 14 | 4E | 44 |
| Octal | 355 | 232 | 160 | 0 | 43 | 65 | 7 | 24 | 116 | 104 |
| Binary | 11101101 | 10011010 | 1110000 | 0 | 100011 | 110101 | 111 | 10100 | 1001110 | 1000100 |
Color Harmonies of #ED9A70
Complementary color
Monochromatic Colors of #ED9A70
Black with #ED9A70
Text Example
Text Example
White with #ED9A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9A70; }
p { color: rgb(237,154,112); }
H1.HeaderClassName
{
color: #ED9A70;
}
.AnyTagClassName
{
color: #ED9A70;
}
</style>
background-color css
<style>
a { background-color: #ED9A70; }
a { background-color: rgb(237,154,112); }
div.DivClassName
{
background-color: #ED9A70;
}
.BgClassName
{
background-color: #ED9A70;
}
</style>
border-color css
<style>
span { border-color: #ED9A70; }
span { border-color: rgb(237,154,112); }
td.TdClassName
{
border-color: #ED9A70;
}
.TagClassName
{
border-color: #ED9A70;
}
</style>