Shades of Salmon #ED876F
Tints of Salmon #ED876F
RGB
CMYK
RGB Variations
Color information
#ED876F (or 0xED876F) is known color: Salmon. HEX triplet: ED, 87 and 6F. RGB value is (237,135,111). Sum of RGB (Red+Green+Blue) = 237+135+111=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED876F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED876F is #127890. Grayscale: #A2A2A2. Windows color (decimal): -1210513 or 7309293. OLE color: 7309293.
HSL color Cylindrical-coordinate representation of color #ED876F: hue angle of 11.43º 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 #ED876F is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 111 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.07 |
| HSL | 11.43º | 0.78% | 0.68% | - |
| HSV(B) | 11.43º | 0.53% | 0.93% | - |
| XYZ | 46.46 | 36.48 | 19.63 | - |
| YUV | 162.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 111 | 0 | 0.43 | 0.53 | 0.07 | 11.43 | 0.78 | 0.68 |
| Hex | ED | 87 | 6F | 0 | 2B | 35 | 7 | B | 4E | 44 |
| Octal | 355 | 207 | 157 | 0 | 53 | 65 | 7 | 13 | 116 | 104 |
| Binary | 11101101 | 10000111 | 1101111 | 0 | 101011 | 110101 | 111 | 1011 | 1001110 | 1000100 |
Color Harmonies of #ED876F
Complementary color
Monochromatic Colors of #ED876F
Black with #ED876F
Text Example
Text Example
White with #ED876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED876F; }
p { color: rgb(237,135,111); }
H1.HeaderClassName
{
color: #ED876F;
}
.AnyTagClassName
{
color: #ED876F;
}
</style>
background-color css
<style>
a { background-color: #ED876F; }
a { background-color: rgb(237,135,111); }
div.DivClassName
{
background-color: #ED876F;
}
.BgClassName
{
background-color: #ED876F;
}
</style>
border-color css
<style>
span { border-color: #ED876F; }
span { border-color: rgb(237,135,111); }
td.TdClassName
{
border-color: #ED876F;
}
.TagClassName
{
border-color: #ED876F;
}
</style>