Shades of Dark Salmon #EF9A6F
Tints of Dark Salmon #EF9A6F
RGB
CMYK
RGB Variations
Color information
#EF9A6F (or 0xEF9A6F) is known color: Dark Salmon. HEX triplet: EF, 9A and 6F. RGB value is (239,154,111). Sum of RGB (Red+Green+Blue) = 239+154+111=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A6F is #106590. Grayscale: #AEAEAE. Windows color (decimal): -1074577 or 7314159. OLE color: 7314159.
HSL color Cylindrical-coordinate representation of color #EF9A6F: hue angle of 20.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF9A6F is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 111 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.06 |
| HSL | 20.16º | 0.8% | 0.69% | - |
| HSV(B) | 20.16º | 0.54% | 0.94% | - |
| XYZ | 50.02 | 42.61 | 20.63 | - |
| YUV | 174.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 111 | 0 | 0.36 | 0.54 | 0.06 | 20.16 | 0.8 | 0.69 |
| Hex | EF | 9A | 6F | 0 | 24 | 36 | 6 | 14 | 50 | 45 |
| Octal | 357 | 232 | 157 | 0 | 44 | 66 | 6 | 24 | 120 | 105 |
| Binary | 11101111 | 10011010 | 1101111 | 0 | 100100 | 110110 | 110 | 10100 | 1010000 | 1000101 |
Color Harmonies of #EF9A6F
Complementary color
Monochromatic Colors of #EF9A6F
Black with #EF9A6F
Text Example
Text Example
White with #EF9A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A6F; }
p { color: rgb(239,154,111); }
H1.HeaderClassName
{
color: #EF9A6F;
}
.AnyTagClassName
{
color: #EF9A6F;
}
</style>
background-color css
<style>
a { background-color: #EF9A6F; }
a { background-color: rgb(239,154,111); }
div.DivClassName
{
background-color: #EF9A6F;
}
.BgClassName
{
background-color: #EF9A6F;
}
</style>
border-color css
<style>
span { border-color: #EF9A6F; }
span { border-color: rgb(239,154,111); }
td.TdClassName
{
border-color: #EF9A6F;
}
.TagClassName
{
border-color: #EF9A6F;
}
</style>