Shades of Dark Salmon #EF9A6E
Tints of Dark Salmon #EF9A6E
RGB
CMYK
RGB Variations
Color information
#EF9A6E (or 0xEF9A6E) is known color: Dark Salmon. HEX triplet: EF, 9A and 6E. RGB value is (239,154,110). Sum of RGB (Red+Green+Blue) = 239+154+110=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A6E is #106591. Grayscale: #AEAEAE. Windows color (decimal): -1074578 or 7248623. OLE color: 7248623.
HSL color Cylindrical-coordinate representation of color #EF9A6E: hue angle of 20.47º 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 #EF9A6E is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 110 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.06 |
| HSL | 20.47º | 0.8% | 0.68% | - |
| HSV(B) | 20.47º | 0.54% | 0.94% | - |
| XYZ | 49.97 | 42.59 | 20.34 | - |
| YUV | 174.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 110 | 0 | 0.36 | 0.54 | 0.06 | 20.47 | 0.8 | 0.68 |
| Hex | EF | 9A | 6E | 0 | 24 | 36 | 6 | 14 | 50 | 44 |
| Octal | 357 | 232 | 156 | 0 | 44 | 66 | 6 | 24 | 120 | 104 |
| Binary | 11101111 | 10011010 | 1101110 | 0 | 100100 | 110110 | 110 | 10100 | 1010000 | 1000100 |
Color Harmonies of #EF9A6E
Complementary color
Monochromatic Colors of #EF9A6E
Black with #EF9A6E
Text Example
Text Example
White with #EF9A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A6E; }
p { color: rgb(239,154,110); }
H1.HeaderClassName
{
color: #EF9A6E;
}
.AnyTagClassName
{
color: #EF9A6E;
}
</style>
background-color css
<style>
a { background-color: #EF9A6E; }
a { background-color: rgb(239,154,110); }
div.DivClassName
{
background-color: #EF9A6E;
}
.BgClassName
{
background-color: #EF9A6E;
}
</style>
border-color css
<style>
span { border-color: #EF9A6E; }
span { border-color: rgb(239,154,110); }
td.TdClassName
{
border-color: #EF9A6E;
}
.TagClassName
{
border-color: #EF9A6E;
}
</style>