Shades of Dark Salmon #E59870
Tints of Dark Salmon #E59870
RGB
CMYK
RGB Variations
Color information
#E59870 (or 0xE59870) is known color: Dark Salmon. HEX triplet: E5, 98 and 70. RGB value is (229,152,112). Sum of RGB (Red+Green+Blue) = 229+152+112=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E59870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59870 is #1A678F. Grayscale: #AAAAAA. Windows color (decimal): -1730448 or 7379173. OLE color: 7379173.
HSL color Cylindrical-coordinate representation of color #E59870: hue angle of 20.51º 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 #E59870 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 112 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.10 |
| HSL | 20.51º | 0.69% | 0.67% | - |
| HSV(B) | 20.51º | 0.51% | 0.9% | - |
| XYZ | 46.47 | 40.28 | 20.66 | - |
| YUV | 170.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 112 | 0 | 0.34 | 0.51 | 0.10 | 20.51 | 0.69 | 0.67 |
| Hex | E5 | 98 | 70 | 0 | 22 | 33 | A | 15 | 45 | 43 |
| Octal | 345 | 230 | 160 | 0 | 42 | 63 | 12 | 25 | 105 | 103 |
| Binary | 11100101 | 10011000 | 1110000 | 0 | 100010 | 110011 | 1010 | 10101 | 1000101 | 1000011 |
Color Harmonies of #E59870
Complementary color
Monochromatic Colors of #E59870
Black with #E59870
Text Example
Text Example
White with #E59870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59870; }
p { color: rgb(229,152,112); }
H1.HeaderClassName
{
color: #E59870;
}
.AnyTagClassName
{
color: #E59870;
}
</style>
background-color css
<style>
a { background-color: #E59870; }
a { background-color: rgb(229,152,112); }
div.DivClassName
{
background-color: #E59870;
}
.BgClassName
{
background-color: #E59870;
}
</style>
border-color css
<style>
span { border-color: #E59870; }
span { border-color: rgb(229,152,112); }
td.TdClassName
{
border-color: #E59870;
}
.TagClassName
{
border-color: #E59870;
}
</style>