Shades of Dark Salmon #EF9E78
Tints of Dark Salmon #EF9E78
RGB
CMYK
RGB Variations
Color information
#EF9E78 (or 0xEF9E78) is known color: Dark Salmon. HEX triplet: EF, 9E and 78. RGB value is (239,158,120). Sum of RGB (Red+Green+Blue) = 239+158+120=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E78 is #106187. Grayscale: #B2B2B2. Windows color (decimal): -1073544 or 7905007. OLE color: 7905007.
HSL color Cylindrical-coordinate representation of color #EF9E78: hue angle of 19.16º 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 #EF9E78 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 120 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.06 |
| HSL | 19.16º | 0.79% | 0.7% | - |
| HSV(B) | 19.16º | 0.5% | 0.94% | - |
| XYZ | 51.21 | 44.16 | 23.59 | - |
| YUV | 177.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 120 | 0 | 0.34 | 0.50 | 0.06 | 19.16 | 0.79 | 0.7 |
| Hex | EF | 9E | 78 | 0 | 22 | 32 | 6 | 13 | 4F | 46 |
| Octal | 357 | 236 | 170 | 0 | 42 | 62 | 6 | 23 | 117 | 106 |
| Binary | 11101111 | 10011110 | 1111000 | 0 | 100010 | 110010 | 110 | 10011 | 1001111 | 1000110 |
Color Harmonies of #EF9E78
Complementary color
Monochromatic Colors of #EF9E78
Black with #EF9E78
Text Example
Text Example
White with #EF9E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E78; }
p { color: rgb(239,158,120); }
H1.HeaderClassName
{
color: #EF9E78;
}
.AnyTagClassName
{
color: #EF9E78;
}
</style>
background-color css
<style>
a { background-color: #EF9E78; }
a { background-color: rgb(239,158,120); }
div.DivClassName
{
background-color: #EF9E78;
}
.BgClassName
{
background-color: #EF9E78;
}
</style>
border-color css
<style>
span { border-color: #EF9E78; }
span { border-color: rgb(239,158,120); }
td.TdClassName
{
border-color: #EF9E78;
}
.TagClassName
{
border-color: #EF9E78;
}
</style>