Shades of Dark Salmon #E59976
Tints of Dark Salmon #E59976
RGB
CMYK
RGB Variations
Color information
#E59976 (or 0xE59976) is known color: Dark Salmon. HEX triplet: E5, 99 and 76. RGB value is (229,153,118). Sum of RGB (Red+Green+Blue) = 229+153+118=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E59976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59976 is #1A6689. Grayscale: #ABABAB. Windows color (decimal): -1730186 or 7772645. OLE color: 7772645.
HSL color Cylindrical-coordinate representation of color #E59976: hue angle of 18.92º 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 #E59976 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 118 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.10 |
| HSL | 18.92º | 0.68% | 0.68% | - |
| HSV(B) | 18.92º | 0.48% | 0.9% | - |
| XYZ | 46.97 | 40.75 | 22.53 | - |
| YUV | 171.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 118 | 0 | 0.33 | 0.48 | 0.10 | 18.92 | 0.68 | 0.68 |
| Hex | E5 | 99 | 76 | 0 | 21 | 30 | A | 13 | 44 | 44 |
| Octal | 345 | 231 | 166 | 0 | 41 | 60 | 12 | 23 | 104 | 104 |
| Binary | 11100101 | 10011001 | 1110110 | 0 | 100001 | 110000 | 1010 | 10011 | 1000100 | 1000100 |
Color Harmonies of #E59976
Complementary color
Monochromatic Colors of #E59976
Black with #E59976
Text Example
Text Example
White with #E59976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59976; }
p { color: rgb(229,153,118); }
H1.HeaderClassName
{
color: #E59976;
}
.AnyTagClassName
{
color: #E59976;
}
</style>
background-color css
<style>
a { background-color: #E59976; }
a { background-color: rgb(229,153,118); }
div.DivClassName
{
background-color: #E59976;
}
.BgClassName
{
background-color: #E59976;
}
</style>
border-color css
<style>
span { border-color: #E59976; }
span { border-color: rgb(229,153,118); }
td.TdClassName
{
border-color: #E59976;
}
.TagClassName
{
border-color: #E59976;
}
</style>