Shades of Dark Salmon #EF957E
Tints of Dark Salmon #EF957E
RGB
CMYK
RGB Variations
Color information
#EF957E (or 0xEF957E) is known color: Dark Salmon. HEX triplet: EF, 95 and 7E. RGB value is (239,149,126). Sum of RGB (Red+Green+Blue) = 239+149+126=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF957E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF957E is #106A81. Grayscale: #ADADAD. Windows color (decimal): -1075842 or 8295919. OLE color: 8295919.
HSL color Cylindrical-coordinate representation of color #EF957E: hue angle of 12.21º 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 #EF957E is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 126 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.06 |
| HSL | 12.21º | 0.78% | 0.72% | - |
| HSV(B) | 12.21º | 0.47% | 0.94% | - |
| XYZ | 50.11 | 41.35 | 25.08 | - |
| YUV | 173.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 126 | 0 | 0.38 | 0.47 | 0.06 | 12.21 | 0.78 | 0.72 |
| Hex | EF | 95 | 7E | 0 | 26 | 2F | 6 | C | 4E | 48 |
| Octal | 357 | 225 | 176 | 0 | 46 | 57 | 6 | 14 | 116 | 110 |
| Binary | 11101111 | 10010101 | 1111110 | 0 | 100110 | 101111 | 110 | 1100 | 1001110 | 1001000 |
Color Harmonies of #EF957E
Complementary color
Monochromatic Colors of #EF957E
Black with #EF957E
Text Example
Text Example
White with #EF957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF957E; }
p { color: rgb(239,149,126); }
H1.HeaderClassName
{
color: #EF957E;
}
.AnyTagClassName
{
color: #EF957E;
}
</style>
background-color css
<style>
a { background-color: #EF957E; }
a { background-color: rgb(239,149,126); }
div.DivClassName
{
background-color: #EF957E;
}
.BgClassName
{
background-color: #EF957E;
}
</style>
border-color css
<style>
span { border-color: #EF957E; }
span { border-color: rgb(239,149,126); }
td.TdClassName
{
border-color: #EF957E;
}
.TagClassName
{
border-color: #EF957E;
}
</style>