Shades of Dark Salmon #ED8A73
Tints of Dark Salmon #ED8A73
RGB
CMYK
RGB Variations
Color information
#ED8A73 (or 0xED8A73) is known color: Dark Salmon. HEX triplet: ED, 8A and 73. RGB value is (237,138,115). Sum of RGB (Red+Green+Blue) = 237+138+115=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A73 is #12758C. Grayscale: #A5A5A5. Windows color (decimal): -1209741 or 7572205. OLE color: 7572205.
HSL color Cylindrical-coordinate representation of color #ED8A73: hue angle of 11.31º 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 #ED8A73 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 115 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.07 |
| HSL | 11.31º | 0.77% | 0.69% | - |
| HSV(B) | 11.31º | 0.51% | 0.93% | - |
| XYZ | 47.11 | 37.42 | 20.96 | - |
| YUV | 164.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 115 | 0 | 0.42 | 0.51 | 0.07 | 11.31 | 0.77 | 0.69 |
| Hex | ED | 8A | 73 | 0 | 2A | 33 | 7 | B | 4D | 45 |
| Octal | 355 | 212 | 163 | 0 | 52 | 63 | 7 | 13 | 115 | 105 |
| Binary | 11101101 | 10001010 | 1110011 | 0 | 101010 | 110011 | 111 | 1011 | 1001101 | 1000101 |
Color Harmonies of #ED8A73
Complementary color
Monochromatic Colors of #ED8A73
Black with #ED8A73
Text Example
Text Example
White with #ED8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A73; }
p { color: rgb(237,138,115); }
H1.HeaderClassName
{
color: #ED8A73;
}
.AnyTagClassName
{
color: #ED8A73;
}
</style>
background-color css
<style>
a { background-color: #ED8A73; }
a { background-color: rgb(237,138,115); }
div.DivClassName
{
background-color: #ED8A73;
}
.BgClassName
{
background-color: #ED8A73;
}
</style>
border-color css
<style>
span { border-color: #ED8A73; }
span { border-color: rgb(237,138,115); }
td.TdClassName
{
border-color: #ED8A73;
}
.TagClassName
{
border-color: #ED8A73;
}
</style>