Shades of Dark Salmon #EF926B
Tints of Dark Salmon #EF926B
RGB
CMYK
RGB Variations
Color information
#EF926B (or 0xEF926B) is known color: Dark Salmon. HEX triplet: EF, 92 and 6B. RGB value is (239,146,107). Sum of RGB (Red+Green+Blue) = 239+146+107=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF926B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF926B is #106D94. Grayscale: #A9A9A9. Windows color (decimal): -1076629 or 7049967. OLE color: 7049967.
HSL color Cylindrical-coordinate representation of color #EF926B: hue angle of 17.73º 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 #EF926B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 107 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.06 |
| HSL | 17.73º | 0.8% | 0.68% | - |
| HSV(B) | 17.73º | 0.55% | 0.94% | - |
| XYZ | 48.53 | 39.97 | 19.07 | - |
| YUV | 169.36 | 92.81 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 107 | 0 | 0.39 | 0.55 | 0.06 | 17.73 | 0.8 | 0.68 |
| Hex | EF | 92 | 6B | 0 | 27 | 37 | 6 | 12 | 50 | 44 |
| Octal | 357 | 222 | 153 | 0 | 47 | 67 | 6 | 22 | 120 | 104 |
| Binary | 11101111 | 10010010 | 1101011 | 0 | 100111 | 110111 | 110 | 10010 | 1010000 | 1000100 |
Color Harmonies of #EF926B
Complementary color
Monochromatic Colors of #EF926B
Black with #EF926B
Text Example
Text Example
White with #EF926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF926B; }
p { color: rgb(239,146,107); }
H1.HeaderClassName
{
color: #EF926B;
}
.AnyTagClassName
{
color: #EF926B;
}
</style>
background-color css
<style>
a { background-color: #EF926B; }
a { background-color: rgb(239,146,107); }
div.DivClassName
{
background-color: #EF926B;
}
.BgClassName
{
background-color: #EF926B;
}
</style>
border-color css
<style>
span { border-color: #EF926B; }
span { border-color: rgb(239,146,107); }
td.TdClassName
{
border-color: #EF926B;
}
.TagClassName
{
border-color: #EF926B;
}
</style>