Shades of Dark Salmon #EF987E
Tints of Dark Salmon #EF987E
RGB
CMYK
RGB Variations
Color information
#EF987E (or 0xEF987E) is known color: Dark Salmon. HEX triplet: EF, 98 and 7E. RGB value is (239,152,126). Sum of RGB (Red+Green+Blue) = 239+152+126=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF987E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF987E is #106781. Grayscale: #AFAFAF. Windows color (decimal): -1075074 or 8296687. OLE color: 8296687.
HSL color Cylindrical-coordinate representation of color #EF987E: hue angle of 13.81º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF987E is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 126 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.06 |
| HSL | 13.81º | 0.78% | 0.72% | - |
| HSV(B) | 13.81º | 0.47% | 0.94% | - |
| XYZ | 50.59 | 42.31 | 25.24 | - |
| YUV | 175.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 126 | 0 | 0.36 | 0.47 | 0.06 | 13.81 | 0.78 | 0.72 |
| Hex | EF | 98 | 7E | 0 | 24 | 2F | 6 | E | 4E | 48 |
| Octal | 357 | 230 | 176 | 0 | 44 | 57 | 6 | 16 | 116 | 110 |
| Binary | 11101111 | 10011000 | 1111110 | 0 | 100100 | 101111 | 110 | 1110 | 1001110 | 1001000 |
Color Harmonies of #EF987E
Complementary color
Monochromatic Colors of #EF987E
Black with #EF987E
Text Example
Text Example
White with #EF987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF987E; }
p { color: rgb(239,152,126); }
H1.HeaderClassName
{
color: #EF987E;
}
.AnyTagClassName
{
color: #EF987E;
}
</style>
background-color css
<style>
a { background-color: #EF987E; }
a { background-color: rgb(239,152,126); }
div.DivClassName
{
background-color: #EF987E;
}
.BgClassName
{
background-color: #EF987E;
}
</style>
border-color css
<style>
span { border-color: #EF987E; }
span { border-color: rgb(239,152,126); }
td.TdClassName
{
border-color: #EF987E;
}
.TagClassName
{
border-color: #EF987E;
}
</style>