Shades of Dark Salmon #EF977C
Tints of Dark Salmon #EF977C
RGB
CMYK
RGB Variations
Color information
#EF977C (or 0xEF977C) is known color: Dark Salmon. HEX triplet: EF, 97 and 7C. RGB value is (239,151,124). Sum of RGB (Red+Green+Blue) = 239+151+124=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF977C is #106883. Grayscale: #AEAEAE. Windows color (decimal): -1075332 or 8165359. OLE color: 8165359.
HSL color Cylindrical-coordinate representation of color #EF977C: hue angle of 14.09º 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 #EF977C is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 124 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.06 |
| HSL | 14.09º | 0.78% | 0.71% | - |
| HSV(B) | 14.09º | 0.48% | 0.94% | - |
| XYZ | 50.3 | 41.94 | 24.51 | - |
| YUV | 174.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 124 | 0 | 0.37 | 0.48 | 0.06 | 14.09 | 0.78 | 0.71 |
| Hex | EF | 97 | 7C | 0 | 25 | 30 | 6 | E | 4E | 47 |
| Octal | 357 | 227 | 174 | 0 | 45 | 60 | 6 | 16 | 116 | 107 |
| Binary | 11101111 | 10010111 | 1111100 | 0 | 100101 | 110000 | 110 | 1110 | 1001110 | 1000111 |
Color Harmonies of #EF977C
Complementary color
Monochromatic Colors of #EF977C
Black with #EF977C
Text Example
Text Example
White with #EF977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF977C; }
p { color: rgb(239,151,124); }
H1.HeaderClassName
{
color: #EF977C;
}
.AnyTagClassName
{
color: #EF977C;
}
</style>
background-color css
<style>
a { background-color: #EF977C; }
a { background-color: rgb(239,151,124); }
div.DivClassName
{
background-color: #EF977C;
}
.BgClassName
{
background-color: #EF977C;
}
</style>
border-color css
<style>
span { border-color: #EF977C; }
span { border-color: rgb(239,151,124); }
td.TdClassName
{
border-color: #EF977C;
}
.TagClassName
{
border-color: #EF977C;
}
</style>