Shades of Dark Salmon #EF9A6D
Tints of Dark Salmon #EF9A6D
RGB
CMYK
RGB Variations
Color information
#EF9A6D (or 0xEF9A6D) is known color: Dark Salmon. HEX triplet: EF, 9A and 6D. RGB value is (239,154,109). Sum of RGB (Red+Green+Blue) = 239+154+109=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A6D is #106592. Grayscale: #AEAEAE. Windows color (decimal): -1074579 or 7183087. OLE color: 7183087.
HSL color Cylindrical-coordinate representation of color #EF9A6D: hue angle of 20.77º 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 #EF9A6D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 109 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.06 |
| HSL | 20.77º | 0.8% | 0.68% | - |
| HSV(B) | 20.77º | 0.54% | 0.94% | - |
| XYZ | 49.91 | 42.57 | 20.05 | - |
| YUV | 174.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 109 | 0 | 0.36 | 0.54 | 0.06 | 20.77 | 0.8 | 0.68 |
| Hex | EF | 9A | 6D | 0 | 24 | 36 | 6 | 15 | 50 | 44 |
| Octal | 357 | 232 | 155 | 0 | 44 | 66 | 6 | 25 | 120 | 104 |
| Binary | 11101111 | 10011010 | 1101101 | 0 | 100100 | 110110 | 110 | 10101 | 1010000 | 1000100 |
Color Harmonies of #EF9A6D
Complementary color
Monochromatic Colors of #EF9A6D
Black with #EF9A6D
Text Example
Text Example
White with #EF9A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A6D; }
p { color: rgb(239,154,109); }
H1.HeaderClassName
{
color: #EF9A6D;
}
.AnyTagClassName
{
color: #EF9A6D;
}
</style>
background-color css
<style>
a { background-color: #EF9A6D; }
a { background-color: rgb(239,154,109); }
div.DivClassName
{
background-color: #EF9A6D;
}
.BgClassName
{
background-color: #EF9A6D;
}
</style>
border-color css
<style>
span { border-color: #EF9A6D; }
span { border-color: rgb(239,154,109); }
td.TdClassName
{
border-color: #EF9A6D;
}
.TagClassName
{
border-color: #EF9A6D;
}
</style>