Shades of Dark Salmon #E7986F
Tints of Dark Salmon #E7986F
RGB
CMYK
RGB Variations
Color information
#E7986F (or 0xE7986F) is known color: Dark Salmon. HEX triplet: E7, 98 and 6F. RGB value is (231,152,111). Sum of RGB (Red+Green+Blue) = 231+152+111=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E7986F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7986F is #186790. Grayscale: #ABABAB. Windows color (decimal): -1599377 or 7313639. OLE color: 7313639.
HSL color Cylindrical-coordinate representation of color #E7986F: hue angle of 20.5º degrees, saturation: 0.71, 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 #E7986F is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 111 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.09 |
| HSL | 20.5º | 0.71% | 0.67% | - |
| HSV(B) | 20.5º | 0.52% | 0.91% | - |
| XYZ | 47.05 | 40.59 | 20.39 | - |
| YUV | 170.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 111 | 0 | 0.34 | 0.52 | 0.09 | 20.5 | 0.71 | 0.67 |
| Hex | E7 | 98 | 6F | 0 | 22 | 34 | 9 | 14 | 47 | 43 |
| Octal | 347 | 230 | 157 | 0 | 42 | 64 | 11 | 24 | 107 | 103 |
| Binary | 11100111 | 10011000 | 1101111 | 0 | 100010 | 110100 | 1001 | 10100 | 1000111 | 1000011 |
Color Harmonies of #E7986F
Complementary color
Monochromatic Colors of #E7986F
Black with #E7986F
Text Example
Text Example
White with #E7986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7986F; }
p { color: rgb(231,152,111); }
H1.HeaderClassName
{
color: #E7986F;
}
.AnyTagClassName
{
color: #E7986F;
}
</style>
background-color css
<style>
a { background-color: #E7986F; }
a { background-color: rgb(231,152,111); }
div.DivClassName
{
background-color: #E7986F;
}
.BgClassName
{
background-color: #E7986F;
}
</style>
border-color css
<style>
span { border-color: #E7986F; }
span { border-color: rgb(231,152,111); }
td.TdClassName
{
border-color: #E7986F;
}
.TagClassName
{
border-color: #E7986F;
}
</style>