Shades of Dark Salmon #E59073
Tints of Dark Salmon #E59073
RGB
CMYK
RGB Variations
Color information
#E59073 (or 0xE59073) is known color: Dark Salmon. HEX triplet: E5, 90 and 73. RGB value is (229,144,115). Sum of RGB (Red+Green+Blue) = 229+144+115=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E59073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E59073 is #1A6F8C. Grayscale: #A6A6A6. Windows color (decimal): -1732493 or 7573733. OLE color: 7573733.
HSL color Cylindrical-coordinate representation of color #E59073: hue angle of 15.26º 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 #E59073 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 115 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.10 |
| HSL | 15.26º | 0.69% | 0.67% | - |
| HSV(B) | 15.26º | 0.5% | 0.9% | - |
| XYZ | 45.38 | 37.84 | 21.13 | - |
| YUV | 166.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 115 | 0 | 0.37 | 0.50 | 0.10 | 15.26 | 0.69 | 0.67 |
| Hex | E5 | 90 | 73 | 0 | 25 | 32 | A | F | 45 | 43 |
| Octal | 345 | 220 | 163 | 0 | 45 | 62 | 12 | 17 | 105 | 103 |
| Binary | 11100101 | 10010000 | 1110011 | 0 | 100101 | 110010 | 1010 | 1111 | 1000101 | 1000011 |
Color Harmonies of #E59073
Complementary color
Monochromatic Colors of #E59073
Black with #E59073
Text Example
Text Example
White with #E59073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59073; }
p { color: rgb(229,144,115); }
H1.HeaderClassName
{
color: #E59073;
}
.AnyTagClassName
{
color: #E59073;
}
</style>
background-color css
<style>
a { background-color: #E59073; }
a { background-color: rgb(229,144,115); }
div.DivClassName
{
background-color: #E59073;
}
.BgClassName
{
background-color: #E59073;
}
</style>
border-color css
<style>
span { border-color: #E59073; }
span { border-color: rgb(229,144,115); }
td.TdClassName
{
border-color: #E59073;
}
.TagClassName
{
border-color: #E59073;
}
</style>