Shades of Dark Salmon #E49B71
Tints of Dark Salmon #E49B71
RGB
CMYK
RGB Variations
Color information
#E49B71 (or 0xE49B71) is known color: Dark Salmon. HEX triplet: E4, 9B and 71. RGB value is (228,155,113). Sum of RGB (Red+Green+Blue) = 228+155+113=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49B71 is #1B648E. Grayscale: #ACACAC. Windows color (decimal): -1795215 or 7445476. OLE color: 7445476.
HSL color Cylindrical-coordinate representation of color #E49B71: hue angle of 21.91º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E49B71 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 113 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.11 |
| HSL | 21.91º | 0.68% | 0.67% | - |
| HSV(B) | 21.91º | 0.5% | 0.89% | - |
| XYZ | 46.7 | 41.13 | 21.1 | - |
| YUV | 172.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 113 | 0 | 0.32 | 0.50 | 0.11 | 21.91 | 0.68 | 0.67 |
| Hex | E4 | 9B | 71 | 0 | 20 | 32 | B | 16 | 44 | 43 |
| Octal | 344 | 233 | 161 | 0 | 40 | 62 | 13 | 26 | 104 | 103 |
| Binary | 11100100 | 10011011 | 1110001 | 0 | 100000 | 110010 | 1011 | 10110 | 1000100 | 1000011 |
Color Harmonies of #E49B71
Complementary color
Monochromatic Colors of #E49B71
Black with #E49B71
Text Example
Text Example
White with #E49B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B71; }
p { color: rgb(228,155,113); }
H1.HeaderClassName
{
color: #E49B71;
}
.AnyTagClassName
{
color: #E49B71;
}
</style>
background-color css
<style>
a { background-color: #E49B71; }
a { background-color: rgb(228,155,113); }
div.DivClassName
{
background-color: #E49B71;
}
.BgClassName
{
background-color: #E49B71;
}
</style>
border-color css
<style>
span { border-color: #E49B71; }
span { border-color: rgb(228,155,113); }
td.TdClassName
{
border-color: #E49B71;
}
.TagClassName
{
border-color: #E49B71;
}
</style>