Shades of Dark Salmon #EF957B
Tints of Dark Salmon #EF957B
RGB
CMYK
RGB Variations
Color information
#EF957B (or 0xEF957B) is known color: Dark Salmon. HEX triplet: EF, 95 and 7B. RGB value is (239,149,123). Sum of RGB (Red+Green+Blue) = 239+149+123=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF957B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF957B is #106A84. Grayscale: #ADADAD. Windows color (decimal): -1075845 or 8099311. OLE color: 8099311.
HSL color Cylindrical-coordinate representation of color #EF957B: hue angle of 13.45º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF957B is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 123 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.06 |
| HSL | 13.45º | 0.78% | 0.71% | - |
| HSV(B) | 13.45º | 0.49% | 0.94% | - |
| XYZ | 49.92 | 41.28 | 24.07 | - |
| YUV | 172.95 | 99.82 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 123 | 0 | 0.38 | 0.49 | 0.06 | 13.45 | 0.78 | 0.71 |
| Hex | EF | 95 | 7B | 0 | 26 | 31 | 6 | D | 4E | 47 |
| Octal | 357 | 225 | 173 | 0 | 46 | 61 | 6 | 15 | 116 | 107 |
| Binary | 11101111 | 10010101 | 1111011 | 0 | 100110 | 110001 | 110 | 1101 | 1001110 | 1000111 |
Color Harmonies of #EF957B
Complementary color
Monochromatic Colors of #EF957B
Black with #EF957B
Text Example
Text Example
White with #EF957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF957B; }
p { color: rgb(239,149,123); }
H1.HeaderClassName
{
color: #EF957B;
}
.AnyTagClassName
{
color: #EF957B;
}
</style>
background-color css
<style>
a { background-color: #EF957B; }
a { background-color: rgb(239,149,123); }
div.DivClassName
{
background-color: #EF957B;
}
.BgClassName
{
background-color: #EF957B;
}
</style>
border-color css
<style>
span { border-color: #EF957B; }
span { border-color: rgb(239,149,123); }
td.TdClassName
{
border-color: #EF957B;
}
.TagClassName
{
border-color: #EF957B;
}
</style>