Shades of Dark Salmon #E49B6E
Tints of Dark Salmon #E49B6E
RGB
CMYK
RGB Variations
Color information
#E49B6E (or 0xE49B6E) is known color: Dark Salmon. HEX triplet: E4, 9B and 6E. RGB value is (228,155,110). Sum of RGB (Red+Green+Blue) = 228+155+110=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49B6E is #1B6491. Grayscale: #ABABAB. Windows color (decimal): -1795218 or 7248868. OLE color: 7248868.
HSL color Cylindrical-coordinate representation of color #E49B6E: hue angle of 22.88º 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 #E49B6E is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 110 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.11 |
| HSL | 22.88º | 0.69% | 0.66% | - |
| HSV(B) | 22.88º | 0.52% | 0.89% | - |
| XYZ | 46.53 | 41.06 | 20.23 | - |
| YUV | 171.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 110 | 0 | 0.32 | 0.52 | 0.11 | 22.88 | 0.69 | 0.66 |
| Hex | E4 | 9B | 6E | 0 | 20 | 34 | B | 17 | 45 | 42 |
| Octal | 344 | 233 | 156 | 0 | 40 | 64 | 13 | 27 | 105 | 102 |
| Binary | 11100100 | 10011011 | 1101110 | 0 | 100000 | 110100 | 1011 | 10111 | 1000101 | 1000010 |
Color Harmonies of #E49B6E
Complementary color
Monochromatic Colors of #E49B6E
Black with #E49B6E
Text Example
Text Example
White with #E49B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B6E; }
p { color: rgb(228,155,110); }
H1.HeaderClassName
{
color: #E49B6E;
}
.AnyTagClassName
{
color: #E49B6E;
}
</style>
background-color css
<style>
a { background-color: #E49B6E; }
a { background-color: rgb(228,155,110); }
div.DivClassName
{
background-color: #E49B6E;
}
.BgClassName
{
background-color: #E49B6E;
}
</style>
border-color css
<style>
span { border-color: #E49B6E; }
span { border-color: rgb(228,155,110); }
td.TdClassName
{
border-color: #E49B6E;
}
.TagClassName
{
border-color: #E49B6E;
}
</style>