Shades of Dark Salmon #EF946C
Tints of Dark Salmon #EF946C
RGB
CMYK
RGB Variations
Color information
#EF946C (or 0xEF946C) is known color: Dark Salmon. HEX triplet: EF, 94 and 6C. RGB value is (239,148,108). Sum of RGB (Red+Green+Blue) = 239+148+108=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF946C is #106B93. Grayscale: #AAAAAA. Windows color (decimal): -1076116 or 7116015. OLE color: 7116015.
HSL color Cylindrical-coordinate representation of color #EF946C: hue angle of 18.32º 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 #EF946C is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 108 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.06 |
| HSL | 18.32º | 0.8% | 0.68% | - |
| HSV(B) | 18.32º | 0.55% | 0.94% | - |
| XYZ | 48.89 | 40.61 | 19.45 | - |
| YUV | 170.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 108 | 0 | 0.38 | 0.55 | 0.06 | 18.32 | 0.8 | 0.68 |
| Hex | EF | 94 | 6C | 0 | 26 | 37 | 6 | 12 | 50 | 44 |
| Octal | 357 | 224 | 154 | 0 | 46 | 67 | 6 | 22 | 120 | 104 |
| Binary | 11101111 | 10010100 | 1101100 | 0 | 100110 | 110111 | 110 | 10010 | 1010000 | 1000100 |
Color Harmonies of #EF946C
Complementary color
Monochromatic Colors of #EF946C
Black with #EF946C
Text Example
Text Example
White with #EF946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF946C; }
p { color: rgb(239,148,108); }
H1.HeaderClassName
{
color: #EF946C;
}
.AnyTagClassName
{
color: #EF946C;
}
</style>
background-color css
<style>
a { background-color: #EF946C; }
a { background-color: rgb(239,148,108); }
div.DivClassName
{
background-color: #EF946C;
}
.BgClassName
{
background-color: #EF946C;
}
</style>
border-color css
<style>
span { border-color: #EF946C; }
span { border-color: rgb(239,148,108); }
td.TdClassName
{
border-color: #EF946C;
}
.TagClassName
{
border-color: #EF946C;
}
</style>