Shades of Dark Salmon #E59D7A
Tints of Dark Salmon #E59D7A
RGB
CMYK
RGB Variations
Color information
#E59D7A (or 0xE59D7A) is known color: Dark Salmon. HEX triplet: E5, 9D and 7A. RGB value is (229,157,122). Sum of RGB (Red+Green+Blue) = 229+157+122=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59D7A is #1A6285. Grayscale: #AEAEAE. Windows color (decimal): -1729158 or 8035813. OLE color: 8035813.
HSL color Cylindrical-coordinate representation of color #E59D7A: hue angle of 19.63º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E59D7A is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 122 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.10 |
| HSL | 19.63º | 0.67% | 0.69% | - |
| HSV(B) | 19.63º | 0.47% | 0.9% | - |
| XYZ | 47.88 | 42.18 | 24.03 | - |
| YUV | 174.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 122 | 0 | 0.31 | 0.47 | 0.10 | 19.63 | 0.67 | 0.69 |
| Hex | E5 | 9D | 7A | 0 | 1F | 2F | A | 14 | 43 | 45 |
| Octal | 345 | 235 | 172 | 0 | 37 | 57 | 12 | 24 | 103 | 105 |
| Binary | 11100101 | 10011101 | 1111010 | 0 | 11111 | 101111 | 1010 | 10100 | 1000011 | 1000101 |
Color Harmonies of #E59D7A
Complementary color
Monochromatic Colors of #E59D7A
Black with #E59D7A
Text Example
Text Example
White with #E59D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59D7A; }
p { color: rgb(229,157,122); }
H1.HeaderClassName
{
color: #E59D7A;
}
.AnyTagClassName
{
color: #E59D7A;
}
</style>
background-color css
<style>
a { background-color: #E59D7A; }
a { background-color: rgb(229,157,122); }
div.DivClassName
{
background-color: #E59D7A;
}
.BgClassName
{
background-color: #E59D7A;
}
</style>
border-color css
<style>
span { border-color: #E59D7A; }
span { border-color: rgb(229,157,122); }
td.TdClassName
{
border-color: #E59D7A;
}
.TagClassName
{
border-color: #E59D7A;
}
</style>