Shades of Salmon #ED866F
Tints of Salmon #ED866F
RGB
CMYK
RGB Variations
Color information
#ED866F (or 0xED866F) is known color: Salmon. HEX triplet: ED, 86 and 6F. RGB value is (237,134,111). Sum of RGB (Red+Green+Blue) = 237+134+111=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED866F is #127990. Grayscale: #A2A2A2. Windows color (decimal): -1210769 or 7309037. OLE color: 7309037.
HSL color Cylindrical-coordinate representation of color #ED866F: hue angle of 10.95º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED866F is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 111 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.07 |
| HSL | 10.95º | 0.78% | 0.68% | - |
| HSV(B) | 10.95º | 0.53% | 0.93% | - |
| XYZ | 46.32 | 36.2 | 19.59 | - |
| YUV | 162.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 111 | 0 | 0.43 | 0.53 | 0.07 | 10.95 | 0.78 | 0.68 |
| Hex | ED | 86 | 6F | 0 | 2B | 35 | 7 | B | 4E | 44 |
| Octal | 355 | 206 | 157 | 0 | 53 | 65 | 7 | 13 | 116 | 104 |
| Binary | 11101101 | 10000110 | 1101111 | 0 | 101011 | 110101 | 111 | 1011 | 1001110 | 1000100 |
Color Harmonies of #ED866F
Complementary color
Monochromatic Colors of #ED866F
Black with #ED866F
Text Example
Text Example
White with #ED866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED866F; }
p { color: rgb(237,134,111); }
H1.HeaderClassName
{
color: #ED866F;
}
.AnyTagClassName
{
color: #ED866F;
}
</style>
background-color css
<style>
a { background-color: #ED866F; }
a { background-color: rgb(237,134,111); }
div.DivClassName
{
background-color: #ED866F;
}
.BgClassName
{
background-color: #ED866F;
}
</style>
border-color css
<style>
span { border-color: #ED866F; }
span { border-color: rgb(237,134,111); }
td.TdClassName
{
border-color: #ED866F;
}
.TagClassName
{
border-color: #ED866F;
}
</style>