Shades of Dark Salmon #E49E7A
Tints of Dark Salmon #E49E7A
RGB
CMYK
RGB Variations
Color information
#E49E7A (or 0xE49E7A) is known color: Dark Salmon. HEX triplet: E4, 9E and 7A. RGB value is (228,158,122). Sum of RGB (Red+Green+Blue) = 228+158+122=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49E7A is #1B6185. Grayscale: #AFAFAF. Windows color (decimal): -1794438 or 8036068. OLE color: 8036068.
HSL color Cylindrical-coordinate representation of color #E49E7A: hue angle of 20.38º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E49E7A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 122 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.11 |
| HSL | 20.38º | 0.66% | 0.69% | - |
| HSV(B) | 20.38º | 0.46% | 0.89% | - |
| XYZ | 47.73 | 42.35 | 24.07 | - |
| YUV | 174.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 122 | 0 | 0.31 | 0.46 | 0.11 | 20.38 | 0.66 | 0.69 |
| Hex | E4 | 9E | 7A | 0 | 1F | 2E | B | 14 | 42 | 45 |
| Octal | 344 | 236 | 172 | 0 | 37 | 56 | 13 | 24 | 102 | 105 |
| Binary | 11100100 | 10011110 | 1111010 | 0 | 11111 | 101110 | 1011 | 10100 | 1000010 | 1000101 |
Color Harmonies of #E49E7A
Complementary color
Monochromatic Colors of #E49E7A
Black with #E49E7A
Text Example
Text Example
White with #E49E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49E7A; }
p { color: rgb(228,158,122); }
H1.HeaderClassName
{
color: #E49E7A;
}
.AnyTagClassName
{
color: #E49E7A;
}
</style>
background-color css
<style>
a { background-color: #E49E7A; }
a { background-color: rgb(228,158,122); }
div.DivClassName
{
background-color: #E49E7A;
}
.BgClassName
{
background-color: #E49E7A;
}
</style>
border-color css
<style>
span { border-color: #E49E7A; }
span { border-color: rgb(228,158,122); }
td.TdClassName
{
border-color: #E49E7A;
}
.TagClassName
{
border-color: #E49E7A;
}
</style>