Shades of Salmon #ED866D
Tints of Salmon #ED866D
RGB
CMYK
RGB Variations
Color information
#ED866D (or 0xED866D) is known color: Salmon. HEX triplet: ED, 86 and 6D. RGB value is (237,134,109). Sum of RGB (Red+Green+Blue) = 237+134+109=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED866D is #127992. Grayscale: #A2A2A2. Windows color (decimal): -1210771 or 7177965. OLE color: 7177965.
HSL color Cylindrical-coordinate representation of color #ED866D: hue angle of 11.72º 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 #ED866D is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 109 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.07 |
| HSL | 11.72º | 0.78% | 0.68% | - |
| HSV(B) | 11.72º | 0.54% | 0.93% | - |
| XYZ | 46.21 | 36.16 | 19.01 | - |
| YUV | 161.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 109 | 0 | 0.43 | 0.54 | 0.07 | 11.72 | 0.78 | 0.68 |
| Hex | ED | 86 | 6D | 0 | 2B | 36 | 7 | C | 4E | 44 |
| Octal | 355 | 206 | 155 | 0 | 53 | 66 | 7 | 14 | 116 | 104 |
| Binary | 11101101 | 10000110 | 1101101 | 0 | 101011 | 110110 | 111 | 1100 | 1001110 | 1000100 |
Color Harmonies of #ED866D
Complementary color
Monochromatic Colors of #ED866D
Black with #ED866D
Text Example
Text Example
White with #ED866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED866D; }
p { color: rgb(237,134,109); }
H1.HeaderClassName
{
color: #ED866D;
}
.AnyTagClassName
{
color: #ED866D;
}
</style>
background-color css
<style>
a { background-color: #ED866D; }
a { background-color: rgb(237,134,109); }
div.DivClassName
{
background-color: #ED866D;
}
.BgClassName
{
background-color: #ED866D;
}
</style>
border-color css
<style>
span { border-color: #ED866D; }
span { border-color: rgb(237,134,109); }
td.TdClassName
{
border-color: #ED866D;
}
.TagClassName
{
border-color: #ED866D;
}
</style>