Shades of Dark Salmon #E59B7E
Tints of Dark Salmon #E59B7E
RGB
CMYK
RGB Variations
Color information
#E59B7E (or 0xE59B7E) is known color: Dark Salmon. HEX triplet: E5, 9B and 7E. RGB value is (229,155,126). Sum of RGB (Red+Green+Blue) = 229+155+126=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E59B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59B7E is #1A6481. Grayscale: #AEAEAE. Windows color (decimal): -1729666 or 8297445. OLE color: 8297445.
HSL color Cylindrical-coordinate representation of color #E59B7E: hue angle of 16.89º 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 #E59B7E is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 126 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.10 |
| HSL | 16.89º | 0.66% | 0.7% | - |
| HSV(B) | 16.89º | 0.45% | 0.9% | - |
| XYZ | 47.8 | 41.61 | 25.25 | - |
| YUV | 173.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 126 | 0 | 0.32 | 0.45 | 0.10 | 16.89 | 0.66 | 0.7 |
| Hex | E5 | 9B | 7E | 0 | 20 | 2D | A | 11 | 42 | 46 |
| Octal | 345 | 233 | 176 | 0 | 40 | 55 | 12 | 21 | 102 | 106 |
| Binary | 11100101 | 10011011 | 1111110 | 0 | 100000 | 101101 | 1010 | 10001 | 1000010 | 1000110 |
Color Harmonies of #E59B7E
Complementary color
Monochromatic Colors of #E59B7E
Black with #E59B7E
Text Example
Text Example
White with #E59B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59B7E; }
p { color: rgb(229,155,126); }
H1.HeaderClassName
{
color: #E59B7E;
}
.AnyTagClassName
{
color: #E59B7E;
}
</style>
background-color css
<style>
a { background-color: #E59B7E; }
a { background-color: rgb(229,155,126); }
div.DivClassName
{
background-color: #E59B7E;
}
.BgClassName
{
background-color: #E59B7E;
}
</style>
border-color css
<style>
span { border-color: #E59B7E; }
span { border-color: rgb(229,155,126); }
td.TdClassName
{
border-color: #E59B7E;
}
.TagClassName
{
border-color: #E59B7E;
}
</style>