Shades of Dark Salmon #E49E6F
Tints of Dark Salmon #E49E6F
RGB
CMYK
RGB Variations
Color information
#E49E6F (or 0xE49E6F) is known color: Dark Salmon. HEX triplet: E4, 9E and 6F. RGB value is (228,158,111). Sum of RGB (Red+Green+Blue) = 228+158+111=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49E6F is #1B6190. Grayscale: #ADADAD. Windows color (decimal): -1794449 or 7315172. OLE color: 7315172.
HSL color Cylindrical-coordinate representation of color #E49E6F: hue angle of 24.1º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E49E6F is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 111 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.11 |
| HSL | 24.1º | 0.68% | 0.66% | - |
| HSV(B) | 24.1º | 0.51% | 0.89% | - |
| XYZ | 47.09 | 42.1 | 20.68 | - |
| YUV | 173.57 | 92.69 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 111 | 0 | 0.31 | 0.51 | 0.11 | 24.1 | 0.68 | 0.66 |
| Hex | E4 | 9E | 6F | 0 | 1F | 33 | B | 18 | 44 | 42 |
| Octal | 344 | 236 | 157 | 0 | 37 | 63 | 13 | 30 | 104 | 102 |
| Binary | 11100100 | 10011110 | 1101111 | 0 | 11111 | 110011 | 1011 | 11000 | 1000100 | 1000010 |
Color Harmonies of #E49E6F
Complementary color
Monochromatic Colors of #E49E6F
Black with #E49E6F
Text Example
Text Example
White with #E49E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49E6F; }
p { color: rgb(228,158,111); }
H1.HeaderClassName
{
color: #E49E6F;
}
.AnyTagClassName
{
color: #E49E6F;
}
</style>
background-color css
<style>
a { background-color: #E49E6F; }
a { background-color: rgb(228,158,111); }
div.DivClassName
{
background-color: #E49E6F;
}
.BgClassName
{
background-color: #E49E6F;
}
</style>
border-color css
<style>
span { border-color: #E49E6F; }
span { border-color: rgb(228,158,111); }
td.TdClassName
{
border-color: #E49E6F;
}
.TagClassName
{
border-color: #E49E6F;
}
</style>