Shades of Dark Salmon #E7966D
Tints of Dark Salmon #E7966D
RGB
CMYK
RGB Variations
Color information
#E7966D (or 0xE7966D) is known color: Dark Salmon. HEX triplet: E7, 96 and 6D. RGB value is (231,150,109). Sum of RGB (Red+Green+Blue) = 231+150+109=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7966D is #186992. Grayscale: #A9A9A9. Windows color (decimal): -1599891 or 7182055. OLE color: 7182055.
HSL color Cylindrical-coordinate representation of color #E7966D: hue angle of 20.16º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7966D is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 109 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.09 |
| HSL | 20.16º | 0.72% | 0.67% | - |
| HSV(B) | 20.16º | 0.53% | 0.91% | - |
| XYZ | 46.62 | 39.91 | 19.71 | - |
| YUV | 169.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 109 | 0 | 0.35 | 0.53 | 0.09 | 20.16 | 0.72 | 0.67 |
| Hex | E7 | 96 | 6D | 0 | 23 | 35 | 9 | 14 | 48 | 43 |
| Octal | 347 | 226 | 155 | 0 | 43 | 65 | 11 | 24 | 110 | 103 |
| Binary | 11100111 | 10010110 | 1101101 | 0 | 100011 | 110101 | 1001 | 10100 | 1001000 | 1000011 |
Color Harmonies of #E7966D
Complementary color
Monochromatic Colors of #E7966D
Black with #E7966D
Text Example
Text Example
White with #E7966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7966D; }
p { color: rgb(231,150,109); }
H1.HeaderClassName
{
color: #E7966D;
}
.AnyTagClassName
{
color: #E7966D;
}
</style>
background-color css
<style>
a { background-color: #E7966D; }
a { background-color: rgb(231,150,109); }
div.DivClassName
{
background-color: #E7966D;
}
.BgClassName
{
background-color: #E7966D;
}
</style>
border-color css
<style>
span { border-color: #E7966D; }
span { border-color: rgb(231,150,109); }
td.TdClassName
{
border-color: #E7966D;
}
.TagClassName
{
border-color: #E7966D;
}
</style>