Shades of Dark Salmon #EF957D
Tints of Dark Salmon #EF957D
RGB
CMYK
RGB Variations
Color information
#EF957D (or 0xEF957D) is known color: Dark Salmon. HEX triplet: EF, 95 and 7D. RGB value is (239,149,125). Sum of RGB (Red+Green+Blue) = 239+149+125=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF957D is #106A82. Grayscale: #ADADAD. Windows color (decimal): -1075843 or 8230383. OLE color: 8230383.
HSL color Cylindrical-coordinate representation of color #EF957D: hue angle of 12.63º 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 #EF957D is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 125 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.06 |
| HSL | 12.63º | 0.78% | 0.71% | - |
| HSV(B) | 12.63º | 0.48% | 0.94% | - |
| XYZ | 50.05 | 41.33 | 24.74 | - |
| YUV | 173.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 125 | 0 | 0.38 | 0.48 | 0.06 | 12.63 | 0.78 | 0.71 |
| Hex | EF | 95 | 7D | 0 | 26 | 30 | 6 | D | 4E | 47 |
| Octal | 357 | 225 | 175 | 0 | 46 | 60 | 6 | 15 | 116 | 107 |
| Binary | 11101111 | 10010101 | 1111101 | 0 | 100110 | 110000 | 110 | 1101 | 1001110 | 1000111 |
Color Harmonies of #EF957D
Complementary color
Monochromatic Colors of #EF957D
Black with #EF957D
Text Example
Text Example
White with #EF957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF957D; }
p { color: rgb(239,149,125); }
H1.HeaderClassName
{
color: #EF957D;
}
.AnyTagClassName
{
color: #EF957D;
}
</style>
background-color css
<style>
a { background-color: #EF957D; }
a { background-color: rgb(239,149,125); }
div.DivClassName
{
background-color: #EF957D;
}
.BgClassName
{
background-color: #EF957D;
}
</style>
border-color css
<style>
span { border-color: #EF957D; }
span { border-color: rgb(239,149,125); }
td.TdClassName
{
border-color: #EF957D;
}
.TagClassName
{
border-color: #EF957D;
}
</style>