Shades of Dark Salmon #EF916D
Tints of Dark Salmon #EF916D
RGB
CMYK
RGB Variations
Color information
#EF916D (or 0xEF916D) is known color: Dark Salmon. HEX triplet: EF, 91 and 6D. RGB value is (239,145,109). Sum of RGB (Red+Green+Blue) = 239+145+109=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF916D is #106E92. Grayscale: #A9A9A9. Windows color (decimal): -1076883 or 7180783. OLE color: 7180783.
HSL color Cylindrical-coordinate representation of color #EF916D: hue angle of 16.62º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF916D is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 109 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.06 |
| HSL | 16.62º | 0.8% | 0.68% | - |
| HSV(B) | 16.62º | 0.54% | 0.94% | - |
| XYZ | 48.48 | 39.71 | 19.58 | - |
| YUV | 169 | 94.14 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 109 | 0 | 0.39 | 0.54 | 0.06 | 16.62 | 0.8 | 0.68 |
| Hex | EF | 91 | 6D | 0 | 27 | 36 | 6 | 11 | 50 | 44 |
| Octal | 357 | 221 | 155 | 0 | 47 | 66 | 6 | 21 | 120 | 104 |
| Binary | 11101111 | 10010001 | 1101101 | 0 | 100111 | 110110 | 110 | 10001 | 1010000 | 1000100 |
Color Harmonies of #EF916D
Complementary color
Monochromatic Colors of #EF916D
Black with #EF916D
Text Example
Text Example
White with #EF916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF916D; }
p { color: rgb(239,145,109); }
H1.HeaderClassName
{
color: #EF916D;
}
.AnyTagClassName
{
color: #EF916D;
}
</style>
background-color css
<style>
a { background-color: #EF916D; }
a { background-color: rgb(239,145,109); }
div.DivClassName
{
background-color: #EF916D;
}
.BgClassName
{
background-color: #EF916D;
}
</style>
border-color css
<style>
span { border-color: #EF916D; }
span { border-color: rgb(239,145,109); }
td.TdClassName
{
border-color: #EF916D;
}
.TagClassName
{
border-color: #EF916D;
}
</style>