Shades of Dark Salmon #E7986C
Tints of Dark Salmon #E7986C
RGB
CMYK
RGB Variations
Color information
#E7986C (or 0xE7986C) is known color: Dark Salmon. HEX triplet: E7, 98 and 6C. RGB value is (231,152,108). Sum of RGB (Red+Green+Blue) = 231+152+108=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7986C is #186793. Grayscale: #AAAAAA. Windows color (decimal): -1599380 or 7117031. OLE color: 7117031.
HSL color Cylindrical-coordinate representation of color #E7986C: hue angle of 21.46º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7986C is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 108 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.09 |
| HSL | 21.46º | 0.72% | 0.66% | - |
| HSV(B) | 21.46º | 0.53% | 0.91% | - |
| XYZ | 46.89 | 40.53 | 19.54 | - |
| YUV | 170.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 108 | 0 | 0.34 | 0.53 | 0.09 | 21.46 | 0.72 | 0.66 |
| Hex | E7 | 98 | 6C | 0 | 22 | 35 | 9 | 15 | 48 | 42 |
| Octal | 347 | 230 | 154 | 0 | 42 | 65 | 11 | 25 | 110 | 102 |
| Binary | 11100111 | 10011000 | 1101100 | 0 | 100010 | 110101 | 1001 | 10101 | 1001000 | 1000010 |
Color Harmonies of #E7986C
Complementary color
Monochromatic Colors of #E7986C
Black with #E7986C
Text Example
Text Example
White with #E7986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7986C; }
p { color: rgb(231,152,108); }
H1.HeaderClassName
{
color: #E7986C;
}
.AnyTagClassName
{
color: #E7986C;
}
</style>
background-color css
<style>
a { background-color: #E7986C; }
a { background-color: rgb(231,152,108); }
div.DivClassName
{
background-color: #E7986C;
}
.BgClassName
{
background-color: #E7986C;
}
</style>
border-color css
<style>
span { border-color: #E7986C; }
span { border-color: rgb(231,152,108); }
td.TdClassName
{
border-color: #E7986C;
}
.TagClassName
{
border-color: #E7986C;
}
</style>