Shades of Dark Salmon #EF997D
Tints of Dark Salmon #EF997D
RGB
CMYK
RGB Variations
Color information
#EF997D (or 0xEF997D) is known color: Dark Salmon. HEX triplet: EF, 99 and 7D. RGB value is (239,153,125). Sum of RGB (Red+Green+Blue) = 239+153+125=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF997D is #106682. Grayscale: #AFAFAF. Windows color (decimal): -1074819 or 8231407. OLE color: 8231407.
HSL color Cylindrical-coordinate representation of color #EF997D: hue angle of 14.74º 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 #EF997D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 125 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.06 |
| HSL | 14.74º | 0.78% | 0.71% | - |
| HSV(B) | 14.74º | 0.48% | 0.94% | - |
| XYZ | 50.69 | 42.61 | 24.96 | - |
| YUV | 175.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 125 | 0 | 0.36 | 0.48 | 0.06 | 14.74 | 0.78 | 0.71 |
| Hex | EF | 99 | 7D | 0 | 24 | 30 | 6 | F | 4E | 47 |
| Octal | 357 | 231 | 175 | 0 | 44 | 60 | 6 | 17 | 116 | 107 |
| Binary | 11101111 | 10011001 | 1111101 | 0 | 100100 | 110000 | 110 | 1111 | 1001110 | 1000111 |
Color Harmonies of #EF997D
Complementary color
Monochromatic Colors of #EF997D
Black with #EF997D
Text Example
Text Example
White with #EF997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF997D; }
p { color: rgb(239,153,125); }
H1.HeaderClassName
{
color: #EF997D;
}
.AnyTagClassName
{
color: #EF997D;
}
</style>
background-color css
<style>
a { background-color: #EF997D; }
a { background-color: rgb(239,153,125); }
div.DivClassName
{
background-color: #EF997D;
}
.BgClassName
{
background-color: #EF997D;
}
</style>
border-color css
<style>
span { border-color: #EF997D; }
span { border-color: rgb(239,153,125); }
td.TdClassName
{
border-color: #EF997D;
}
.TagClassName
{
border-color: #EF997D;
}
</style>