Shades of Dark Salmon #E49476
Tints of Dark Salmon #E49476
RGB
CMYK
RGB Variations
Color information
#E49476 (or 0xE49476) is known color: Dark Salmon. HEX triplet: E4, 94 and 76. RGB value is (228,148,118). Sum of RGB (Red+Green+Blue) = 228+148+118=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E49476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49476 is #1B6B89. Grayscale: #A8A8A8. Windows color (decimal): -1797002 or 7771364. OLE color: 7771364.
HSL color Cylindrical-coordinate representation of color #E49476: hue angle of 16.36º 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 #E49476 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 118 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.11 |
| HSL | 16.36º | 0.67% | 0.68% | - |
| HSV(B) | 16.36º | 0.48% | 0.89% | - |
| XYZ | 45.85 | 38.98 | 22.25 | - |
| YUV | 168.5 | 99.5 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 118 | 0 | 0.35 | 0.48 | 0.11 | 16.36 | 0.67 | 0.68 |
| Hex | E4 | 94 | 76 | 0 | 23 | 30 | B | 10 | 43 | 44 |
| Octal | 344 | 224 | 166 | 0 | 43 | 60 | 13 | 20 | 103 | 104 |
| Binary | 11100100 | 10010100 | 1110110 | 0 | 100011 | 110000 | 1011 | 10000 | 1000011 | 1000100 |
Color Harmonies of #E49476
Complementary color
Monochromatic Colors of #E49476
Black with #E49476
Text Example
Text Example
White with #E49476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49476; }
p { color: rgb(228,148,118); }
H1.HeaderClassName
{
color: #E49476;
}
.AnyTagClassName
{
color: #E49476;
}
</style>
background-color css
<style>
a { background-color: #E49476; }
a { background-color: rgb(228,148,118); }
div.DivClassName
{
background-color: #E49476;
}
.BgClassName
{
background-color: #E49476;
}
</style>
border-color css
<style>
span { border-color: #E49476; }
span { border-color: rgb(228,148,118); }
td.TdClassName
{
border-color: #E49476;
}
.TagClassName
{
border-color: #E49476;
}
</style>