Shades of Dark Salmon #EF926D
Tints of Dark Salmon #EF926D
RGB
CMYK
RGB Variations
Color information
#EF926D (or 0xEF926D) is known color: Dark Salmon. HEX triplet: EF, 92 and 6D. RGB value is (239,146,109). Sum of RGB (Red+Green+Blue) = 239+146+109=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF926D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF926D is #106D92. Grayscale: #A9A9A9. Windows color (decimal): -1076627 or 7181039. OLE color: 7181039.
HSL color Cylindrical-coordinate representation of color #EF926D: hue angle of 17.08º 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 #EF926D is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 109 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.06 |
| HSL | 17.08º | 0.8% | 0.68% | - |
| HSV(B) | 17.08º | 0.54% | 0.94% | - |
| XYZ | 48.64 | 40.01 | 19.63 | - |
| YUV | 169.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 109 | 0 | 0.39 | 0.54 | 0.06 | 17.08 | 0.8 | 0.68 |
| Hex | EF | 92 | 6D | 0 | 27 | 36 | 6 | 11 | 50 | 44 |
| Octal | 357 | 222 | 155 | 0 | 47 | 66 | 6 | 21 | 120 | 104 |
| Binary | 11101111 | 10010010 | 1101101 | 0 | 100111 | 110110 | 110 | 10001 | 1010000 | 1000100 |
Color Harmonies of #EF926D
Complementary color
Monochromatic Colors of #EF926D
Black with #EF926D
Text Example
Text Example
White with #EF926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF926D; }
p { color: rgb(239,146,109); }
H1.HeaderClassName
{
color: #EF926D;
}
.AnyTagClassName
{
color: #EF926D;
}
</style>
background-color css
<style>
a { background-color: #EF926D; }
a { background-color: rgb(239,146,109); }
div.DivClassName
{
background-color: #EF926D;
}
.BgClassName
{
background-color: #EF926D;
}
</style>
border-color css
<style>
span { border-color: #EF926D; }
span { border-color: rgb(239,146,109); }
td.TdClassName
{
border-color: #EF926D;
}
.TagClassName
{
border-color: #EF926D;
}
</style>