Shades of Salmon #ED856C
Tints of Salmon #ED856C
RGB
CMYK
RGB Variations
Color information
#ED856C (or 0xED856C) is known color: Salmon. HEX triplet: ED, 85 and 6C. RGB value is (237,133,108). Sum of RGB (Red+Green+Blue) = 237+133+108=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED856C is #127A93. Grayscale: #A1A1A1. Windows color (decimal): -1211028 or 7112173. OLE color: 7112173.
HSL color Cylindrical-coordinate representation of color #ED856C: hue angle of 11.63º 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 #ED856C is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 108 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.07 |
| HSL | 11.63º | 0.78% | 0.68% | - |
| HSV(B) | 11.63º | 0.54% | 0.93% | - |
| XYZ | 46.02 | 35.86 | 18.68 | - |
| YUV | 161.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 108 | 0 | 0.44 | 0.54 | 0.07 | 11.63 | 0.78 | 0.68 |
| Hex | ED | 85 | 6C | 0 | 2C | 36 | 7 | C | 4E | 44 |
| Octal | 355 | 205 | 154 | 0 | 54 | 66 | 7 | 14 | 116 | 104 |
| Binary | 11101101 | 10000101 | 1101100 | 0 | 101100 | 110110 | 111 | 1100 | 1001110 | 1000100 |
Color Harmonies of #ED856C
Complementary color
Monochromatic Colors of #ED856C
Black with #ED856C
Text Example
Text Example
White with #ED856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED856C; }
p { color: rgb(237,133,108); }
H1.HeaderClassName
{
color: #ED856C;
}
.AnyTagClassName
{
color: #ED856C;
}
</style>
background-color css
<style>
a { background-color: #ED856C; }
a { background-color: rgb(237,133,108); }
div.DivClassName
{
background-color: #ED856C;
}
.BgClassName
{
background-color: #ED856C;
}
</style>
border-color css
<style>
span { border-color: #ED856C; }
span { border-color: rgb(237,133,108); }
td.TdClassName
{
border-color: #ED856C;
}
.TagClassName
{
border-color: #ED856C;
}
</style>