Shades of Dark Salmon #E58D71
Tints of Dark Salmon #E58D71
RGB
CMYK
RGB Variations
Color information
#E58D71 (or 0xE58D71) is known color: Dark Salmon. HEX triplet: E5, 8D and 71. RGB value is (229,141,113). Sum of RGB (Red+Green+Blue) = 229+141+113=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58D71 is #1A728E. Grayscale: #A4A4A4. Windows color (decimal): -1733263 or 7441893. OLE color: 7441893.
HSL color Cylindrical-coordinate representation of color #E58D71: hue angle of 14.48º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E58D71 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 113 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.10 |
| HSL | 14.48º | 0.69% | 0.67% | - |
| HSV(B) | 14.48º | 0.51% | 0.9% | - |
| XYZ | 44.82 | 36.9 | 20.38 | - |
| YUV | 164.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 113 | 0 | 0.38 | 0.51 | 0.10 | 14.48 | 0.69 | 0.67 |
| Hex | E5 | 8D | 71 | 0 | 26 | 33 | A | E | 45 | 43 |
| Octal | 345 | 215 | 161 | 0 | 46 | 63 | 12 | 16 | 105 | 103 |
| Binary | 11100101 | 10001101 | 1110001 | 0 | 100110 | 110011 | 1010 | 1110 | 1000101 | 1000011 |
Color Harmonies of #E58D71
Complementary color
Monochromatic Colors of #E58D71
Black with #E58D71
Text Example
Text Example
White with #E58D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58D71; }
p { color: rgb(229,141,113); }
H1.HeaderClassName
{
color: #E58D71;
}
.AnyTagClassName
{
color: #E58D71;
}
</style>
background-color css
<style>
a { background-color: #E58D71; }
a { background-color: rgb(229,141,113); }
div.DivClassName
{
background-color: #E58D71;
}
.BgClassName
{
background-color: #E58D71;
}
</style>
border-color css
<style>
span { border-color: #E58D71; }
span { border-color: rgb(229,141,113); }
td.TdClassName
{
border-color: #E58D71;
}
.TagClassName
{
border-color: #E58D71;
}
</style>