Shades of Dark Salmon #E59F70
Tints of Dark Salmon #E59F70
RGB
CMYK
RGB Variations
Color information
#E59F70 (or 0xE59F70) is known color: Dark Salmon. HEX triplet: E5, 9F and 70. RGB value is (229,159,112). Sum of RGB (Red+Green+Blue) = 229+159+112=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59F70 is #1A608F. Grayscale: #AEAEAE. Windows color (decimal): -1728656 or 7380965. OLE color: 7380965.
HSL color Cylindrical-coordinate representation of color #E59F70: hue angle of 24.1º 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 #E59F70 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 112 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.10 |
| HSL | 24.1º | 0.69% | 0.67% | - |
| HSV(B) | 24.1º | 0.51% | 0.9% | - |
| XYZ | 47.64 | 42.62 | 21.05 | - |
| YUV | 174.57 | 92.69 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 112 | 0 | 0.31 | 0.51 | 0.10 | 24.1 | 0.69 | 0.67 |
| Hex | E5 | 9F | 70 | 0 | 1F | 33 | A | 18 | 45 | 43 |
| Octal | 345 | 237 | 160 | 0 | 37 | 63 | 12 | 30 | 105 | 103 |
| Binary | 11100101 | 10011111 | 1110000 | 0 | 11111 | 110011 | 1010 | 11000 | 1000101 | 1000011 |
Color Harmonies of #E59F70
Complementary color
Monochromatic Colors of #E59F70
Black with #E59F70
Text Example
Text Example
White with #E59F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F70; }
p { color: rgb(229,159,112); }
H1.HeaderClassName
{
color: #E59F70;
}
.AnyTagClassName
{
color: #E59F70;
}
</style>
background-color css
<style>
a { background-color: #E59F70; }
a { background-color: rgb(229,159,112); }
div.DivClassName
{
background-color: #E59F70;
}
.BgClassName
{
background-color: #E59F70;
}
</style>
border-color css
<style>
span { border-color: #E59F70; }
span { border-color: rgb(229,159,112); }
td.TdClassName
{
border-color: #E59F70;
}
.TagClassName
{
border-color: #E59F70;
}
</style>