Shades of Dark Salmon #EF947D
Tints of Dark Salmon #EF947D
RGB
CMYK
RGB Variations
Color information
#EF947D (or 0xEF947D) is known color: Dark Salmon. HEX triplet: EF, 94 and 7D. RGB value is (239,148,125). Sum of RGB (Red+Green+Blue) = 239+148+125=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF947D is #106B82. Grayscale: #ACACAC. Windows color (decimal): -1076099 or 8230127. OLE color: 8230127.
HSL color Cylindrical-coordinate representation of color #EF947D: hue angle of 12.11º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF947D is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 125 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.06 |
| HSL | 12.11º | 0.78% | 0.71% | - |
| HSV(B) | 12.11º | 0.48% | 0.94% | - |
| XYZ | 49.89 | 41.01 | 24.69 | - |
| YUV | 172.59 | 101.15 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 125 | 0 | 0.38 | 0.48 | 0.06 | 12.11 | 0.78 | 0.71 |
| Hex | EF | 94 | 7D | 0 | 26 | 30 | 6 | C | 4E | 47 |
| Octal | 357 | 224 | 175 | 0 | 46 | 60 | 6 | 14 | 116 | 107 |
| Binary | 11101111 | 10010100 | 1111101 | 0 | 100110 | 110000 | 110 | 1100 | 1001110 | 1000111 |
Color Harmonies of #EF947D
Complementary color
Monochromatic Colors of #EF947D
Black with #EF947D
Text Example
Text Example
White with #EF947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF947D; }
p { color: rgb(239,148,125); }
H1.HeaderClassName
{
color: #EF947D;
}
.AnyTagClassName
{
color: #EF947D;
}
</style>
background-color css
<style>
a { background-color: #EF947D; }
a { background-color: rgb(239,148,125); }
div.DivClassName
{
background-color: #EF947D;
}
.BgClassName
{
background-color: #EF947D;
}
</style>
border-color css
<style>
span { border-color: #EF947D; }
span { border-color: rgb(239,148,125); }
td.TdClassName
{
border-color: #EF947D;
}
.TagClassName
{
border-color: #EF947D;
}
</style>