Shades of Dark Salmon #E59075
Tints of Dark Salmon #E59075
RGB
CMYK
RGB Variations
Color information
#E59075 (or 0xE59075) is known color: Dark Salmon. HEX triplet: E5, 90 and 75. RGB value is (229,144,117). Sum of RGB (Red+Green+Blue) = 229+144+117=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E59075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59075 is #1A6F8A. Grayscale: #A6A6A6. Windows color (decimal): -1732491 or 7704805. OLE color: 7704805.
HSL color Cylindrical-coordinate representation of color #E59075: hue angle of 14.46º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E59075 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 117 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.10 |
| HSL | 14.46º | 0.68% | 0.68% | - |
| HSV(B) | 14.46º | 0.49% | 0.9% | - |
| XYZ | 45.5 | 37.89 | 21.74 | - |
| YUV | 166.34 | 100.16 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 117 | 0 | 0.37 | 0.49 | 0.10 | 14.46 | 0.68 | 0.68 |
| Hex | E5 | 90 | 75 | 0 | 25 | 31 | A | E | 44 | 44 |
| Octal | 345 | 220 | 165 | 0 | 45 | 61 | 12 | 16 | 104 | 104 |
| Binary | 11100101 | 10010000 | 1110101 | 0 | 100101 | 110001 | 1010 | 1110 | 1000100 | 1000100 |
Color Harmonies of #E59075
Complementary color
Monochromatic Colors of #E59075
Black with #E59075
Text Example
Text Example
White with #E59075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59075; }
p { color: rgb(229,144,117); }
H1.HeaderClassName
{
color: #E59075;
}
.AnyTagClassName
{
color: #E59075;
}
</style>
background-color css
<style>
a { background-color: #E59075; }
a { background-color: rgb(229,144,117); }
div.DivClassName
{
background-color: #E59075;
}
.BgClassName
{
background-color: #E59075;
}
</style>
border-color css
<style>
span { border-color: #E59075; }
span { border-color: rgb(229,144,117); }
td.TdClassName
{
border-color: #E59075;
}
.TagClassName
{
border-color: #E59075;
}
</style>