Shades of Dark Salmon #E8966A
Tints of Dark Salmon #E8966A
RGB
CMYK
RGB Variations
Color information
#E8966A (or 0xE8966A) is known color: Dark Salmon. HEX triplet: E8, 96 and 6A. RGB value is (232,150,106). Sum of RGB (Red+Green+Blue) = 232+150+106=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8966A is #176995. Grayscale: #A9A9A9. Windows color (decimal): -1534358 or 6985448. OLE color: 6985448.
HSL color Cylindrical-coordinate representation of color #E8966A: hue angle of 20.95º 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 #E8966A is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 106 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.09 |
| HSL | 20.95º | 0.73% | 0.66% | - |
| HSV(B) | 20.95º | 0.54% | 0.91% | - |
| XYZ | 46.79 | 40.01 | 18.89 | - |
| YUV | 169.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 106 | 0 | 0.35 | 0.54 | 0.09 | 20.95 | 0.73 | 0.66 |
| Hex | E8 | 96 | 6A | 0 | 23 | 36 | 9 | 15 | 49 | 42 |
| Octal | 350 | 226 | 152 | 0 | 43 | 66 | 11 | 25 | 111 | 102 |
| Binary | 11101000 | 10010110 | 1101010 | 0 | 100011 | 110110 | 1001 | 10101 | 1001001 | 1000010 |
Color Harmonies of #E8966A
Complementary color
Monochromatic Colors of #E8966A
Black with #E8966A
Text Example
Text Example
White with #E8966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8966A; }
p { color: rgb(232,150,106); }
H1.HeaderClassName
{
color: #E8966A;
}
.AnyTagClassName
{
color: #E8966A;
}
</style>
background-color css
<style>
a { background-color: #E8966A; }
a { background-color: rgb(232,150,106); }
div.DivClassName
{
background-color: #E8966A;
}
.BgClassName
{
background-color: #E8966A;
}
</style>
border-color css
<style>
span { border-color: #E8966A; }
span { border-color: rgb(232,150,106); }
td.TdClassName
{
border-color: #E8966A;
}
.TagClassName
{
border-color: #E8966A;
}
</style>