Shades of Dark Salmon #EF916C
Tints of Dark Salmon #EF916C
RGB
CMYK
RGB Variations
Color information
#EF916C (or 0xEF916C) is known color: Dark Salmon. HEX triplet: EF, 91 and 6C. RGB value is (239,145,108). Sum of RGB (Red+Green+Blue) = 239+145+108=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF916C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF916C is #106E93. Grayscale: #A9A9A9. Windows color (decimal): -1076884 or 7115247. OLE color: 7115247.
HSL color Cylindrical-coordinate representation of color #EF916C: hue angle of 16.95º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF916C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 108 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.06 |
| HSL | 16.95º | 0.8% | 0.68% | - |
| HSV(B) | 16.95º | 0.55% | 0.94% | - |
| XYZ | 48.43 | 39.68 | 19.29 | - |
| YUV | 168.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 108 | 0 | 0.39 | 0.55 | 0.06 | 16.95 | 0.8 | 0.68 |
| Hex | EF | 91 | 6C | 0 | 27 | 37 | 6 | 11 | 50 | 44 |
| Octal | 357 | 221 | 154 | 0 | 47 | 67 | 6 | 21 | 120 | 104 |
| Binary | 11101111 | 10010001 | 1101100 | 0 | 100111 | 110111 | 110 | 10001 | 1010000 | 1000100 |
Color Harmonies of #EF916C
Complementary color
Monochromatic Colors of #EF916C
Black with #EF916C
Text Example
Text Example
White with #EF916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF916C; }
p { color: rgb(239,145,108); }
H1.HeaderClassName
{
color: #EF916C;
}
.AnyTagClassName
{
color: #EF916C;
}
</style>
background-color css
<style>
a { background-color: #EF916C; }
a { background-color: rgb(239,145,108); }
div.DivClassName
{
background-color: #EF916C;
}
.BgClassName
{
background-color: #EF916C;
}
</style>
border-color css
<style>
span { border-color: #EF916C; }
span { border-color: rgb(239,145,108); }
td.TdClassName
{
border-color: #EF916C;
}
.TagClassName
{
border-color: #EF916C;
}
</style>