Shades of Dark Salmon #EF957A
Tints of Dark Salmon #EF957A
RGB
CMYK
RGB Variations
Color information
#EF957A (or 0xEF957A) is known color: Dark Salmon. HEX triplet: EF, 95 and 7A. RGB value is (239,149,122). Sum of RGB (Red+Green+Blue) = 239+149+122=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF957A is #106A85. Grayscale: #ADADAD. Windows color (decimal): -1075846 or 8033775. OLE color: 8033775.
HSL color Cylindrical-coordinate representation of color #EF957A: hue angle of 13.85º degrees, saturation: 0.79, 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 #EF957A is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 122 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.06 |
| HSL | 13.85º | 0.79% | 0.71% | - |
| HSV(B) | 13.85º | 0.49% | 0.94% | - |
| XYZ | 49.86 | 41.25 | 23.75 | - |
| YUV | 172.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 122 | 0 | 0.38 | 0.49 | 0.06 | 13.85 | 0.79 | 0.71 |
| Hex | EF | 95 | 7A | 0 | 26 | 31 | 6 | E | 4F | 47 |
| Octal | 357 | 225 | 172 | 0 | 46 | 61 | 6 | 16 | 117 | 107 |
| Binary | 11101111 | 10010101 | 1111010 | 0 | 100110 | 110001 | 110 | 1110 | 1001111 | 1000111 |
Color Harmonies of #EF957A
Complementary color
Monochromatic Colors of #EF957A
Black with #EF957A
Text Example
Text Example
White with #EF957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF957A; }
p { color: rgb(239,149,122); }
H1.HeaderClassName
{
color: #EF957A;
}
.AnyTagClassName
{
color: #EF957A;
}
</style>
background-color css
<style>
a { background-color: #EF957A; }
a { background-color: rgb(239,149,122); }
div.DivClassName
{
background-color: #EF957A;
}
.BgClassName
{
background-color: #EF957A;
}
</style>
border-color css
<style>
span { border-color: #EF957A; }
span { border-color: rgb(239,149,122); }
td.TdClassName
{
border-color: #EF957A;
}
.TagClassName
{
border-color: #EF957A;
}
</style>