Shades of Salmon #ED876E
Tints of Salmon #ED876E
RGB
CMYK
RGB Variations
Color information
#ED876E (or 0xED876E) is known color: Salmon. HEX triplet: ED, 87 and 6E. RGB value is (237,135,110). Sum of RGB (Red+Green+Blue) = 237+135+110=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED876E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED876E is #127891. Grayscale: #A2A2A2. Windows color (decimal): -1210514 or 7243757. OLE color: 7243757.
HSL color Cylindrical-coordinate representation of color #ED876E: hue angle of 11.81º 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 #ED876E is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 110 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.07 |
| HSL | 11.81º | 0.78% | 0.68% | - |
| HSV(B) | 11.81º | 0.54% | 0.93% | - |
| XYZ | 46.4 | 36.46 | 19.34 | - |
| YUV | 162.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 110 | 0 | 0.43 | 0.54 | 0.07 | 11.81 | 0.78 | 0.68 |
| Hex | ED | 87 | 6E | 0 | 2B | 36 | 7 | C | 4E | 44 |
| Octal | 355 | 207 | 156 | 0 | 53 | 66 | 7 | 14 | 116 | 104 |
| Binary | 11101101 | 10000111 | 1101110 | 0 | 101011 | 110110 | 111 | 1100 | 1001110 | 1000100 |
Color Harmonies of #ED876E
Complementary color
Monochromatic Colors of #ED876E
Black with #ED876E
Text Example
Text Example
White with #ED876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED876E; }
p { color: rgb(237,135,110); }
H1.HeaderClassName
{
color: #ED876E;
}
.AnyTagClassName
{
color: #ED876E;
}
</style>
background-color css
<style>
a { background-color: #ED876E; }
a { background-color: rgb(237,135,110); }
div.DivClassName
{
background-color: #ED876E;
}
.BgClassName
{
background-color: #ED876E;
}
</style>
border-color css
<style>
span { border-color: #ED876E; }
span { border-color: rgb(237,135,110); }
td.TdClassName
{
border-color: #ED876E;
}
.TagClassName
{
border-color: #ED876E;
}
</style>