Shades of Dark Salmon #EF8F73
Tints of Dark Salmon #EF8F73
RGB
CMYK
RGB Variations
Color information
#EF8F73 (or 0xEF8F73) is known color: Dark Salmon. HEX triplet: EF, 8F and 73. RGB value is (239,143,115). Sum of RGB (Red+Green+Blue) = 239+143+115=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F73 is #10708C. Grayscale: #A8A8A8. Windows color (decimal): -1077389 or 7573487. OLE color: 7573487.
HSL color Cylindrical-coordinate representation of color #EF8F73: hue angle of 13.55º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF8F73 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 115 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.06 |
| HSL | 13.55º | 0.79% | 0.69% | - |
| HSV(B) | 13.55º | 0.52% | 0.94% | - |
| XYZ | 48.51 | 39.23 | 21.24 | - |
| YUV | 168.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 115 | 0 | 0.40 | 0.52 | 0.06 | 13.55 | 0.79 | 0.69 |
| Hex | EF | 8F | 73 | 0 | 28 | 34 | 6 | E | 4F | 45 |
| Octal | 357 | 217 | 163 | 0 | 50 | 64 | 6 | 16 | 117 | 105 |
| Binary | 11101111 | 10001111 | 1110011 | 0 | 101000 | 110100 | 110 | 1110 | 1001111 | 1000101 |
Color Harmonies of #EF8F73
Complementary color
Monochromatic Colors of #EF8F73
Black with #EF8F73
Text Example
Text Example
White with #EF8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F73; }
p { color: rgb(239,143,115); }
H1.HeaderClassName
{
color: #EF8F73;
}
.AnyTagClassName
{
color: #EF8F73;
}
</style>
background-color css
<style>
a { background-color: #EF8F73; }
a { background-color: rgb(239,143,115); }
div.DivClassName
{
background-color: #EF8F73;
}
.BgClassName
{
background-color: #EF8F73;
}
</style>
border-color css
<style>
span { border-color: #EF8F73; }
span { border-color: rgb(239,143,115); }
td.TdClassName
{
border-color: #EF8F73;
}
.TagClassName
{
border-color: #EF8F73;
}
</style>