Shades of Dark Salmon #E58D73
Tints of Dark Salmon #E58D73
RGB
CMYK
RGB Variations
Color information
#E58D73 (or 0xE58D73) is known color: Dark Salmon. HEX triplet: E5, 8D and 73. RGB value is (229,141,115). Sum of RGB (Red+Green+Blue) = 229+141+115=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D73 is #1A728C. Grayscale: #A4A4A4. Windows color (decimal): -1733261 or 7572965. OLE color: 7572965.
HSL color Cylindrical-coordinate representation of color #E58D73: hue angle of 13.68º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E58D73 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 115 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.10 |
| HSL | 13.68º | 0.69% | 0.67% | - |
| HSV(B) | 13.68º | 0.5% | 0.9% | - |
| XYZ | 44.93 | 36.95 | 20.98 | - |
| YUV | 164.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 115 | 0 | 0.38 | 0.50 | 0.10 | 13.68 | 0.69 | 0.67 |
| Hex | E5 | 8D | 73 | 0 | 26 | 32 | A | E | 45 | 43 |
| Octal | 345 | 215 | 163 | 0 | 46 | 62 | 12 | 16 | 105 | 103 |
| Binary | 11100101 | 10001101 | 1110011 | 0 | 100110 | 110010 | 1010 | 1110 | 1000101 | 1000011 |
Color Harmonies of #E58D73
Complementary color
Monochromatic Colors of #E58D73
Black with #E58D73
Text Example
Text Example
White with #E58D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D73; }
p { color: rgb(229,141,115); }
H1.HeaderClassName
{
color: #E58D73;
}
.AnyTagClassName
{
color: #E58D73;
}
</style>
background-color css
<style>
a { background-color: #E58D73; }
a { background-color: rgb(229,141,115); }
div.DivClassName
{
background-color: #E58D73;
}
.BgClassName
{
background-color: #E58D73;
}
</style>
border-color css
<style>
span { border-color: #E58D73; }
span { border-color: rgb(229,141,115); }
td.TdClassName
{
border-color: #E58D73;
}
.TagClassName
{
border-color: #E58D73;
}
</style>