Shades of Dark Salmon #E49076
Tints of Dark Salmon #E49076
RGB
CMYK
RGB Variations
Color information
#E49076 (or 0xE49076) is known color: Dark Salmon. HEX triplet: E4, 90 and 76. RGB value is (228,144,118). Sum of RGB (Red+Green+Blue) = 228+144+118=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E49076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49076 is #1B6F89. Grayscale: #A6A6A6. Windows color (decimal): -1798026 or 7770340. OLE color: 7770340.
HSL color Cylindrical-coordinate representation of color #E49076: hue angle of 14.18º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E49076 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 118 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.11 |
| HSL | 14.18º | 0.67% | 0.68% | - |
| HSV(B) | 14.18º | 0.48% | 0.89% | - |
| XYZ | 45.24 | 37.75 | 22.04 | - |
| YUV | 166.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 118 | 0 | 0.37 | 0.48 | 0.11 | 14.18 | 0.67 | 0.68 |
| Hex | E4 | 90 | 76 | 0 | 25 | 30 | B | E | 43 | 44 |
| Octal | 344 | 220 | 166 | 0 | 45 | 60 | 13 | 16 | 103 | 104 |
| Binary | 11100100 | 10010000 | 1110110 | 0 | 100101 | 110000 | 1011 | 1110 | 1000011 | 1000100 |
Color Harmonies of #E49076
Complementary color
Monochromatic Colors of #E49076
Black with #E49076
Text Example
Text Example
White with #E49076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49076; }
p { color: rgb(228,144,118); }
H1.HeaderClassName
{
color: #E49076;
}
.AnyTagClassName
{
color: #E49076;
}
</style>
background-color css
<style>
a { background-color: #E49076; }
a { background-color: rgb(228,144,118); }
div.DivClassName
{
background-color: #E49076;
}
.BgClassName
{
background-color: #E49076;
}
</style>
border-color css
<style>
span { border-color: #E49076; }
span { border-color: rgb(228,144,118); }
td.TdClassName
{
border-color: #E49076;
}
.TagClassName
{
border-color: #E49076;
}
</style>