Shades of Salmon #ED8873
Tints of Salmon #ED8873
RGB
CMYK
RGB Variations
Color information
#ED8873 (or 0xED8873) is known color: Salmon. HEX triplet: ED, 88 and 73. RGB value is (237,136,115). Sum of RGB (Red+Green+Blue) = 237+136+115=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8873 is #12778C. Grayscale: #A3A3A3. Windows color (decimal): -1210253 or 7571693. OLE color: 7571693.
HSL color Cylindrical-coordinate representation of color #ED8873: hue angle of 10.33º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED8873 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 115 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.07 |
| HSL | 10.33º | 0.77% | 0.69% | - |
| HSV(B) | 10.33º | 0.51% | 0.93% | - |
| XYZ | 46.82 | 36.85 | 20.86 | - |
| YUV | 163.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 115 | 0 | 0.43 | 0.51 | 0.07 | 10.33 | 0.77 | 0.69 |
| Hex | ED | 88 | 73 | 0 | 2B | 33 | 7 | A | 4D | 45 |
| Octal | 355 | 210 | 163 | 0 | 53 | 63 | 7 | 12 | 115 | 105 |
| Binary | 11101101 | 10001000 | 1110011 | 0 | 101011 | 110011 | 111 | 1010 | 1001101 | 1000101 |
Color Harmonies of #ED8873
Complementary color
Monochromatic Colors of #ED8873
Black with #ED8873
Text Example
Text Example
White with #ED8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8873; }
p { color: rgb(237,136,115); }
H1.HeaderClassName
{
color: #ED8873;
}
.AnyTagClassName
{
color: #ED8873;
}
</style>
background-color css
<style>
a { background-color: #ED8873; }
a { background-color: rgb(237,136,115); }
div.DivClassName
{
background-color: #ED8873;
}
.BgClassName
{
background-color: #ED8873;
}
</style>
border-color css
<style>
span { border-color: #ED8873; }
span { border-color: rgb(237,136,115); }
td.TdClassName
{
border-color: #ED8873;
}
.TagClassName
{
border-color: #ED8873;
}
</style>