Shades of Salmon #EF846B
Tints of Salmon #EF846B
RGB
CMYK
RGB Variations
Color information
#EF846B (or 0xEF846B) is known color: Salmon. HEX triplet: EF, 84 and 6B. RGB value is (239,132,107). Sum of RGB (Red+Green+Blue) = 239+132+107=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF846B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF846B is #107B94. Grayscale: #A1A1A1. Windows color (decimal): -1080213 or 7046383. OLE color: 7046383.
HSL color Cylindrical-coordinate representation of color #EF846B: hue angle of 11.36º 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 #EF846B is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 107 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.06 |
| HSL | 11.36º | 0.8% | 0.68% | - |
| HSV(B) | 11.36º | 0.55% | 0.94% | - |
| XYZ | 46.5 | 35.91 | 18.39 | - |
| YUV | 161.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 107 | 0 | 0.45 | 0.55 | 0.06 | 11.36 | 0.8 | 0.68 |
| Hex | EF | 84 | 6B | 0 | 2D | 37 | 6 | B | 50 | 44 |
| Octal | 357 | 204 | 153 | 0 | 55 | 67 | 6 | 13 | 120 | 104 |
| Binary | 11101111 | 10000100 | 1101011 | 0 | 101101 | 110111 | 110 | 1011 | 1010000 | 1000100 |
Color Harmonies of #EF846B
Complementary color
Monochromatic Colors of #EF846B
Black with #EF846B
Text Example
Text Example
White with #EF846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF846B; }
p { color: rgb(239,132,107); }
H1.HeaderClassName
{
color: #EF846B;
}
.AnyTagClassName
{
color: #EF846B;
}
</style>
background-color css
<style>
a { background-color: #EF846B; }
a { background-color: rgb(239,132,107); }
div.DivClassName
{
background-color: #EF846B;
}
.BgClassName
{
background-color: #EF846B;
}
</style>
border-color css
<style>
span { border-color: #EF846B; }
span { border-color: rgb(239,132,107); }
td.TdClassName
{
border-color: #EF846B;
}
.TagClassName
{
border-color: #EF846B;
}
</style>