Shades of Dark Salmon #E49B6C
Tints of Dark Salmon #E49B6C
RGB
CMYK
RGB Variations
Color information
#E49B6C (or 0xE49B6C) is known color: Dark Salmon. HEX triplet: E4, 9B and 6C. RGB value is (228,155,108). Sum of RGB (Red+Green+Blue) = 228+155+108=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49B6C is #1B6493. Grayscale: #ABABAB. Windows color (decimal): -1795220 or 7117796. OLE color: 7117796.
HSL color Cylindrical-coordinate representation of color #E49B6C: hue angle of 23.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E49B6C is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 108 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.11 |
| HSL | 23.5º | 0.69% | 0.66% | - |
| HSV(B) | 23.5º | 0.53% | 0.89% | - |
| XYZ | 46.42 | 41.02 | 19.66 | - |
| YUV | 171.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 108 | 0 | 0.32 | 0.53 | 0.11 | 23.5 | 0.69 | 0.66 |
| Hex | E4 | 9B | 6C | 0 | 20 | 35 | B | 18 | 45 | 42 |
| Octal | 344 | 233 | 154 | 0 | 40 | 65 | 13 | 30 | 105 | 102 |
| Binary | 11100100 | 10011011 | 1101100 | 0 | 100000 | 110101 | 1011 | 11000 | 1000101 | 1000010 |
Color Harmonies of #E49B6C
Complementary color
Monochromatic Colors of #E49B6C
Black with #E49B6C
Text Example
Text Example
White with #E49B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B6C; }
p { color: rgb(228,155,108); }
H1.HeaderClassName
{
color: #E49B6C;
}
.AnyTagClassName
{
color: #E49B6C;
}
</style>
background-color css
<style>
a { background-color: #E49B6C; }
a { background-color: rgb(228,155,108); }
div.DivClassName
{
background-color: #E49B6C;
}
.BgClassName
{
background-color: #E49B6C;
}
</style>
border-color css
<style>
span { border-color: #E49B6C; }
span { border-color: rgb(228,155,108); }
td.TdClassName
{
border-color: #E49B6C;
}
.TagClassName
{
border-color: #E49B6C;
}
</style>