Shades of Dark Salmon #E8986D
Tints of Dark Salmon #E8986D
RGB
CMYK
RGB Variations
Color information
#E8986D (or 0xE8986D) is known color: Dark Salmon. HEX triplet: E8, 98 and 6D. RGB value is (232,152,109). Sum of RGB (Red+Green+Blue) = 232+152+109=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E8986D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8986D is #176792. Grayscale: #ABABAB. Windows color (decimal): -1533843 or 7182568. OLE color: 7182568.
HSL color Cylindrical-coordinate representation of color #E8986D: hue angle of 20.98º degrees, saturation: 0.73, 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 #E8986D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 109 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.09 |
| HSL | 20.98º | 0.73% | 0.67% | - |
| HSV(B) | 20.98º | 0.53% | 0.91% | - |
| XYZ | 47.27 | 40.72 | 19.84 | - |
| YUV | 171.02 | 93 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 109 | 0 | 0.34 | 0.53 | 0.09 | 20.98 | 0.73 | 0.67 |
| Hex | E8 | 98 | 6D | 0 | 22 | 35 | 9 | 15 | 49 | 43 |
| Octal | 350 | 230 | 155 | 0 | 42 | 65 | 11 | 25 | 111 | 103 |
| Binary | 11101000 | 10011000 | 1101101 | 0 | 100010 | 110101 | 1001 | 10101 | 1001001 | 1000011 |
Color Harmonies of #E8986D
Complementary color
Monochromatic Colors of #E8986D
Black with #E8986D
Text Example
Text Example
White with #E8986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8986D; }
p { color: rgb(232,152,109); }
H1.HeaderClassName
{
color: #E8986D;
}
.AnyTagClassName
{
color: #E8986D;
}
</style>
background-color css
<style>
a { background-color: #E8986D; }
a { background-color: rgb(232,152,109); }
div.DivClassName
{
background-color: #E8986D;
}
.BgClassName
{
background-color: #E8986D;
}
</style>
border-color css
<style>
span { border-color: #E8986D; }
span { border-color: rgb(232,152,109); }
td.TdClassName
{
border-color: #E8986D;
}
.TagClassName
{
border-color: #E8986D;
}
</style>