Shades of Dark Salmon #E58F73
Tints of Dark Salmon #E58F73
RGB
CMYK
RGB Variations
Color information
#E58F73 (or 0xE58F73) is known color: Dark Salmon. HEX triplet: E5, 8F and 73. RGB value is (229,143,115). Sum of RGB (Red+Green+Blue) = 229+143+115=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58F73 is #1A708C. Grayscale: #A5A5A5. Windows color (decimal): -1732749 or 7573477. OLE color: 7573477.
HSL color Cylindrical-coordinate representation of color #E58F73: hue angle of 14.74º 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 #E58F73 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 115 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.10 |
| HSL | 14.74º | 0.69% | 0.67% | - |
| HSV(B) | 14.74º | 0.5% | 0.9% | - |
| XYZ | 45.23 | 37.54 | 21.08 | - |
| YUV | 165.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 115 | 0 | 0.38 | 0.50 | 0.10 | 14.74 | 0.69 | 0.67 |
| Hex | E5 | 8F | 73 | 0 | 26 | 32 | A | F | 45 | 43 |
| Octal | 345 | 217 | 163 | 0 | 46 | 62 | 12 | 17 | 105 | 103 |
| Binary | 11100101 | 10001111 | 1110011 | 0 | 100110 | 110010 | 1010 | 1111 | 1000101 | 1000011 |
Color Harmonies of #E58F73
Complementary color
Monochromatic Colors of #E58F73
Black with #E58F73
Text Example
Text Example
White with #E58F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58F73; }
p { color: rgb(229,143,115); }
H1.HeaderClassName
{
color: #E58F73;
}
.AnyTagClassName
{
color: #E58F73;
}
</style>
background-color css
<style>
a { background-color: #E58F73; }
a { background-color: rgb(229,143,115); }
div.DivClassName
{
background-color: #E58F73;
}
.BgClassName
{
background-color: #E58F73;
}
</style>
border-color css
<style>
span { border-color: #E58F73; }
span { border-color: rgb(229,143,115); }
td.TdClassName
{
border-color: #E58F73;
}
.TagClassName
{
border-color: #E58F73;
}
</style>