Shades of Dark Salmon #EF966D
Tints of Dark Salmon #EF966D
RGB
CMYK
RGB Variations
Color information
#EF966D (or 0xEF966D) is known color: Dark Salmon. HEX triplet: EF, 96 and 6D. RGB value is (239,150,109). Sum of RGB (Red+Green+Blue) = 239+150+109=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF966D is #106992. Grayscale: #ACACAC. Windows color (decimal): -1075603 or 7182063. OLE color: 7182063.
HSL color Cylindrical-coordinate representation of color #EF966D: hue angle of 18.92º 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 #EF966D is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 109 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.06 |
| HSL | 18.92º | 0.8% | 0.68% | - |
| HSV(B) | 18.92º | 0.54% | 0.94% | - |
| XYZ | 49.26 | 41.27 | 19.84 | - |
| YUV | 171.94 | 92.49 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 109 | 0 | 0.37 | 0.54 | 0.06 | 18.92 | 0.8 | 0.68 |
| Hex | EF | 96 | 6D | 0 | 25 | 36 | 6 | 13 | 50 | 44 |
| Octal | 357 | 226 | 155 | 0 | 45 | 66 | 6 | 23 | 120 | 104 |
| Binary | 11101111 | 10010110 | 1101101 | 0 | 100101 | 110110 | 110 | 10011 | 1010000 | 1000100 |
Color Harmonies of #EF966D
Complementary color
Monochromatic Colors of #EF966D
Black with #EF966D
Text Example
Text Example
White with #EF966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF966D; }
p { color: rgb(239,150,109); }
H1.HeaderClassName
{
color: #EF966D;
}
.AnyTagClassName
{
color: #EF966D;
}
</style>
background-color css
<style>
a { background-color: #EF966D; }
a { background-color: rgb(239,150,109); }
div.DivClassName
{
background-color: #EF966D;
}
.BgClassName
{
background-color: #EF966D;
}
</style>
border-color css
<style>
span { border-color: #EF966D; }
span { border-color: rgb(239,150,109); }
td.TdClassName
{
border-color: #EF966D;
}
.TagClassName
{
border-color: #EF966D;
}
</style>