Shades of Dark Salmon #EF926C
Tints of Dark Salmon #EF926C
RGB
CMYK
RGB Variations
Color information
#EF926C (or 0xEF926C) is known color: Dark Salmon. HEX triplet: EF, 92 and 6C. RGB value is (239,146,108). Sum of RGB (Red+Green+Blue) = 239+146+108=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF926C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF926C is #106D93. Grayscale: #A9A9A9. Windows color (decimal): -1076628 or 7115503. OLE color: 7115503.
HSL color Cylindrical-coordinate representation of color #EF926C: hue angle of 17.4º 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 #EF926C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 108 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.06 |
| HSL | 17.4º | 0.8% | 0.68% | - |
| HSV(B) | 17.4º | 0.55% | 0.94% | - |
| XYZ | 48.58 | 39.99 | 19.35 | - |
| YUV | 169.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 108 | 0 | 0.39 | 0.55 | 0.06 | 17.4 | 0.8 | 0.68 |
| Hex | EF | 92 | 6C | 0 | 27 | 37 | 6 | 11 | 50 | 44 |
| Octal | 357 | 222 | 154 | 0 | 47 | 67 | 6 | 21 | 120 | 104 |
| Binary | 11101111 | 10010010 | 1101100 | 0 | 100111 | 110111 | 110 | 10001 | 1010000 | 1000100 |
Color Harmonies of #EF926C
Complementary color
Monochromatic Colors of #EF926C
Black with #EF926C
Text Example
Text Example
White with #EF926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF926C; }
p { color: rgb(239,146,108); }
H1.HeaderClassName
{
color: #EF926C;
}
.AnyTagClassName
{
color: #EF926C;
}
</style>
background-color css
<style>
a { background-color: #EF926C; }
a { background-color: rgb(239,146,108); }
div.DivClassName
{
background-color: #EF926C;
}
.BgClassName
{
background-color: #EF926C;
}
</style>
border-color css
<style>
span { border-color: #EF926C; }
span { border-color: rgb(239,146,108); }
td.TdClassName
{
border-color: #EF926C;
}
.TagClassName
{
border-color: #EF926C;
}
</style>