Shades of Dark Salmon #E8956B
Tints of Dark Salmon #E8956B
RGB
CMYK
RGB Variations
Color information
#E8956B (or 0xE8956B) is known color: Dark Salmon. HEX triplet: E8, 95 and 6B. RGB value is (232,149,107). Sum of RGB (Red+Green+Blue) = 232+149+107=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8956B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8956B is #176A94. Grayscale: #A9A9A9. Windows color (decimal): -1534613 or 7050728. OLE color: 7050728.
HSL color Cylindrical-coordinate representation of color #E8956B: hue angle of 20.16º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8956B is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 107 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.09 |
| HSL | 20.16º | 0.73% | 0.66% | - |
| HSV(B) | 20.16º | 0.54% | 0.91% | - |
| XYZ | 46.68 | 39.71 | 19.11 | - |
| YUV | 169.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 107 | 0 | 0.36 | 0.54 | 0.09 | 20.16 | 0.73 | 0.66 |
| Hex | E8 | 95 | 6B | 0 | 24 | 36 | 9 | 14 | 49 | 42 |
| Octal | 350 | 225 | 153 | 0 | 44 | 66 | 11 | 24 | 111 | 102 |
| Binary | 11101000 | 10010101 | 1101011 | 0 | 100100 | 110110 | 1001 | 10100 | 1001001 | 1000010 |
Color Harmonies of #E8956B
Complementary color
Monochromatic Colors of #E8956B
Black with #E8956B
Text Example
Text Example
White with #E8956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8956B; }
p { color: rgb(232,149,107); }
H1.HeaderClassName
{
color: #E8956B;
}
.AnyTagClassName
{
color: #E8956B;
}
</style>
background-color css
<style>
a { background-color: #E8956B; }
a { background-color: rgb(232,149,107); }
div.DivClassName
{
background-color: #E8956B;
}
.BgClassName
{
background-color: #E8956B;
}
</style>
border-color css
<style>
span { border-color: #E8956B; }
span { border-color: rgb(232,149,107); }
td.TdClassName
{
border-color: #E8956B;
}
.TagClassName
{
border-color: #E8956B;
}
</style>