Shades of Dark Salmon #EF956C
Tints of Dark Salmon #EF956C
RGB
CMYK
RGB Variations
Color information
#EF956C (or 0xEF956C) is known color: Dark Salmon. HEX triplet: EF, 95 and 6C. RGB value is (239,149,108). Sum of RGB (Red+Green+Blue) = 239+149+108=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF956C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF956C is #106A93. Grayscale: #ABABAB. Windows color (decimal): -1075860 or 7116271. OLE color: 7116271.
HSL color Cylindrical-coordinate representation of color #EF956C: hue angle of 18.78º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF956C is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 108 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.06 |
| HSL | 18.78º | 0.8% | 0.68% | - |
| HSV(B) | 18.78º | 0.55% | 0.94% | - |
| XYZ | 49.05 | 40.93 | 19.5 | - |
| YUV | 171.24 | 92.32 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 108 | 0 | 0.38 | 0.55 | 0.06 | 18.78 | 0.8 | 0.68 |
| Hex | EF | 95 | 6C | 0 | 26 | 37 | 6 | 13 | 50 | 44 |
| Octal | 357 | 225 | 154 | 0 | 46 | 67 | 6 | 23 | 120 | 104 |
| Binary | 11101111 | 10010101 | 1101100 | 0 | 100110 | 110111 | 110 | 10011 | 1010000 | 1000100 |
Color Harmonies of #EF956C
Complementary color
Monochromatic Colors of #EF956C
Black with #EF956C
Text Example
Text Example
White with #EF956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF956C; }
p { color: rgb(239,149,108); }
H1.HeaderClassName
{
color: #EF956C;
}
.AnyTagClassName
{
color: #EF956C;
}
</style>
background-color css
<style>
a { background-color: #EF956C; }
a { background-color: rgb(239,149,108); }
div.DivClassName
{
background-color: #EF956C;
}
.BgClassName
{
background-color: #EF956C;
}
</style>
border-color css
<style>
span { border-color: #EF956C; }
span { border-color: rgb(239,149,108); }
td.TdClassName
{
border-color: #EF956C;
}
.TagClassName
{
border-color: #EF956C;
}
</style>