Shades of Dark Salmon #E49578
Tints of Dark Salmon #E49578
RGB
CMYK
RGB Variations
Color information
#E49578 (or 0xE49578) is known color: Dark Salmon. HEX triplet: E4, 95 and 78. RGB value is (228,149,120). Sum of RGB (Red+Green+Blue) = 228+149+120=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 228 - color contains mainly: red. Hex color #E49578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49578 is #1B6A87. Grayscale: #A9A9A9. Windows color (decimal): -1796744 or 7902692. OLE color: 7902692.
HSL color Cylindrical-coordinate representation of color #E49578: hue angle of 16.11º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E49578 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 120 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.11 |
| HSL | 16.11º | 0.67% | 0.68% | - |
| HSV(B) | 16.11º | 0.47% | 0.89% | - |
| XYZ | 46.13 | 39.34 | 22.93 | - |
| YUV | 169.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 120 | 0 | 0.35 | 0.47 | 0.11 | 16.11 | 0.67 | 0.68 |
| Hex | E4 | 95 | 78 | 0 | 23 | 2F | B | 10 | 43 | 44 |
| Octal | 344 | 225 | 170 | 0 | 43 | 57 | 13 | 20 | 103 | 104 |
| Binary | 11100100 | 10010101 | 1111000 | 0 | 100011 | 101111 | 1011 | 10000 | 1000011 | 1000100 |
Color Harmonies of #E49578
Complementary color
Monochromatic Colors of #E49578
Black with #E49578
Text Example
Text Example
White with #E49578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49578; }
p { color: rgb(228,149,120); }
H1.HeaderClassName
{
color: #E49578;
}
.AnyTagClassName
{
color: #E49578;
}
</style>
background-color css
<style>
a { background-color: #E49578; }
a { background-color: rgb(228,149,120); }
div.DivClassName
{
background-color: #E49578;
}
.BgClassName
{
background-color: #E49578;
}
</style>
border-color css
<style>
span { border-color: #E49578; }
span { border-color: rgb(228,149,120); }
td.TdClassName
{
border-color: #E49578;
}
.TagClassName
{
border-color: #E49578;
}
</style>