Shades of Salmon #EF886C
Tints of Salmon #EF886C
RGB
CMYK
RGB Variations
Color information
#EF886C (or 0xEF886C) is known color: Salmon. HEX triplet: EF, 88 and 6C. RGB value is (239,136,108). Sum of RGB (Red+Green+Blue) = 239+136+108=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF886C is #107793. Grayscale: #A3A3A3. Windows color (decimal): -1079188 or 7112943. OLE color: 7112943.
HSL color Cylindrical-coordinate representation of color #EF886C: hue angle of 12.82º 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 #EF886C is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 108 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.06 |
| HSL | 12.82º | 0.8% | 0.68% | - |
| HSV(B) | 12.82º | 0.55% | 0.94% | - |
| XYZ | 47.11 | 37.04 | 18.85 | - |
| YUV | 163.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 108 | 0 | 0.43 | 0.55 | 0.06 | 12.82 | 0.8 | 0.68 |
| Hex | EF | 88 | 6C | 0 | 2B | 37 | 6 | D | 50 | 44 |
| Octal | 357 | 210 | 154 | 0 | 53 | 67 | 6 | 15 | 120 | 104 |
| Binary | 11101111 | 10001000 | 1101100 | 0 | 101011 | 110111 | 110 | 1101 | 1010000 | 1000100 |
Color Harmonies of #EF886C
Complementary color
Monochromatic Colors of #EF886C
Black with #EF886C
Text Example
Text Example
White with #EF886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF886C; }
p { color: rgb(239,136,108); }
H1.HeaderClassName
{
color: #EF886C;
}
.AnyTagClassName
{
color: #EF886C;
}
</style>
background-color css
<style>
a { background-color: #EF886C; }
a { background-color: rgb(239,136,108); }
div.DivClassName
{
background-color: #EF886C;
}
.BgClassName
{
background-color: #EF886C;
}
</style>
border-color css
<style>
span { border-color: #EF886C; }
span { border-color: rgb(239,136,108); }
td.TdClassName
{
border-color: #EF886C;
}
.TagClassName
{
border-color: #EF886C;
}
</style>