Shades of Salmon #EF876D
Tints of Salmon #EF876D
RGB
CMYK
RGB Variations
Color information
#EF876D (or 0xEF876D) is known color: Salmon. HEX triplet: EF, 87 and 6D. RGB value is (239,135,109). Sum of RGB (Red+Green+Blue) = 239+135+109=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF876D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF876D is #107892. Grayscale: #A3A3A3. Windows color (decimal): -1079443 or 7178223. OLE color: 7178223.
HSL color Cylindrical-coordinate representation of color #EF876D: hue angle of 12º 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 #EF876D is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 109 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.06 |
| HSL | 12º | 0.8% | 0.68% | - |
| HSV(B) | 12º | 0.54% | 0.94% | - |
| XYZ | 47.02 | 36.78 | 19.09 | - |
| YUV | 163.13 | 97.46 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 109 | 0 | 0.44 | 0.54 | 0.06 | 12 | 0.8 | 0.68 |
| Hex | EF | 87 | 6D | 0 | 2C | 36 | 6 | C | 50 | 44 |
| Octal | 357 | 207 | 155 | 0 | 54 | 66 | 6 | 14 | 120 | 104 |
| Binary | 11101111 | 10000111 | 1101101 | 0 | 101100 | 110110 | 110 | 1100 | 1010000 | 1000100 |
Color Harmonies of #EF876D
Complementary color
Monochromatic Colors of #EF876D
Black with #EF876D
Text Example
Text Example
White with #EF876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF876D; }
p { color: rgb(239,135,109); }
H1.HeaderClassName
{
color: #EF876D;
}
.AnyTagClassName
{
color: #EF876D;
}
</style>
background-color css
<style>
a { background-color: #EF876D; }
a { background-color: rgb(239,135,109); }
div.DivClassName
{
background-color: #EF876D;
}
.BgClassName
{
background-color: #EF876D;
}
</style>
border-color css
<style>
span { border-color: #EF876D; }
span { border-color: rgb(239,135,109); }
td.TdClassName
{
border-color: #EF876D;
}
.TagClassName
{
border-color: #EF876D;
}
</style>