Shades of Salmon #EF846D
Tints of Salmon #EF846D
RGB
CMYK
RGB Variations
Color information
#EF846D (or 0xEF846D) is known color: Salmon. HEX triplet: EF, 84 and 6D. RGB value is (239,132,109). Sum of RGB (Red+Green+Blue) = 239+132+109=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF846D is #107B92. Grayscale: #A1A1A1. Windows color (decimal): -1080211 or 7177455. OLE color: 7177455.
HSL color Cylindrical-coordinate representation of color #EF846D: hue angle of 10.62º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF846D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 109 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.06 |
| HSL | 10.62º | 0.8% | 0.68% | - |
| HSV(B) | 10.62º | 0.54% | 0.94% | - |
| XYZ | 46.61 | 35.96 | 18.95 | - |
| YUV | 161.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 109 | 0 | 0.45 | 0.54 | 0.06 | 10.62 | 0.8 | 0.68 |
| Hex | EF | 84 | 6D | 0 | 2D | 36 | 6 | B | 50 | 44 |
| Octal | 357 | 204 | 155 | 0 | 55 | 66 | 6 | 13 | 120 | 104 |
| Binary | 11101111 | 10000100 | 1101101 | 0 | 101101 | 110110 | 110 | 1011 | 1010000 | 1000100 |
Color Harmonies of #EF846D
Complementary color
Monochromatic Colors of #EF846D
Black with #EF846D
Text Example
Text Example
White with #EF846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF846D; }
p { color: rgb(239,132,109); }
H1.HeaderClassName
{
color: #EF846D;
}
.AnyTagClassName
{
color: #EF846D;
}
</style>
background-color css
<style>
a { background-color: #EF846D; }
a { background-color: rgb(239,132,109); }
div.DivClassName
{
background-color: #EF846D;
}
.BgClassName
{
background-color: #EF846D;
}
</style>
border-color css
<style>
span { border-color: #EF846D; }
span { border-color: rgb(239,132,109); }
td.TdClassName
{
border-color: #EF846D;
}
.TagClassName
{
border-color: #EF846D;
}
</style>