Shades of Dark Salmon #EF946D
Tints of Dark Salmon #EF946D
RGB
CMYK
RGB Variations
Color information
#EF946D (or 0xEF946D) is known color: Dark Salmon. HEX triplet: EF, 94 and 6D. RGB value is (239,148,109). Sum of RGB (Red+Green+Blue) = 239+148+109=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF946D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF946D is #106B92. Grayscale: #ABABAB. Windows color (decimal): -1076115 or 7181551. OLE color: 7181551.
HSL color Cylindrical-coordinate representation of color #EF946D: hue angle of 18º 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 #EF946D is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 109 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.06 |
| HSL | 18º | 0.8% | 0.68% | - |
| HSV(B) | 18º | 0.54% | 0.94% | - |
| XYZ | 48.95 | 40.63 | 19.73 | - |
| YUV | 170.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 109 | 0 | 0.38 | 0.54 | 0.06 | 18 | 0.8 | 0.68 |
| Hex | EF | 94 | 6D | 0 | 26 | 36 | 6 | 12 | 50 | 44 |
| Octal | 357 | 224 | 155 | 0 | 46 | 66 | 6 | 22 | 120 | 104 |
| Binary | 11101111 | 10010100 | 1101101 | 0 | 100110 | 110110 | 110 | 10010 | 1010000 | 1000100 |
Color Harmonies of #EF946D
Complementary color
Monochromatic Colors of #EF946D
Black with #EF946D
Text Example
Text Example
White with #EF946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF946D; }
p { color: rgb(239,148,109); }
H1.HeaderClassName
{
color: #EF946D;
}
.AnyTagClassName
{
color: #EF946D;
}
</style>
background-color css
<style>
a { background-color: #EF946D; }
a { background-color: rgb(239,148,109); }
div.DivClassName
{
background-color: #EF946D;
}
.BgClassName
{
background-color: #EF946D;
}
</style>
border-color css
<style>
span { border-color: #EF946D; }
span { border-color: rgb(239,148,109); }
td.TdClassName
{
border-color: #EF946D;
}
.TagClassName
{
border-color: #EF946D;
}
</style>