Shades of Dark Salmon #ED8F71
Tints of Dark Salmon #ED8F71
RGB
CMYK
RGB Variations
Color information
#ED8F71 (or 0xED8F71) is known color: Dark Salmon. HEX triplet: ED, 8F and 71. RGB value is (237,143,113). Sum of RGB (Red+Green+Blue) = 237+143+113=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F71 is #12708E. Grayscale: #A7A7A7. Windows color (decimal): -1208463 or 7442413. OLE color: 7442413.
HSL color Cylindrical-coordinate representation of color #ED8F71: hue angle of 14.52º 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 #ED8F71 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 113 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.07 |
| HSL | 14.52º | 0.78% | 0.69% | - |
| HSV(B) | 14.52º | 0.52% | 0.93% | - |
| XYZ | 47.73 | 38.84 | 20.6 | - |
| YUV | 167.69 | 97.14 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 113 | 0 | 0.40 | 0.52 | 0.07 | 14.52 | 0.78 | 0.69 |
| Hex | ED | 8F | 71 | 0 | 28 | 34 | 7 | F | 4E | 45 |
| Octal | 355 | 217 | 161 | 0 | 50 | 64 | 7 | 17 | 116 | 105 |
| Binary | 11101101 | 10001111 | 1110001 | 0 | 101000 | 110100 | 111 | 1111 | 1001110 | 1000101 |
Color Harmonies of #ED8F71
Complementary color
Monochromatic Colors of #ED8F71
Black with #ED8F71
Text Example
Text Example
White with #ED8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F71; }
p { color: rgb(237,143,113); }
H1.HeaderClassName
{
color: #ED8F71;
}
.AnyTagClassName
{
color: #ED8F71;
}
</style>
background-color css
<style>
a { background-color: #ED8F71; }
a { background-color: rgb(237,143,113); }
div.DivClassName
{
background-color: #ED8F71;
}
.BgClassName
{
background-color: #ED8F71;
}
</style>
border-color css
<style>
span { border-color: #ED8F71; }
span { border-color: rgb(237,143,113); }
td.TdClassName
{
border-color: #ED8F71;
}
.TagClassName
{
border-color: #ED8F71;
}
</style>