Shades of Salmon #EF876C
Tints of Salmon #EF876C
RGB
CMYK
RGB Variations
Color information
#EF876C (or 0xEF876C) is known color: Salmon. HEX triplet: EF, 87 and 6C. RGB value is (239,135,108). Sum of RGB (Red+Green+Blue) = 239+135+108=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF876C is #107893. Grayscale: #A3A3A3. Windows color (decimal): -1079444 or 7112687. OLE color: 7112687.
HSL color Cylindrical-coordinate representation of color #EF876C: hue angle of 12.37º 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 #EF876C is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 108 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.06 |
| HSL | 12.37º | 0.8% | 0.68% | - |
| HSV(B) | 12.37º | 0.55% | 0.94% | - |
| XYZ | 46.97 | 36.76 | 18.81 | - |
| YUV | 163.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 108 | 0 | 0.44 | 0.55 | 0.06 | 12.37 | 0.8 | 0.68 |
| Hex | EF | 87 | 6C | 0 | 2C | 37 | 6 | C | 50 | 44 |
| Octal | 357 | 207 | 154 | 0 | 54 | 67 | 6 | 14 | 120 | 104 |
| Binary | 11101111 | 10000111 | 1101100 | 0 | 101100 | 110111 | 110 | 1100 | 1010000 | 1000100 |
Color Harmonies of #EF876C
Complementary color
Monochromatic Colors of #EF876C
Black with #EF876C
Text Example
Text Example
White with #EF876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF876C; }
p { color: rgb(239,135,108); }
H1.HeaderClassName
{
color: #EF876C;
}
.AnyTagClassName
{
color: #EF876C;
}
</style>
background-color css
<style>
a { background-color: #EF876C; }
a { background-color: rgb(239,135,108); }
div.DivClassName
{
background-color: #EF876C;
}
.BgClassName
{
background-color: #EF876C;
}
</style>
border-color css
<style>
span { border-color: #EF876C; }
span { border-color: rgb(239,135,108); }
td.TdClassName
{
border-color: #EF876C;
}
.TagClassName
{
border-color: #EF876C;
}
</style>