Shades of Dark Salmon #E8966B
Tints of Dark Salmon #E8966B
RGB
CMYK
RGB Variations
Color information
#E8966B (or 0xE8966B) is known color: Dark Salmon. HEX triplet: E8, 96 and 6B. RGB value is (232,150,107). Sum of RGB (Red+Green+Blue) = 232+150+107=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8966B is #176994. Grayscale: #A9A9A9. Windows color (decimal): -1534357 or 7050984. OLE color: 7050984.
HSL color Cylindrical-coordinate representation of color #E8966B: hue angle of 20.64º 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 #E8966B is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 107 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.09 |
| HSL | 20.64º | 0.73% | 0.66% | - |
| HSV(B) | 20.64º | 0.54% | 0.91% | - |
| XYZ | 46.84 | 40.03 | 19.17 | - |
| YUV | 169.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 107 | 0 | 0.35 | 0.54 | 0.09 | 20.64 | 0.73 | 0.66 |
| Hex | E8 | 96 | 6B | 0 | 23 | 36 | 9 | 15 | 49 | 42 |
| Octal | 350 | 226 | 153 | 0 | 43 | 66 | 11 | 25 | 111 | 102 |
| Binary | 11101000 | 10010110 | 1101011 | 0 | 100011 | 110110 | 1001 | 10101 | 1001001 | 1000010 |
Color Harmonies of #E8966B
Complementary color
Monochromatic Colors of #E8966B
Black with #E8966B
Text Example
Text Example
White with #E8966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8966B; }
p { color: rgb(232,150,107); }
H1.HeaderClassName
{
color: #E8966B;
}
.AnyTagClassName
{
color: #E8966B;
}
</style>
background-color css
<style>
a { background-color: #E8966B; }
a { background-color: rgb(232,150,107); }
div.DivClassName
{
background-color: #E8966B;
}
.BgClassName
{
background-color: #E8966B;
}
</style>
border-color css
<style>
span { border-color: #E8966B; }
span { border-color: rgb(232,150,107); }
td.TdClassName
{
border-color: #E8966B;
}
.TagClassName
{
border-color: #E8966B;
}
</style>