Shades of Dark Salmon #E59172
Tints of Dark Salmon #E59172
RGB
CMYK
RGB Variations
Color information
#E59172 (or 0xE59172) is known color: Dark Salmon. HEX triplet: E5, 91 and 72. RGB value is (229,145,114). Sum of RGB (Red+Green+Blue) = 229+145+114=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E59172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59172 is #1A6E8D. Grayscale: #A6A6A6. Windows color (decimal): -1732238 or 7508453. OLE color: 7508453.
HSL color Cylindrical-coordinate representation of color #E59172: hue angle of 16.17º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E59172 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 114 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.10 |
| HSL | 16.17º | 0.69% | 0.67% | - |
| HSV(B) | 16.17º | 0.5% | 0.9% | - |
| XYZ | 45.48 | 38.12 | 20.88 | - |
| YUV | 166.58 | 98.33 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 114 | 0 | 0.37 | 0.50 | 0.10 | 16.17 | 0.69 | 0.67 |
| Hex | E5 | 91 | 72 | 0 | 25 | 32 | A | 10 | 45 | 43 |
| Octal | 345 | 221 | 162 | 0 | 45 | 62 | 12 | 20 | 105 | 103 |
| Binary | 11100101 | 10010001 | 1110010 | 0 | 100101 | 110010 | 1010 | 10000 | 1000101 | 1000011 |
Color Harmonies of #E59172
Complementary color
Monochromatic Colors of #E59172
Black with #E59172
Text Example
Text Example
White with #E59172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59172; }
p { color: rgb(229,145,114); }
H1.HeaderClassName
{
color: #E59172;
}
.AnyTagClassName
{
color: #E59172;
}
</style>
background-color css
<style>
a { background-color: #E59172; }
a { background-color: rgb(229,145,114); }
div.DivClassName
{
background-color: #E59172;
}
.BgClassName
{
background-color: #E59172;
}
</style>
border-color css
<style>
span { border-color: #E59172; }
span { border-color: rgb(229,145,114); }
td.TdClassName
{
border-color: #E59172;
}
.TagClassName
{
border-color: #E59172;
}
</style>