Shades of Dark Salmon #EB8D73
Tints of Dark Salmon #EB8D73
RGB
CMYK
RGB Variations
Color information
#EB8D73 (or 0xEB8D73) is known color: Dark Salmon. HEX triplet: EB, 8D and 73. RGB value is (235,141,115). Sum of RGB (Red+Green+Blue) = 235+141+115=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8D73 is #14728C. Grayscale: #A6A6A6. Windows color (decimal): -1340045 or 7572971. OLE color: 7572971.
HSL color Cylindrical-coordinate representation of color #EB8D73: hue angle of 13º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB8D73 is Cyan = 0, Magento = 0.4, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 115 | - |
| CMYK | 0 | 0.4 | 0.51 | 0.08 |
| HSL | 13º | 0.75% | 0.69% | - |
| HSV(B) | 13º | 0.51% | 0.92% | - |
| XYZ | 46.88 | 37.95 | 21.07 | - |
| YUV | 166.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 115 | 0 | 0.4 | 0.51 | 0.08 | 13 | 0.75 | 0.69 |
| Hex | EB | 8D | 73 | 0 | 28 | 33 | 8 | D | 4B | 45 |
| Octal | 353 | 215 | 163 | 0 | 50 | 63 | 10 | 15 | 113 | 105 |
| Binary | 11101011 | 10001101 | 1110011 | 0 | 101000 | 110011 | 1000 | 1101 | 1001011 | 1000101 |
Color Harmonies of #EB8D73
Complementary color
Monochromatic Colors of #EB8D73
Black with #EB8D73
Text Example
Text Example
White with #EB8D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D73; }
p { color: rgb(235,141,115); }
H1.HeaderClassName
{
color: #EB8D73;
}
.AnyTagClassName
{
color: #EB8D73;
}
</style>
background-color css
<style>
a { background-color: #EB8D73; }
a { background-color: rgb(235,141,115); }
div.DivClassName
{
background-color: #EB8D73;
}
.BgClassName
{
background-color: #EB8D73;
}
</style>
border-color css
<style>
span { border-color: #EB8D73; }
span { border-color: rgb(235,141,115); }
td.TdClassName
{
border-color: #EB8D73;
}
.TagClassName
{
border-color: #EB8D73;
}
</style>