Shades of Dark Salmon #E09573
Tints of Dark Salmon #E09573
RGB
CMYK
RGB Variations
Color information
#E09573 (or 0xE09573) is known color: Dark Salmon. HEX triplet: E0, 95 and 73. RGB value is (224,149,115). Sum of RGB (Red+Green+Blue) = 224+149+115=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E09573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09573 is #1F6A8C. Grayscale: #A7A7A7. Windows color (decimal): -2058893 or 7575008. OLE color: 7575008.
HSL color Cylindrical-coordinate representation of color #E09573: hue angle of 18.72º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E09573 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 115 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.12 |
| HSL | 18.72º | 0.64% | 0.66% | - |
| HSV(B) | 18.72º | 0.49% | 0.88% | - |
| XYZ | 44.58 | 38.58 | 21.32 | - |
| YUV | 167.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 115 | 0 | 0.33 | 0.49 | 0.12 | 18.72 | 0.64 | 0.66 |
| Hex | E0 | 95 | 73 | 0 | 21 | 31 | C | 13 | 40 | 42 |
| Octal | 340 | 225 | 163 | 0 | 41 | 61 | 14 | 23 | 100 | 102 |
| Binary | 11100000 | 10010101 | 1110011 | 0 | 100001 | 110001 | 1100 | 10011 | 1000000 | 1000010 |
Color Harmonies of #E09573
Complementary color
Monochromatic Colors of #E09573
Black with #E09573
Text Example
Text Example
White with #E09573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09573; }
p { color: rgb(224,149,115); }
H1.HeaderClassName
{
color: #E09573;
}
.AnyTagClassName
{
color: #E09573;
}
</style>
background-color css
<style>
a { background-color: #E09573; }
a { background-color: rgb(224,149,115); }
div.DivClassName
{
background-color: #E09573;
}
.BgClassName
{
background-color: #E09573;
}
</style>
border-color css
<style>
span { border-color: #E09573; }
span { border-color: rgb(224,149,115); }
td.TdClassName
{
border-color: #E09573;
}
.TagClassName
{
border-color: #E09573;
}
</style>