Shades of Dark Salmon #E49978
Tints of Dark Salmon #E49978
RGB
CMYK
RGB Variations
Color information
#E49978 (or 0xE49978) is known color: Dark Salmon. HEX triplet: E4, 99 and 78. RGB value is (228,153,120). Sum of RGB (Red+Green+Blue) = 228+153+120=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E49978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49978 is #1B6687. Grayscale: #ABABAB. Windows color (decimal): -1795720 or 7903716. OLE color: 7903716.
HSL color Cylindrical-coordinate representation of color #E49978: hue angle of 18.33º 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 #E49978 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 120 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.11 |
| HSL | 18.33º | 0.67% | 0.68% | - |
| HSV(B) | 18.33º | 0.47% | 0.89% | - |
| XYZ | 46.78 | 40.63 | 23.15 | - |
| YUV | 171.66 | 98.85 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 120 | 0 | 0.33 | 0.47 | 0.11 | 18.33 | 0.67 | 0.68 |
| Hex | E4 | 99 | 78 | 0 | 21 | 2F | B | 12 | 43 | 44 |
| Octal | 344 | 231 | 170 | 0 | 41 | 57 | 13 | 22 | 103 | 104 |
| Binary | 11100100 | 10011001 | 1111000 | 0 | 100001 | 101111 | 1011 | 10010 | 1000011 | 1000100 |
Color Harmonies of #E49978
Complementary color
Monochromatic Colors of #E49978
Black with #E49978
Text Example
Text Example
White with #E49978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49978; }
p { color: rgb(228,153,120); }
H1.HeaderClassName
{
color: #E49978;
}
.AnyTagClassName
{
color: #E49978;
}
</style>
background-color css
<style>
a { background-color: #E49978; }
a { background-color: rgb(228,153,120); }
div.DivClassName
{
background-color: #E49978;
}
.BgClassName
{
background-color: #E49978;
}
</style>
border-color css
<style>
span { border-color: #E49978; }
span { border-color: rgb(228,153,120); }
td.TdClassName
{
border-color: #E49978;
}
.TagClassName
{
border-color: #E49978;
}
</style>