Shades of Dark Salmon #E49770
Tints of Dark Salmon #E49770
RGB
CMYK
RGB Variations
Color information
#E49770 (or 0xE49770) is known color: Dark Salmon. HEX triplet: E4, 97 and 70. RGB value is (228,151,112). Sum of RGB (Red+Green+Blue) = 228+151+112=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E49770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49770 is #1B688F. Grayscale: #A9A9A9. Windows color (decimal): -1796240 or 7378916. OLE color: 7378916.
HSL color Cylindrical-coordinate representation of color #E49770: hue angle of 20.17º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E49770 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 112 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.11 |
| HSL | 20.17º | 0.68% | 0.67% | - |
| HSV(B) | 20.17º | 0.51% | 0.89% | - |
| XYZ | 45.99 | 39.8 | 20.59 | - |
| YUV | 169.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 112 | 0 | 0.34 | 0.51 | 0.11 | 20.17 | 0.68 | 0.67 |
| Hex | E4 | 97 | 70 | 0 | 22 | 33 | B | 14 | 44 | 43 |
| Octal | 344 | 227 | 160 | 0 | 42 | 63 | 13 | 24 | 104 | 103 |
| Binary | 11100100 | 10010111 | 1110000 | 0 | 100010 | 110011 | 1011 | 10100 | 1000100 | 1000011 |
Color Harmonies of #E49770
Complementary color
Monochromatic Colors of #E49770
Black with #E49770
Text Example
Text Example
White with #E49770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49770; }
p { color: rgb(228,151,112); }
H1.HeaderClassName
{
color: #E49770;
}
.AnyTagClassName
{
color: #E49770;
}
</style>
background-color css
<style>
a { background-color: #E49770; }
a { background-color: rgb(228,151,112); }
div.DivClassName
{
background-color: #E49770;
}
.BgClassName
{
background-color: #E49770;
}
</style>
border-color css
<style>
span { border-color: #E49770; }
span { border-color: rgb(228,151,112); }
td.TdClassName
{
border-color: #E49770;
}
.TagClassName
{
border-color: #E49770;
}
</style>