Shades of Dark Salmon #E49E6E
Tints of Dark Salmon #E49E6E
RGB
CMYK
RGB Variations
Color information
#E49E6E (or 0xE49E6E) is known color: Dark Salmon. HEX triplet: E4, 9E and 6E. RGB value is (228,158,110). Sum of RGB (Red+Green+Blue) = 228+158+110=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E49E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49E6E is #1B6191. Grayscale: #ADADAD. Windows color (decimal): -1794450 or 7249636. OLE color: 7249636.
HSL color Cylindrical-coordinate representation of color #E49E6E: hue angle of 24.41º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E49E6E is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 158 | 110 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.11 |
| HSL | 24.41º | 0.69% | 0.66% | - |
| HSV(B) | 24.41º | 0.52% | 0.89% | - |
| XYZ | 47.04 | 42.07 | 20.39 | - |
| YUV | 173.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 158 | 110 | 0 | 0.31 | 0.52 | 0.11 | 24.41 | 0.69 | 0.66 |
| Hex | E4 | 9E | 6E | 0 | 1F | 34 | B | 18 | 45 | 42 |
| Octal | 344 | 236 | 156 | 0 | 37 | 64 | 13 | 30 | 105 | 102 |
| Binary | 11100100 | 10011110 | 1101110 | 0 | 11111 | 110100 | 1011 | 11000 | 1000101 | 1000010 |
Color Harmonies of #E49E6E
Complementary color
Monochromatic Colors of #E49E6E
Black with #E49E6E
Text Example
Text Example
White with #E49E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49E6E; }
p { color: rgb(228,158,110); }
H1.HeaderClassName
{
color: #E49E6E;
}
.AnyTagClassName
{
color: #E49E6E;
}
</style>
background-color css
<style>
a { background-color: #E49E6E; }
a { background-color: rgb(228,158,110); }
div.DivClassName
{
background-color: #E49E6E;
}
.BgClassName
{
background-color: #E49E6E;
}
</style>
border-color css
<style>
span { border-color: #E49E6E; }
span { border-color: rgb(228,158,110); }
td.TdClassName
{
border-color: #E49E6E;
}
.TagClassName
{
border-color: #E49E6E;
}
</style>