Shades of Dark Salmon #E59E70
Tints of Dark Salmon #E59E70
RGB
CMYK
RGB Variations
Color information
#E59E70 (or 0xE59E70) is known color: Dark Salmon. HEX triplet: E5, 9E and 70. RGB value is (229,158,112). Sum of RGB (Red+Green+Blue) = 229+158+112=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E59E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59E70 is #1A618F. Grayscale: #AEAEAE. Windows color (decimal): -1728912 or 7380709. OLE color: 7380709.
HSL color Cylindrical-coordinate representation of color #E59E70: hue angle of 23.59º 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 #E59E70 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 158 | 112 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.10 |
| HSL | 23.59º | 0.69% | 0.67% | - |
| HSV(B) | 23.59º | 0.51% | 0.9% | - |
| XYZ | 47.46 | 42.28 | 20.99 | - |
| YUV | 173.99 | 93.02 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 112 | 0 | 0.31 | 0.51 | 0.10 | 23.59 | 0.69 | 0.67 |
| Hex | E5 | 9E | 70 | 0 | 1F | 33 | A | 18 | 45 | 43 |
| Octal | 345 | 236 | 160 | 0 | 37 | 63 | 12 | 30 | 105 | 103 |
| Binary | 11100101 | 10011110 | 1110000 | 0 | 11111 | 110011 | 1010 | 11000 | 1000101 | 1000011 |
Color Harmonies of #E59E70
Complementary color
Monochromatic Colors of #E59E70
Black with #E59E70
Text Example
Text Example
White with #E59E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59E70; }
p { color: rgb(229,158,112); }
H1.HeaderClassName
{
color: #E59E70;
}
.AnyTagClassName
{
color: #E59E70;
}
</style>
background-color css
<style>
a { background-color: #E59E70; }
a { background-color: rgb(229,158,112); }
div.DivClassName
{
background-color: #E59E70;
}
.BgClassName
{
background-color: #E59E70;
}
</style>
border-color css
<style>
span { border-color: #E59E70; }
span { border-color: rgb(229,158,112); }
td.TdClassName
{
border-color: #E59E70;
}
.TagClassName
{
border-color: #E59E70;
}
</style>