Shades of Dark Salmon #E7966E
Tints of Dark Salmon #E7966E
RGB
CMYK
RGB Variations
Color information
#E7966E (or 0xE7966E) is known color: Dark Salmon. HEX triplet: E7, 96 and 6E. RGB value is (231,150,110). Sum of RGB (Red+Green+Blue) = 231+150+110=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7966E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7966E is #186991. Grayscale: #A9A9A9. Windows color (decimal): -1599890 or 7247591. OLE color: 7247591.
HSL color Cylindrical-coordinate representation of color #E7966E: hue angle of 19.83º 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 #E7966E is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 110 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.09 |
| HSL | 19.83º | 0.72% | 0.67% | - |
| HSV(B) | 19.83º | 0.52% | 0.91% | - |
| XYZ | 46.68 | 39.93 | 20 | - |
| YUV | 169.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 110 | 0 | 0.35 | 0.52 | 0.09 | 19.83 | 0.72 | 0.67 |
| Hex | E7 | 96 | 6E | 0 | 23 | 34 | 9 | 14 | 48 | 43 |
| Octal | 347 | 226 | 156 | 0 | 43 | 64 | 11 | 24 | 110 | 103 |
| Binary | 11100111 | 10010110 | 1101110 | 0 | 100011 | 110100 | 1001 | 10100 | 1001000 | 1000011 |
Color Harmonies of #E7966E
Complementary color
Monochromatic Colors of #E7966E
Black with #E7966E
Text Example
Text Example
White with #E7966E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7966E; }
p { color: rgb(231,150,110); }
H1.HeaderClassName
{
color: #E7966E;
}
.AnyTagClassName
{
color: #E7966E;
}
</style>
background-color css
<style>
a { background-color: #E7966E; }
a { background-color: rgb(231,150,110); }
div.DivClassName
{
background-color: #E7966E;
}
.BgClassName
{
background-color: #E7966E;
}
</style>
border-color css
<style>
span { border-color: #E7966E; }
span { border-color: rgb(231,150,110); }
td.TdClassName
{
border-color: #E7966E;
}
.TagClassName
{
border-color: #E7966E;
}
</style>