Shades of Salmon #EF876F
Tints of Salmon #EF876F
RGB
CMYK
RGB Variations
Color information
#EF876F (or 0xEF876F) is known color: Salmon. HEX triplet: EF, 87 and 6F. RGB value is (239,135,111). Sum of RGB (Red+Green+Blue) = 239+135+111=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF876F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF876F is #107890. Grayscale: #A3A3A3. Windows color (decimal): -1079441 or 7309295. OLE color: 7309295.
HSL color Cylindrical-coordinate representation of color #EF876F: hue angle of 11.25º 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 #EF876F is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 111 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.06 |
| HSL | 11.25º | 0.8% | 0.69% | - |
| HSV(B) | 11.25º | 0.54% | 0.94% | - |
| XYZ | 47.13 | 36.83 | 19.66 | - |
| YUV | 163.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 111 | 0 | 0.44 | 0.54 | 0.06 | 11.25 | 0.8 | 0.69 |
| Hex | EF | 87 | 6F | 0 | 2C | 36 | 6 | B | 50 | 45 |
| Octal | 357 | 207 | 157 | 0 | 54 | 66 | 6 | 13 | 120 | 105 |
| Binary | 11101111 | 10000111 | 1101111 | 0 | 101100 | 110110 | 110 | 1011 | 1010000 | 1000101 |
Color Harmonies of #EF876F
Complementary color
Monochromatic Colors of #EF876F
Black with #EF876F
Text Example
Text Example
White with #EF876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF876F; }
p { color: rgb(239,135,111); }
H1.HeaderClassName
{
color: #EF876F;
}
.AnyTagClassName
{
color: #EF876F;
}
</style>
background-color css
<style>
a { background-color: #EF876F; }
a { background-color: rgb(239,135,111); }
div.DivClassName
{
background-color: #EF876F;
}
.BgClassName
{
background-color: #EF876F;
}
</style>
border-color css
<style>
span { border-color: #EF876F; }
span { border-color: rgb(239,135,111); }
td.TdClassName
{
border-color: #EF876F;
}
.TagClassName
{
border-color: #EF876F;
}
</style>