Shades of Dark Salmon #E59C76
Tints of Dark Salmon #E59C76
RGB
CMYK
RGB Variations
Color information
#E59C76 (or 0xE59C76) is known color: Dark Salmon. HEX triplet: E5, 9C and 76. RGB value is (229,156,118). Sum of RGB (Red+Green+Blue) = 229+156+118=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59C76 is #1A6389. Grayscale: #ADADAD. Windows color (decimal): -1729418 or 7773413. OLE color: 7773413.
HSL color Cylindrical-coordinate representation of color #E59C76: hue angle of 20.54º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E59C76 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 118 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.10 |
| HSL | 20.54º | 0.68% | 0.68% | - |
| HSV(B) | 20.54º | 0.48% | 0.9% | - |
| XYZ | 47.47 | 41.74 | 22.69 | - |
| YUV | 173.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 118 | 0 | 0.32 | 0.48 | 0.10 | 20.54 | 0.68 | 0.68 |
| Hex | E5 | 9C | 76 | 0 | 20 | 30 | A | 15 | 44 | 44 |
| Octal | 345 | 234 | 166 | 0 | 40 | 60 | 12 | 25 | 104 | 104 |
| Binary | 11100101 | 10011100 | 1110110 | 0 | 100000 | 110000 | 1010 | 10101 | 1000100 | 1000100 |
Color Harmonies of #E59C76
Complementary color
Monochromatic Colors of #E59C76
Black with #E59C76
Text Example
Text Example
White with #E59C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C76; }
p { color: rgb(229,156,118); }
H1.HeaderClassName
{
color: #E59C76;
}
.AnyTagClassName
{
color: #E59C76;
}
</style>
background-color css
<style>
a { background-color: #E59C76; }
a { background-color: rgb(229,156,118); }
div.DivClassName
{
background-color: #E59C76;
}
.BgClassName
{
background-color: #E59C76;
}
</style>
border-color css
<style>
span { border-color: #E59C76; }
span { border-color: rgb(229,156,118); }
td.TdClassName
{
border-color: #E59C76;
}
.TagClassName
{
border-color: #E59C76;
}
</style>