Shades of Salmon #ED876C
Tints of Salmon #ED876C
RGB
CMYK
RGB Variations
Color information
#ED876C (or 0xED876C) is known color: Salmon. HEX triplet: ED, 87 and 6C. RGB value is (237,135,108). Sum of RGB (Red+Green+Blue) = 237+135+108=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED876C is #127893. Grayscale: #A2A2A2. Windows color (decimal): -1210516 or 7112685. OLE color: 7112685.
HSL color Cylindrical-coordinate representation of color #ED876C: hue angle of 12.56º 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 #ED876C is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 108 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.07 |
| HSL | 12.56º | 0.78% | 0.68% | - |
| HSV(B) | 12.56º | 0.54% | 0.93% | - |
| XYZ | 46.3 | 36.42 | 18.78 | - |
| YUV | 162.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 108 | 0 | 0.43 | 0.54 | 0.07 | 12.56 | 0.78 | 0.68 |
| Hex | ED | 87 | 6C | 0 | 2B | 36 | 7 | D | 4E | 44 |
| Octal | 355 | 207 | 154 | 0 | 53 | 66 | 7 | 15 | 116 | 104 |
| Binary | 11101101 | 10000111 | 1101100 | 0 | 101011 | 110110 | 111 | 1101 | 1001110 | 1000100 |
Color Harmonies of #ED876C
Complementary color
Monochromatic Colors of #ED876C
Black with #ED876C
Text Example
Text Example
White with #ED876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED876C; }
p { color: rgb(237,135,108); }
H1.HeaderClassName
{
color: #ED876C;
}
.AnyTagClassName
{
color: #ED876C;
}
</style>
background-color css
<style>
a { background-color: #ED876C; }
a { background-color: rgb(237,135,108); }
div.DivClassName
{
background-color: #ED876C;
}
.BgClassName
{
background-color: #ED876C;
}
</style>
border-color css
<style>
span { border-color: #ED876C; }
span { border-color: rgb(237,135,108); }
td.TdClassName
{
border-color: #ED876C;
}
.TagClassName
{
border-color: #ED876C;
}
</style>