Shades of Salmon #EF866C
Tints of Salmon #EF866C
RGB
CMYK
RGB Variations
Color information
#EF866C (or 0xEF866C) is known color: Salmon. HEX triplet: EF, 86 and 6C. RGB value is (239,134,108). Sum of RGB (Red+Green+Blue) = 239+134+108=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF866C is #107993. Grayscale: #A2A2A2. Windows color (decimal): -1079700 or 7112431. OLE color: 7112431.
HSL color Cylindrical-coordinate representation of color #EF866C: hue angle of 11.91º 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 #EF866C is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 108 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.06 |
| HSL | 11.91º | 0.8% | 0.68% | - |
| HSV(B) | 11.91º | 0.55% | 0.94% | - |
| XYZ | 46.83 | 36.48 | 18.76 | - |
| YUV | 162.43 | 97.29 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 108 | 0 | 0.44 | 0.55 | 0.06 | 11.91 | 0.8 | 0.68 |
| Hex | EF | 86 | 6C | 0 | 2C | 37 | 6 | C | 50 | 44 |
| Octal | 357 | 206 | 154 | 0 | 54 | 67 | 6 | 14 | 120 | 104 |
| Binary | 11101111 | 10000110 | 1101100 | 0 | 101100 | 110111 | 110 | 1100 | 1010000 | 1000100 |
Color Harmonies of #EF866C
Complementary color
Monochromatic Colors of #EF866C
Black with #EF866C
Text Example
Text Example
White with #EF866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF866C; }
p { color: rgb(239,134,108); }
H1.HeaderClassName
{
color: #EF866C;
}
.AnyTagClassName
{
color: #EF866C;
}
</style>
background-color css
<style>
a { background-color: #EF866C; }
a { background-color: rgb(239,134,108); }
div.DivClassName
{
background-color: #EF866C;
}
.BgClassName
{
background-color: #EF866C;
}
</style>
border-color css
<style>
span { border-color: #EF866C; }
span { border-color: rgb(239,134,108); }
td.TdClassName
{
border-color: #EF866C;
}
.TagClassName
{
border-color: #EF866C;
}
</style>