Shades of Dark Salmon #E59175
Tints of Dark Salmon #E59175
RGB
CMYK
RGB Variations
Color information
#E59175 (or 0xE59175) is known color: Dark Salmon. HEX triplet: E5, 91 and 75. RGB value is (229,145,117). Sum of RGB (Red+Green+Blue) = 229+145+117=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E59175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59175 is #1A6E8A. Grayscale: #A7A7A7. Windows color (decimal): -1732235 or 7705061. OLE color: 7705061.
HSL color Cylindrical-coordinate representation of color #E59175: hue angle of 15º 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 #E59175 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 117 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.10 |
| HSL | 15º | 0.68% | 0.68% | - |
| HSV(B) | 15º | 0.49% | 0.9% | - |
| XYZ | 45.65 | 38.19 | 21.8 | - |
| YUV | 166.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 117 | 0 | 0.37 | 0.49 | 0.10 | 15 | 0.68 | 0.68 |
| Hex | E5 | 91 | 75 | 0 | 25 | 31 | A | F | 44 | 44 |
| Octal | 345 | 221 | 165 | 0 | 45 | 61 | 12 | 17 | 104 | 104 |
| Binary | 11100101 | 10010001 | 1110101 | 0 | 100101 | 110001 | 1010 | 1111 | 1000100 | 1000100 |
Color Harmonies of #E59175
Complementary color
Monochromatic Colors of #E59175
Black with #E59175
Text Example
Text Example
White with #E59175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59175; }
p { color: rgb(229,145,117); }
H1.HeaderClassName
{
color: #E59175;
}
.AnyTagClassName
{
color: #E59175;
}
</style>
background-color css
<style>
a { background-color: #E59175; }
a { background-color: rgb(229,145,117); }
div.DivClassName
{
background-color: #E59175;
}
.BgClassName
{
background-color: #E59175;
}
</style>
border-color css
<style>
span { border-color: #E59175; }
span { border-color: rgb(229,145,117); }
td.TdClassName
{
border-color: #E59175;
}
.TagClassName
{
border-color: #E59175;
}
</style>