Shades of Salmon #ED846D
Tints of Salmon #ED846D
RGB
CMYK
RGB Variations
Color information
#ED846D (or 0xED846D) is known color: Salmon. HEX triplet: ED, 84 and 6D. RGB value is (237,132,109). Sum of RGB (Red+Green+Blue) = 237+132+109=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED846D is #127B92. Grayscale: #A0A0A0. Windows color (decimal): -1211283 or 7177453. OLE color: 7177453.
HSL color Cylindrical-coordinate representation of color #ED846D: hue angle of 10.78º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED846D is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 109 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.07 |
| HSL | 10.78º | 0.78% | 0.68% | - |
| HSV(B) | 10.78º | 0.54% | 0.93% | - |
| XYZ | 45.94 | 35.61 | 18.92 | - |
| YUV | 160.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 109 | 0 | 0.44 | 0.54 | 0.07 | 10.78 | 0.78 | 0.68 |
| Hex | ED | 84 | 6D | 0 | 2C | 36 | 7 | B | 4E | 44 |
| Octal | 355 | 204 | 155 | 0 | 54 | 66 | 7 | 13 | 116 | 104 |
| Binary | 11101101 | 10000100 | 1101101 | 0 | 101100 | 110110 | 111 | 1011 | 1001110 | 1000100 |
Color Harmonies of #ED846D
Complementary color
Monochromatic Colors of #ED846D
Black with #ED846D
Text Example
Text Example
White with #ED846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED846D; }
p { color: rgb(237,132,109); }
H1.HeaderClassName
{
color: #ED846D;
}
.AnyTagClassName
{
color: #ED846D;
}
</style>
background-color css
<style>
a { background-color: #ED846D; }
a { background-color: rgb(237,132,109); }
div.DivClassName
{
background-color: #ED846D;
}
.BgClassName
{
background-color: #ED846D;
}
</style>
border-color css
<style>
span { border-color: #ED846D; }
span { border-color: rgb(237,132,109); }
td.TdClassName
{
border-color: #ED846D;
}
.TagClassName
{
border-color: #ED846D;
}
</style>