Shades of Dark Salmon #ED8A70
Tints of Dark Salmon #ED8A70
RGB
CMYK
RGB Variations
Color information
#ED8A70 (or 0xED8A70) is known color: Dark Salmon. HEX triplet: ED, 8A and 70. RGB value is (237,138,112). Sum of RGB (Red+Green+Blue) = 237+138+112=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A70 is #12758F. Grayscale: #A4A4A4. Windows color (decimal): -1209744 or 7375597. OLE color: 7375597.
HSL color Cylindrical-coordinate representation of color #ED8A70: hue angle of 12.48º 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 #ED8A70 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 112 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.07 |
| HSL | 12.48º | 0.78% | 0.68% | - |
| HSV(B) | 12.48º | 0.53% | 0.93% | - |
| XYZ | 46.94 | 37.35 | 20.06 | - |
| YUV | 164.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 112 | 0 | 0.42 | 0.53 | 0.07 | 12.48 | 0.78 | 0.68 |
| Hex | ED | 8A | 70 | 0 | 2A | 35 | 7 | C | 4E | 44 |
| Octal | 355 | 212 | 160 | 0 | 52 | 65 | 7 | 14 | 116 | 104 |
| Binary | 11101101 | 10001010 | 1110000 | 0 | 101010 | 110101 | 111 | 1100 | 1001110 | 1000100 |
Color Harmonies of #ED8A70
Complementary color
Monochromatic Colors of #ED8A70
Black with #ED8A70
Text Example
Text Example
White with #ED8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A70; }
p { color: rgb(237,138,112); }
H1.HeaderClassName
{
color: #ED8A70;
}
.AnyTagClassName
{
color: #ED8A70;
}
</style>
background-color css
<style>
a { background-color: #ED8A70; }
a { background-color: rgb(237,138,112); }
div.DivClassName
{
background-color: #ED8A70;
}
.BgClassName
{
background-color: #ED8A70;
}
</style>
border-color css
<style>
span { border-color: #ED8A70; }
span { border-color: rgb(237,138,112); }
td.TdClassName
{
border-color: #ED8A70;
}
.TagClassName
{
border-color: #ED8A70;
}
</style>