Shades of Dark Salmon #EF917F
Tints of Dark Salmon #EF917F
RGB
CMYK
RGB Variations
Color information
#EF917F (or 0xEF917F) is known color: Dark Salmon. HEX triplet: EF, 91 and 7F. RGB value is (239,145,127). Sum of RGB (Red+Green+Blue) = 239+145+127=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF917F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF917F is #106E80. Grayscale: #ABABAB. Windows color (decimal): -1076865 or 8360431. OLE color: 8360431.
HSL color Cylindrical-coordinate representation of color #EF917F: hue angle of 9.64º 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 #EF917F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 127 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.06 |
| HSL | 9.64º | 0.78% | 0.72% | - |
| HSV(B) | 9.64º | 0.47% | 0.94% | - |
| XYZ | 49.55 | 40.13 | 25.21 | - |
| YUV | 171.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 127 | 0 | 0.39 | 0.47 | 0.06 | 9.64 | 0.78 | 0.72 |
| Hex | EF | 91 | 7F | 0 | 27 | 2F | 6 | A | 4E | 48 |
| Octal | 357 | 221 | 177 | 0 | 47 | 57 | 6 | 12 | 116 | 110 |
| Binary | 11101111 | 10010001 | 1111111 | 0 | 100111 | 101111 | 110 | 1010 | 1001110 | 1001000 |
Color Harmonies of #EF917F
Complementary color
Monochromatic Colors of #EF917F
Black with #EF917F
Text Example
Text Example
White with #EF917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF917F; }
p { color: rgb(239,145,127); }
H1.HeaderClassName
{
color: #EF917F;
}
.AnyTagClassName
{
color: #EF917F;
}
</style>
background-color css
<style>
a { background-color: #EF917F; }
a { background-color: rgb(239,145,127); }
div.DivClassName
{
background-color: #EF917F;
}
.BgClassName
{
background-color: #EF917F;
}
</style>
border-color css
<style>
span { border-color: #EF917F; }
span { border-color: rgb(239,145,127); }
td.TdClassName
{
border-color: #EF917F;
}
.TagClassName
{
border-color: #EF917F;
}
</style>