Shades of Dark Salmon #E8966F
Tints of Dark Salmon #E8966F
RGB
CMYK
RGB Variations
Color information
#E8966F (or 0xE8966F) is known color: Dark Salmon. HEX triplet: E8, 96 and 6F. RGB value is (232,150,111). Sum of RGB (Red+Green+Blue) = 232+150+111=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E8966F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8966F is #176990. Grayscale: #AAAAAA. Windows color (decimal): -1534353 or 7313128. OLE color: 7313128.
HSL color Cylindrical-coordinate representation of color #E8966F: hue angle of 19.34º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8966F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 111 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.09 |
| HSL | 19.34º | 0.72% | 0.67% | - |
| HSV(B) | 19.34º | 0.52% | 0.91% | - |
| XYZ | 47.05 | 40.12 | 20.3 | - |
| YUV | 170.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 111 | 0 | 0.35 | 0.52 | 0.09 | 19.34 | 0.72 | 0.67 |
| Hex | E8 | 96 | 6F | 0 | 23 | 34 | 9 | 13 | 48 | 43 |
| Octal | 350 | 226 | 157 | 0 | 43 | 64 | 11 | 23 | 110 | 103 |
| Binary | 11101000 | 10010110 | 1101111 | 0 | 100011 | 110100 | 1001 | 10011 | 1001000 | 1000011 |
Color Harmonies of #E8966F
Complementary color
Monochromatic Colors of #E8966F
Black with #E8966F
Text Example
Text Example
White with #E8966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8966F; }
p { color: rgb(232,150,111); }
H1.HeaderClassName
{
color: #E8966F;
}
.AnyTagClassName
{
color: #E8966F;
}
</style>
background-color css
<style>
a { background-color: #E8966F; }
a { background-color: rgb(232,150,111); }
div.DivClassName
{
background-color: #E8966F;
}
.BgClassName
{
background-color: #E8966F;
}
</style>
border-color css
<style>
span { border-color: #E8966F; }
span { border-color: rgb(232,150,111); }
td.TdClassName
{
border-color: #E8966F;
}
.TagClassName
{
border-color: #E8966F;
}
</style>