Shades of Dark Salmon #E59F76
Tints of Dark Salmon #E59F76
RGB
CMYK
RGB Variations
Color information
#E59F76 (or 0xE59F76) is known color: Dark Salmon. HEX triplet: E5, 9F and 76. RGB value is (229,159,118). Sum of RGB (Red+Green+Blue) = 229+159+118=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59F76 is #1A6089. Grayscale: #AFAFAF. Windows color (decimal): -1728650 or 7774181. OLE color: 7774181.
HSL color Cylindrical-coordinate representation of color #E59F76: hue angle of 22.16º 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 #E59F76 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 118 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.10 |
| HSL | 22.16º | 0.68% | 0.68% | - |
| HSV(B) | 22.16º | 0.48% | 0.9% | - |
| XYZ | 47.98 | 42.76 | 22.86 | - |
| YUV | 175.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 118 | 0 | 0.31 | 0.48 | 0.10 | 22.16 | 0.68 | 0.68 |
| Hex | E5 | 9F | 76 | 0 | 1F | 30 | A | 16 | 44 | 44 |
| Octal | 345 | 237 | 166 | 0 | 37 | 60 | 12 | 26 | 104 | 104 |
| Binary | 11100101 | 10011111 | 1110110 | 0 | 11111 | 110000 | 1010 | 10110 | 1000100 | 1000100 |
Color Harmonies of #E59F76
Complementary color
Monochromatic Colors of #E59F76
Black with #E59F76
Text Example
Text Example
White with #E59F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F76; }
p { color: rgb(229,159,118); }
H1.HeaderClassName
{
color: #E59F76;
}
.AnyTagClassName
{
color: #E59F76;
}
</style>
background-color css
<style>
a { background-color: #E59F76; }
a { background-color: rgb(229,159,118); }
div.DivClassName
{
background-color: #E59F76;
}
.BgClassName
{
background-color: #E59F76;
}
</style>
border-color css
<style>
span { border-color: #E59F76; }
span { border-color: rgb(229,159,118); }
td.TdClassName
{
border-color: #E59F76;
}
.TagClassName
{
border-color: #E59F76;
}
</style>