Shades of Dark Salmon #EF986D
Tints of Dark Salmon #EF986D
RGB
CMYK
RGB Variations
Color information
#EF986D (or 0xEF986D) is known color: Dark Salmon. HEX triplet: EF, 98 and 6D. RGB value is (239,152,109). Sum of RGB (Red+Green+Blue) = 239+152+109=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF986D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF986D is #106792. Grayscale: #ADADAD. Windows color (decimal): -1075091 or 7182575. OLE color: 7182575.
HSL color Cylindrical-coordinate representation of color #EF986D: hue angle of 19.85º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF986D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 109 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.06 |
| HSL | 19.85º | 0.8% | 0.68% | - |
| HSV(B) | 19.85º | 0.54% | 0.94% | - |
| XYZ | 49.59 | 41.91 | 19.94 | - |
| YUV | 173.11 | 91.82 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 109 | 0 | 0.36 | 0.54 | 0.06 | 19.85 | 0.8 | 0.68 |
| Hex | EF | 98 | 6D | 0 | 24 | 36 | 6 | 14 | 50 | 44 |
| Octal | 357 | 230 | 155 | 0 | 44 | 66 | 6 | 24 | 120 | 104 |
| Binary | 11101111 | 10011000 | 1101101 | 0 | 100100 | 110110 | 110 | 10100 | 1010000 | 1000100 |
Color Harmonies of #EF986D
Complementary color
Monochromatic Colors of #EF986D
Black with #EF986D
Text Example
Text Example
White with #EF986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF986D; }
p { color: rgb(239,152,109); }
H1.HeaderClassName
{
color: #EF986D;
}
.AnyTagClassName
{
color: #EF986D;
}
</style>
background-color css
<style>
a { background-color: #EF986D; }
a { background-color: rgb(239,152,109); }
div.DivClassName
{
background-color: #EF986D;
}
.BgClassName
{
background-color: #EF986D;
}
</style>
border-color css
<style>
span { border-color: #EF986D; }
span { border-color: rgb(239,152,109); }
td.TdClassName
{
border-color: #EF986D;
}
.TagClassName
{
border-color: #EF986D;
}
</style>