Shades of Dark Salmon #E59F7E
Tints of Dark Salmon #E59F7E
RGB
CMYK
RGB Variations
Color information
#E59F7E (or 0xE59F7E) is known color: Dark Salmon. HEX triplet: E5, 9F and 7E. RGB value is (229,159,126). Sum of RGB (Red+Green+Blue) = 229+159+126=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59F7E is #1A6081. Grayscale: #B0B0B0. Windows color (decimal): -1728642 or 8298469. OLE color: 8298469.
HSL color Cylindrical-coordinate representation of color #E59F7E: hue angle of 19.22º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E59F7E is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 126 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.10 |
| HSL | 19.22º | 0.66% | 0.7% | - |
| HSV(B) | 19.22º | 0.45% | 0.9% | - |
| XYZ | 48.48 | 42.96 | 25.48 | - |
| YUV | 176.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 126 | 0 | 0.31 | 0.45 | 0.10 | 19.22 | 0.66 | 0.7 |
| Hex | E5 | 9F | 7E | 0 | 1F | 2D | A | 13 | 42 | 46 |
| Octal | 345 | 237 | 176 | 0 | 37 | 55 | 12 | 23 | 102 | 106 |
| Binary | 11100101 | 10011111 | 1111110 | 0 | 11111 | 101101 | 1010 | 10011 | 1000010 | 1000110 |
Color Harmonies of #E59F7E
Complementary color
Monochromatic Colors of #E59F7E
Black with #E59F7E
Text Example
Text Example
White with #E59F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F7E; }
p { color: rgb(229,159,126); }
H1.HeaderClassName
{
color: #E59F7E;
}
.AnyTagClassName
{
color: #E59F7E;
}
</style>
background-color css
<style>
a { background-color: #E59F7E; }
a { background-color: rgb(229,159,126); }
div.DivClassName
{
background-color: #E59F7E;
}
.BgClassName
{
background-color: #E59F7E;
}
</style>
border-color css
<style>
span { border-color: #E59F7E; }
span { border-color: rgb(229,159,126); }
td.TdClassName
{
border-color: #E59F7E;
}
.TagClassName
{
border-color: #E59F7E;
}
</style>