Shades of Dark Salmon #EF9976
Tints of Dark Salmon #EF9976
RGB
CMYK
RGB Variations
Color information
#EF9976 (or 0xEF9976) is known color: Dark Salmon. HEX triplet: EF, 99 and 76. RGB value is (239,153,118). Sum of RGB (Red+Green+Blue) = 239+153+118=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9976 is #106689. Grayscale: #AEAEAE. Windows color (decimal): -1074826 or 7772655. OLE color: 7772655.
HSL color Cylindrical-coordinate representation of color #EF9976: hue angle of 17.36º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF9976 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 118 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.06 |
| HSL | 17.36º | 0.79% | 0.7% | - |
| HSV(B) | 17.36º | 0.51% | 0.94% | - |
| XYZ | 50.26 | 42.44 | 22.68 | - |
| YUV | 174.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 118 | 0 | 0.36 | 0.51 | 0.06 | 17.36 | 0.79 | 0.7 |
| Hex | EF | 99 | 76 | 0 | 24 | 33 | 6 | 11 | 4F | 46 |
| Octal | 357 | 231 | 166 | 0 | 44 | 63 | 6 | 21 | 117 | 106 |
| Binary | 11101111 | 10011001 | 1110110 | 0 | 100100 | 110011 | 110 | 10001 | 1001111 | 1000110 |
Color Harmonies of #EF9976
Complementary color
Monochromatic Colors of #EF9976
Black with #EF9976
Text Example
Text Example
White with #EF9976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9976; }
p { color: rgb(239,153,118); }
H1.HeaderClassName
{
color: #EF9976;
}
.AnyTagClassName
{
color: #EF9976;
}
</style>
background-color css
<style>
a { background-color: #EF9976; }
a { background-color: rgb(239,153,118); }
div.DivClassName
{
background-color: #EF9976;
}
.BgClassName
{
background-color: #EF9976;
}
</style>
border-color css
<style>
span { border-color: #EF9976; }
span { border-color: rgb(239,153,118); }
td.TdClassName
{
border-color: #EF9976;
}
.TagClassName
{
border-color: #EF9976;
}
</style>