Shades of Dark Salmon #E49F70
Tints of Dark Salmon #E49F70
RGB
CMYK
RGB Variations
Color information
#E49F70 (or 0xE49F70) is known color: Dark Salmon. HEX triplet: E4, 9F and 70. RGB value is (228,159,112). Sum of RGB (Red+Green+Blue) = 228+159+112=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 228 - color contains mainly: red. Hex color #E49F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49F70 is #1B608F. Grayscale: #AEAEAE. Windows color (decimal): -1794192 or 7380964. OLE color: 7380964.
HSL color Cylindrical-coordinate representation of color #E49F70: hue angle of 24.31º 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 #E49F70 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 159 | 112 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.11 |
| HSL | 24.31º | 0.68% | 0.67% | - |
| HSV(B) | 24.31º | 0.51% | 0.89% | - |
| XYZ | 47.32 | 42.46 | 21.03 | - |
| YUV | 174.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 159 | 112 | 0 | 0.30 | 0.51 | 0.11 | 24.31 | 0.68 | 0.67 |
| Hex | E4 | 9F | 70 | 0 | 1E | 33 | B | 18 | 44 | 43 |
| Octal | 344 | 237 | 160 | 0 | 36 | 63 | 13 | 30 | 104 | 103 |
| Binary | 11100100 | 10011111 | 1110000 | 0 | 11110 | 110011 | 1011 | 11000 | 1000100 | 1000011 |
Color Harmonies of #E49F70
Complementary color
Monochromatic Colors of #E49F70
Black with #E49F70
Text Example
Text Example
White with #E49F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49F70; }
p { color: rgb(228,159,112); }
H1.HeaderClassName
{
color: #E49F70;
}
.AnyTagClassName
{
color: #E49F70;
}
</style>
background-color css
<style>
a { background-color: #E49F70; }
a { background-color: rgb(228,159,112); }
div.DivClassName
{
background-color: #E49F70;
}
.BgClassName
{
background-color: #E49F70;
}
</style>
border-color css
<style>
span { border-color: #E49F70; }
span { border-color: rgb(228,159,112); }
td.TdClassName
{
border-color: #E49F70;
}
.TagClassName
{
border-color: #E49F70;
}
</style>