Shades of Salmon #EF806B
Tints of Salmon #EF806B
RGB
CMYK
RGB Variations
Color information
#EF806B (or 0xEF806B) is known color: Salmon. HEX triplet: EF, 80 and 6B. RGB value is (239,128,107). Sum of RGB (Red+Green+Blue) = 239+128+107=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF806B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF806B is #107F94. Grayscale: #9E9E9E. Windows color (decimal): -1081237 or 7045359. OLE color: 7045359.
HSL color Cylindrical-coordinate representation of color #EF806B: hue angle of 9.55º 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 #EF806B is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 107 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.06 |
| HSL | 9.55º | 0.8% | 0.68% | - |
| HSV(B) | 9.55º | 0.55% | 0.94% | - |
| XYZ | 45.97 | 34.85 | 18.21 | - |
| YUV | 158.8 | 98.77 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 107 | 0 | 0.46 | 0.55 | 0.06 | 9.55 | 0.8 | 0.68 |
| Hex | EF | 80 | 6B | 0 | 2E | 37 | 6 | A | 50 | 44 |
| Octal | 357 | 200 | 153 | 0 | 56 | 67 | 6 | 12 | 120 | 104 |
| Binary | 11101111 | 10000000 | 1101011 | 0 | 101110 | 110111 | 110 | 1010 | 1010000 | 1000100 |
Color Harmonies of #EF806B
Complementary color
Monochromatic Colors of #EF806B
Black with #EF806B
Text Example
Text Example
White with #EF806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF806B; }
p { color: rgb(239,128,107); }
H1.HeaderClassName
{
color: #EF806B;
}
.AnyTagClassName
{
color: #EF806B;
}
</style>
background-color css
<style>
a { background-color: #EF806B; }
a { background-color: rgb(239,128,107); }
div.DivClassName
{
background-color: #EF806B;
}
.BgClassName
{
background-color: #EF806B;
}
</style>
border-color css
<style>
span { border-color: #EF806B; }
span { border-color: rgb(239,128,107); }
td.TdClassName
{
border-color: #EF806B;
}
.TagClassName
{
border-color: #EF806B;
}
</style>