Shades of Dark Salmon #EF976F
Tints of Dark Salmon #EF976F
RGB
CMYK
RGB Variations
Color information
#EF976F (or 0xEF976F) is known color: Dark Salmon. HEX triplet: EF, 97 and 6F. RGB value is (239,151,111). Sum of RGB (Red+Green+Blue) = 239+151+111=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF976F is #106890. Grayscale: #ADADAD. Windows color (decimal): -1075345 or 7313391. OLE color: 7313391.
HSL color Cylindrical-coordinate representation of color #EF976F: hue angle of 18.75º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF976F is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 111 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.06 |
| HSL | 18.75º | 0.8% | 0.69% | - |
| HSV(B) | 18.75º | 0.54% | 0.94% | - |
| XYZ | 49.53 | 41.63 | 20.46 | - |
| YUV | 172.75 | 93.15 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 111 | 0 | 0.37 | 0.54 | 0.06 | 18.75 | 0.8 | 0.69 |
| Hex | EF | 97 | 6F | 0 | 25 | 36 | 6 | 13 | 50 | 45 |
| Octal | 357 | 227 | 157 | 0 | 45 | 66 | 6 | 23 | 120 | 105 |
| Binary | 11101111 | 10010111 | 1101111 | 0 | 100101 | 110110 | 110 | 10011 | 1010000 | 1000101 |
Color Harmonies of #EF976F
Complementary color
Monochromatic Colors of #EF976F
Black with #EF976F
Text Example
Text Example
White with #EF976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF976F; }
p { color: rgb(239,151,111); }
H1.HeaderClassName
{
color: #EF976F;
}
.AnyTagClassName
{
color: #EF976F;
}
</style>
background-color css
<style>
a { background-color: #EF976F; }
a { background-color: rgb(239,151,111); }
div.DivClassName
{
background-color: #EF976F;
}
.BgClassName
{
background-color: #EF976F;
}
</style>
border-color css
<style>
span { border-color: #EF976F; }
span { border-color: rgb(239,151,111); }
td.TdClassName
{
border-color: #EF976F;
}
.TagClassName
{
border-color: #EF976F;
}
</style>