Shades of Dark Salmon #EF9F77
Tints of Dark Salmon #EF9F77
RGB
CMYK
RGB Variations
Color information
#EF9F77 (or 0xEF9F77) is known color: Dark Salmon. HEX triplet: EF, 9F and 77. RGB value is (239,159,119). Sum of RGB (Red+Green+Blue) = 239+159+119=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9F77 is #106088. Grayscale: #B2B2B2. Windows color (decimal): -1073289 or 7839727. OLE color: 7839727.
HSL color Cylindrical-coordinate representation of color #EF9F77: hue angle of 20º 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 #EF9F77 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 119 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.06 |
| HSL | 20º | 0.79% | 0.7% | - |
| HSV(B) | 20º | 0.5% | 0.94% | - |
| XYZ | 51.32 | 44.48 | 23.33 | - |
| YUV | 178.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 119 | 0 | 0.33 | 0.50 | 0.06 | 20 | 0.79 | 0.7 |
| Hex | EF | 9F | 77 | 0 | 21 | 32 | 6 | 14 | 4F | 46 |
| Octal | 357 | 237 | 167 | 0 | 41 | 62 | 6 | 24 | 117 | 106 |
| Binary | 11101111 | 10011111 | 1110111 | 0 | 100001 | 110010 | 110 | 10100 | 1001111 | 1000110 |
Color Harmonies of #EF9F77
Complementary color
Monochromatic Colors of #EF9F77
Black with #EF9F77
Text Example
Text Example
White with #EF9F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9F77; }
p { color: rgb(239,159,119); }
H1.HeaderClassName
{
color: #EF9F77;
}
.AnyTagClassName
{
color: #EF9F77;
}
</style>
background-color css
<style>
a { background-color: #EF9F77; }
a { background-color: rgb(239,159,119); }
div.DivClassName
{
background-color: #EF9F77;
}
.BgClassName
{
background-color: #EF9F77;
}
</style>
border-color css
<style>
span { border-color: #EF9F77; }
span { border-color: rgb(239,159,119); }
td.TdClassName
{
border-color: #EF9F77;
}
.TagClassName
{
border-color: #EF9F77;
}
</style>