Shades of Dark Salmon #ED8B73
Tints of Dark Salmon #ED8B73
RGB
CMYK
RGB Variations
Color information
#ED8B73 (or 0xED8B73) is known color: Dark Salmon. HEX triplet: ED, 8B and 73. RGB value is (237,139,115). Sum of RGB (Red+Green+Blue) = 237+139+115=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8B73 is #12748C. Grayscale: #A5A5A5. Windows color (decimal): -1209485 or 7572461. OLE color: 7572461.
HSL color Cylindrical-coordinate representation of color #ED8B73: hue angle of 11.8º 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 #ED8B73 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 115 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.07 |
| HSL | 11.8º | 0.77% | 0.69% | - |
| HSV(B) | 11.8º | 0.51% | 0.93% | - |
| XYZ | 47.25 | 37.71 | 21.01 | - |
| YUV | 165.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 115 | 0 | 0.41 | 0.51 | 0.07 | 11.8 | 0.77 | 0.69 |
| Hex | ED | 8B | 73 | 0 | 29 | 33 | 7 | C | 4D | 45 |
| Octal | 355 | 213 | 163 | 0 | 51 | 63 | 7 | 14 | 115 | 105 |
| Binary | 11101101 | 10001011 | 1110011 | 0 | 101001 | 110011 | 111 | 1100 | 1001101 | 1000101 |
Color Harmonies of #ED8B73
Complementary color
Monochromatic Colors of #ED8B73
Black with #ED8B73
Text Example
Text Example
White with #ED8B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8B73; }
p { color: rgb(237,139,115); }
H1.HeaderClassName
{
color: #ED8B73;
}
.AnyTagClassName
{
color: #ED8B73;
}
</style>
background-color css
<style>
a { background-color: #ED8B73; }
a { background-color: rgb(237,139,115); }
div.DivClassName
{
background-color: #ED8B73;
}
.BgClassName
{
background-color: #ED8B73;
}
</style>
border-color css
<style>
span { border-color: #ED8B73; }
span { border-color: rgb(237,139,115); }
td.TdClassName
{
border-color: #ED8B73;
}
.TagClassName
{
border-color: #ED8B73;
}
</style>