Shades of Dark Salmon #ED8D75
Tints of Dark Salmon #ED8D75
RGB
CMYK
RGB Variations
Color information
#ED8D75 (or 0xED8D75) is known color: Dark Salmon. HEX triplet: ED, 8D and 75. RGB value is (237,141,117). Sum of RGB (Red+Green+Blue) = 237+141+117=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D75 is #12728A. Grayscale: #A7A7A7. Windows color (decimal): -1208971 or 7704045. OLE color: 7704045.
HSL color Cylindrical-coordinate representation of color #ED8D75: hue angle of 12º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED8D75 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 117 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.07 |
| HSL | 12º | 0.77% | 0.69% | - |
| HSV(B) | 12º | 0.51% | 0.93% | - |
| XYZ | 47.66 | 38.34 | 21.72 | - |
| YUV | 166.97 | 99.8 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 117 | 0 | 0.41 | 0.51 | 0.07 | 12 | 0.77 | 0.69 |
| Hex | ED | 8D | 75 | 0 | 29 | 33 | 7 | C | 4D | 45 |
| Octal | 355 | 215 | 165 | 0 | 51 | 63 | 7 | 14 | 115 | 105 |
| Binary | 11101101 | 10001101 | 1110101 | 0 | 101001 | 110011 | 111 | 1100 | 1001101 | 1000101 |
Color Harmonies of #ED8D75
Complementary color
Monochromatic Colors of #ED8D75
Black with #ED8D75
Text Example
Text Example
White with #ED8D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D75; }
p { color: rgb(237,141,117); }
H1.HeaderClassName
{
color: #ED8D75;
}
.AnyTagClassName
{
color: #ED8D75;
}
</style>
background-color css
<style>
a { background-color: #ED8D75; }
a { background-color: rgb(237,141,117); }
div.DivClassName
{
background-color: #ED8D75;
}
.BgClassName
{
background-color: #ED8D75;
}
</style>
border-color css
<style>
span { border-color: #ED8D75; }
span { border-color: rgb(237,141,117); }
td.TdClassName
{
border-color: #ED8D75;
}
.TagClassName
{
border-color: #ED8D75;
}
</style>