Shades of Dark Salmon #ED8D71
Tints of Dark Salmon #ED8D71
RGB
CMYK
RGB Variations
Color information
#ED8D71 (or 0xED8D71) is known color: Dark Salmon. HEX triplet: ED, 8D and 71. RGB value is (237,141,113). Sum of RGB (Red+Green+Blue) = 237+141+113=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D71 is #12728E. Grayscale: #A6A6A6. Windows color (decimal): -1208975 or 7441901. OLE color: 7441901.
HSL color Cylindrical-coordinate representation of color #ED8D71: hue angle of 13.55º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED8D71 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 113 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.07 |
| HSL | 13.55º | 0.78% | 0.69% | - |
| HSV(B) | 13.55º | 0.52% | 0.93% | - |
| XYZ | 47.43 | 38.25 | 20.51 | - |
| YUV | 166.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 113 | 0 | 0.41 | 0.52 | 0.07 | 13.55 | 0.78 | 0.69 |
| Hex | ED | 8D | 71 | 0 | 29 | 34 | 7 | E | 4E | 45 |
| Octal | 355 | 215 | 161 | 0 | 51 | 64 | 7 | 16 | 116 | 105 |
| Binary | 11101101 | 10001101 | 1110001 | 0 | 101001 | 110100 | 111 | 1110 | 1001110 | 1000101 |
Color Harmonies of #ED8D71
Complementary color
Monochromatic Colors of #ED8D71
Black with #ED8D71
Text Example
Text Example
White with #ED8D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D71; }
p { color: rgb(237,141,113); }
H1.HeaderClassName
{
color: #ED8D71;
}
.AnyTagClassName
{
color: #ED8D71;
}
</style>
background-color css
<style>
a { background-color: #ED8D71; }
a { background-color: rgb(237,141,113); }
div.DivClassName
{
background-color: #ED8D71;
}
.BgClassName
{
background-color: #ED8D71;
}
</style>
border-color css
<style>
span { border-color: #ED8D71; }
span { border-color: rgb(237,141,113); }
td.TdClassName
{
border-color: #ED8D71;
}
.TagClassName
{
border-color: #ED8D71;
}
</style>