Shades of Dark Salmon #E0986F
Tints of Dark Salmon #E0986F
RGB
CMYK
RGB Variations
Color information
#E0986F (or 0xE0986F) is known color: Dark Salmon. HEX triplet: E0, 98 and 6F. RGB value is (224,152,111). Sum of RGB (Red+Green+Blue) = 224+152+111=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0986F is #1F6790. Grayscale: #A9A9A9. Windows color (decimal): -2058129 or 7313632. OLE color: 7313632.
HSL color Cylindrical-coordinate representation of color #E0986F: hue angle of 21.77º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0986F is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 111 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.12 |
| HSL | 21.77º | 0.65% | 0.66% | - |
| HSV(B) | 21.77º | 0.5% | 0.88% | - |
| XYZ | 44.84 | 39.45 | 20.29 | - |
| YUV | 168.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 111 | 0 | 0.32 | 0.50 | 0.12 | 21.77 | 0.65 | 0.66 |
| Hex | E0 | 98 | 6F | 0 | 20 | 32 | C | 16 | 41 | 42 |
| Octal | 340 | 230 | 157 | 0 | 40 | 62 | 14 | 26 | 101 | 102 |
| Binary | 11100000 | 10011000 | 1101111 | 0 | 100000 | 110010 | 1100 | 10110 | 1000001 | 1000010 |
Color Harmonies of #E0986F
Complementary color
Monochromatic Colors of #E0986F
Black with #E0986F
Text Example
Text Example
White with #E0986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0986F; }
p { color: rgb(224,152,111); }
H1.HeaderClassName
{
color: #E0986F;
}
.AnyTagClassName
{
color: #E0986F;
}
</style>
background-color css
<style>
a { background-color: #E0986F; }
a { background-color: rgb(224,152,111); }
div.DivClassName
{
background-color: #E0986F;
}
.BgClassName
{
background-color: #E0986F;
}
</style>
border-color css
<style>
span { border-color: #E0986F; }
span { border-color: rgb(224,152,111); }
td.TdClassName
{
border-color: #E0986F;
}
.TagClassName
{
border-color: #E0986F;
}
</style>