Shades of Salmon #EF876B
Tints of Salmon #EF876B
RGB
CMYK
RGB Variations
Color information
#EF876B (or 0xEF876B) is known color: Salmon. HEX triplet: EF, 87 and 6B. RGB value is (239,135,107). Sum of RGB (Red+Green+Blue) = 239+135+107=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF876B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF876B is #107894. Grayscale: #A3A3A3. Windows color (decimal): -1079445 or 7047151. OLE color: 7047151.
HSL color Cylindrical-coordinate representation of color #EF876B: hue angle of 12.73º 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 #EF876B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 107 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.06 |
| HSL | 12.73º | 0.8% | 0.68% | - |
| HSV(B) | 12.73º | 0.55% | 0.94% | - |
| XYZ | 46.91 | 36.74 | 18.53 | - |
| YUV | 162.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 107 | 0 | 0.44 | 0.55 | 0.06 | 12.73 | 0.8 | 0.68 |
| Hex | EF | 87 | 6B | 0 | 2C | 37 | 6 | D | 50 | 44 |
| Octal | 357 | 207 | 153 | 0 | 54 | 67 | 6 | 15 | 120 | 104 |
| Binary | 11101111 | 10000111 | 1101011 | 0 | 101100 | 110111 | 110 | 1101 | 1010000 | 1000100 |
Color Harmonies of #EF876B
Complementary color
Monochromatic Colors of #EF876B
Black with #EF876B
Text Example
Text Example
White with #EF876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF876B; }
p { color: rgb(239,135,107); }
H1.HeaderClassName
{
color: #EF876B;
}
.AnyTagClassName
{
color: #EF876B;
}
</style>
background-color css
<style>
a { background-color: #EF876B; }
a { background-color: rgb(239,135,107); }
div.DivClassName
{
background-color: #EF876B;
}
.BgClassName
{
background-color: #EF876B;
}
</style>
border-color css
<style>
span { border-color: #EF876B; }
span { border-color: rgb(239,135,107); }
td.TdClassName
{
border-color: #EF876B;
}
.TagClassName
{
border-color: #EF876B;
}
</style>