Shades of Dark Salmon #E59C7A
Tints of Dark Salmon #E59C7A
RGB
CMYK
RGB Variations
Color information
#E59C7A (or 0xE59C7A) is known color: Dark Salmon. HEX triplet: E5, 9C and 7A. RGB value is (229,156,122). Sum of RGB (Red+Green+Blue) = 229+156+122=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59C7A is #1A6385. Grayscale: #AEAEAE. Windows color (decimal): -1729414 or 8035557. OLE color: 8035557.
HSL color Cylindrical-coordinate representation of color #E59C7A: hue angle of 19.07º 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 #E59C7A is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 122 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.10 |
| HSL | 19.07º | 0.67% | 0.69% | - |
| HSV(B) | 19.07º | 0.47% | 0.9% | - |
| XYZ | 47.71 | 41.84 | 23.97 | - |
| YUV | 173.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 122 | 0 | 0.32 | 0.47 | 0.10 | 19.07 | 0.67 | 0.69 |
| Hex | E5 | 9C | 7A | 0 | 20 | 2F | A | 13 | 43 | 45 |
| Octal | 345 | 234 | 172 | 0 | 40 | 57 | 12 | 23 | 103 | 105 |
| Binary | 11100101 | 10011100 | 1111010 | 0 | 100000 | 101111 | 1010 | 10011 | 1000011 | 1000101 |
Color Harmonies of #E59C7A
Complementary color
Monochromatic Colors of #E59C7A
Black with #E59C7A
Text Example
Text Example
White with #E59C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C7A; }
p { color: rgb(229,156,122); }
H1.HeaderClassName
{
color: #E59C7A;
}
.AnyTagClassName
{
color: #E59C7A;
}
</style>
background-color css
<style>
a { background-color: #E59C7A; }
a { background-color: rgb(229,156,122); }
div.DivClassName
{
background-color: #E59C7A;
}
.BgClassName
{
background-color: #E59C7A;
}
</style>
border-color css
<style>
span { border-color: #E59C7A; }
span { border-color: rgb(229,156,122); }
td.TdClassName
{
border-color: #E59C7A;
}
.TagClassName
{
border-color: #E59C7A;
}
</style>