Shades of Dark Salmon #EF8F78
Tints of Dark Salmon #EF8F78
RGB
CMYK
RGB Variations
Color information
#EF8F78 (or 0xEF8F78) is known color: Dark Salmon. HEX triplet: EF, 8F and 78. RGB value is (239,143,120). Sum of RGB (Red+Green+Blue) = 239+143+120=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F78 is #107087. Grayscale: #A9A9A9. Windows color (decimal): -1077384 or 7901167. OLE color: 7901167.
HSL color Cylindrical-coordinate representation of color #EF8F78: hue angle of 11.6º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF8F78 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 120 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.06 |
| HSL | 11.6º | 0.79% | 0.7% | - |
| HSV(B) | 11.6º | 0.5% | 0.94% | - |
| XYZ | 48.81 | 39.35 | 22.79 | - |
| YUV | 169.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 120 | 0 | 0.40 | 0.50 | 0.06 | 11.6 | 0.79 | 0.7 |
| Hex | EF | 8F | 78 | 0 | 28 | 32 | 6 | C | 4F | 46 |
| Octal | 357 | 217 | 170 | 0 | 50 | 62 | 6 | 14 | 117 | 106 |
| Binary | 11101111 | 10001111 | 1111000 | 0 | 101000 | 110010 | 110 | 1100 | 1001111 | 1000110 |
Color Harmonies of #EF8F78
Complementary color
Monochromatic Colors of #EF8F78
Black with #EF8F78
Text Example
Text Example
White with #EF8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F78; }
p { color: rgb(239,143,120); }
H1.HeaderClassName
{
color: #EF8F78;
}
.AnyTagClassName
{
color: #EF8F78;
}
</style>
background-color css
<style>
a { background-color: #EF8F78; }
a { background-color: rgb(239,143,120); }
div.DivClassName
{
background-color: #EF8F78;
}
.BgClassName
{
background-color: #EF8F78;
}
</style>
border-color css
<style>
span { border-color: #EF8F78; }
span { border-color: rgb(239,143,120); }
td.TdClassName
{
border-color: #EF8F78;
}
.TagClassName
{
border-color: #EF8F78;
}
</style>