Shades of Salmon #ED816C
Tints of Salmon #ED816C
RGB
CMYK
RGB Variations
Color information
#ED816C (or 0xED816C) is known color: Salmon. HEX triplet: ED, 81 and 6C. RGB value is (237,129,108). Sum of RGB (Red+Green+Blue) = 237+129+108=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED816C is #127E93. Grayscale: #9F9F9F. Windows color (decimal): -1212052 or 7111149. OLE color: 7111149.
HSL color Cylindrical-coordinate representation of color #ED816C: hue angle of 9.77º 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 #ED816C is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 108 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.07 |
| HSL | 9.77º | 0.78% | 0.68% | - |
| HSV(B) | 9.77º | 0.54% | 0.93% | - |
| XYZ | 45.48 | 34.79 | 18.5 | - |
| YUV | 158.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 108 | 0 | 0.46 | 0.54 | 0.07 | 9.77 | 0.78 | 0.68 |
| Hex | ED | 81 | 6C | 0 | 2E | 36 | 7 | A | 4E | 44 |
| Octal | 355 | 201 | 154 | 0 | 56 | 66 | 7 | 12 | 116 | 104 |
| Binary | 11101101 | 10000001 | 1101100 | 0 | 101110 | 110110 | 111 | 1010 | 1001110 | 1000100 |
Color Harmonies of #ED816C
Complementary color
Monochromatic Colors of #ED816C
Black with #ED816C
Text Example
Text Example
White with #ED816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED816C; }
p { color: rgb(237,129,108); }
H1.HeaderClassName
{
color: #ED816C;
}
.AnyTagClassName
{
color: #ED816C;
}
</style>
background-color css
<style>
a { background-color: #ED816C; }
a { background-color: rgb(237,129,108); }
div.DivClassName
{
background-color: #ED816C;
}
.BgClassName
{
background-color: #ED816C;
}
</style>
border-color css
<style>
span { border-color: #ED816C; }
span { border-color: rgb(237,129,108); }
td.TdClassName
{
border-color: #ED816C;
}
.TagClassName
{
border-color: #ED816C;
}
</style>