Shades of Dark Salmon #EF987D
Tints of Dark Salmon #EF987D
RGB
CMYK
RGB Variations
Color information
#EF987D (or 0xEF987D) is known color: Dark Salmon. HEX triplet: EF, 98 and 7D. RGB value is (239,152,125). Sum of RGB (Red+Green+Blue) = 239+152+125=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF987D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF987D is #106782. Grayscale: #AFAFAF. Windows color (decimal): -1075075 or 8231151. OLE color: 8231151.
HSL color Cylindrical-coordinate representation of color #EF987D: hue angle of 14.21º 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 #EF987D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 125 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.06 |
| HSL | 14.21º | 0.78% | 0.71% | - |
| HSV(B) | 14.21º | 0.48% | 0.94% | - |
| XYZ | 50.53 | 42.29 | 24.9 | - |
| YUV | 174.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 125 | 0 | 0.36 | 0.48 | 0.06 | 14.21 | 0.78 | 0.71 |
| Hex | EF | 98 | 7D | 0 | 24 | 30 | 6 | E | 4E | 47 |
| Octal | 357 | 230 | 175 | 0 | 44 | 60 | 6 | 16 | 116 | 107 |
| Binary | 11101111 | 10011000 | 1111101 | 0 | 100100 | 110000 | 110 | 1110 | 1001110 | 1000111 |
Color Harmonies of #EF987D
Complementary color
Monochromatic Colors of #EF987D
Black with #EF987D
Text Example
Text Example
White with #EF987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF987D; }
p { color: rgb(239,152,125); }
H1.HeaderClassName
{
color: #EF987D;
}
.AnyTagClassName
{
color: #EF987D;
}
</style>
background-color css
<style>
a { background-color: #EF987D; }
a { background-color: rgb(239,152,125); }
div.DivClassName
{
background-color: #EF987D;
}
.BgClassName
{
background-color: #EF987D;
}
</style>
border-color css
<style>
span { border-color: #EF987D; }
span { border-color: rgb(239,152,125); }
td.TdClassName
{
border-color: #EF987D;
}
.TagClassName
{
border-color: #EF987D;
}
</style>