Shades of Dark Salmon #E49473
Tints of Dark Salmon #E49473
RGB
CMYK
RGB Variations
Color information
#E49473 (or 0xE49473) is known color: Dark Salmon. HEX triplet: E4, 94 and 73. RGB value is (228,148,115). Sum of RGB (Red+Green+Blue) = 228+148+115=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E49473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49473 is #1B6B8C. Grayscale: #A8A8A8. Windows color (decimal): -1797005 or 7574756. OLE color: 7574756.
HSL color Cylindrical-coordinate representation of color #E49473: hue angle of 17.52º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E49473 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 148 | 115 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.11 |
| HSL | 17.52º | 0.68% | 0.67% | - |
| HSV(B) | 17.52º | 0.5% | 0.89% | - |
| XYZ | 45.68 | 38.91 | 21.32 | - |
| YUV | 168.16 | 98 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 148 | 115 | 0 | 0.35 | 0.50 | 0.11 | 17.52 | 0.68 | 0.67 |
| Hex | E4 | 94 | 73 | 0 | 23 | 32 | B | 12 | 44 | 43 |
| Octal | 344 | 224 | 163 | 0 | 43 | 62 | 13 | 22 | 104 | 103 |
| Binary | 11100100 | 10010100 | 1110011 | 0 | 100011 | 110010 | 1011 | 10010 | 1000100 | 1000011 |
Color Harmonies of #E49473
Complementary color
Monochromatic Colors of #E49473
Black with #E49473
Text Example
Text Example
White with #E49473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49473; }
p { color: rgb(228,148,115); }
H1.HeaderClassName
{
color: #E49473;
}
.AnyTagClassName
{
color: #E49473;
}
</style>
background-color css
<style>
a { background-color: #E49473; }
a { background-color: rgb(228,148,115); }
div.DivClassName
{
background-color: #E49473;
}
.BgClassName
{
background-color: #E49473;
}
</style>
border-color css
<style>
span { border-color: #E49473; }
span { border-color: rgb(228,148,115); }
td.TdClassName
{
border-color: #E49473;
}
.TagClassName
{
border-color: #E49473;
}
</style>