Shades of Dark Salmon #E59E7B
Tints of Dark Salmon #E59E7B
RGB
CMYK
RGB Variations
Color information
#E59E7B (or 0xE59E7B) is known color: Dark Salmon. HEX triplet: E5, 9E and 7B. RGB value is (229,158,123). Sum of RGB (Red+Green+Blue) = 229+158+123=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E59E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59E7B is #1A6184. Grayscale: #AFAFAF. Windows color (decimal): -1728901 or 8101605. OLE color: 8101605.
HSL color Cylindrical-coordinate representation of color #E59E7B: hue angle of 19.81º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E59E7B is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 158 | 123 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.10 |
| HSL | 19.81º | 0.67% | 0.69% | - |
| HSV(B) | 19.81º | 0.46% | 0.9% | - |
| XYZ | 48.12 | 42.54 | 24.41 | - |
| YUV | 175.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 158 | 123 | 0 | 0.31 | 0.46 | 0.10 | 19.81 | 0.67 | 0.69 |
| Hex | E5 | 9E | 7B | 0 | 1F | 2E | A | 14 | 43 | 45 |
| Octal | 345 | 236 | 173 | 0 | 37 | 56 | 12 | 24 | 103 | 105 |
| Binary | 11100101 | 10011110 | 1111011 | 0 | 11111 | 101110 | 1010 | 10100 | 1000011 | 1000101 |
Color Harmonies of #E59E7B
Complementary color
Monochromatic Colors of #E59E7B
Black with #E59E7B
Text Example
Text Example
White with #E59E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59E7B; }
p { color: rgb(229,158,123); }
H1.HeaderClassName
{
color: #E59E7B;
}
.AnyTagClassName
{
color: #E59E7B;
}
</style>
background-color css
<style>
a { background-color: #E59E7B; }
a { background-color: rgb(229,158,123); }
div.DivClassName
{
background-color: #E59E7B;
}
.BgClassName
{
background-color: #E59E7B;
}
</style>
border-color css
<style>
span { border-color: #E59E7B; }
span { border-color: rgb(229,158,123); }
td.TdClassName
{
border-color: #E59E7B;
}
.TagClassName
{
border-color: #E59E7B;
}
</style>