Shades of Dark Salmon #E1986F
Tints of Dark Salmon #E1986F
RGB
CMYK
RGB Variations
Color information
#E1986F (or 0xE1986F) is known color: Dark Salmon. HEX triplet: E1, 98 and 6F. RGB value is (225,152,111). Sum of RGB (Red+Green+Blue) = 225+152+111=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1986F is #1E6790. Grayscale: #A9A9A9. Windows color (decimal): -1992593 or 7313633. OLE color: 7313633.
HSL color Cylindrical-coordinate representation of color #E1986F: hue angle of 21.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1986F is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 111 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.12 |
| HSL | 21.58º | 0.66% | 0.66% | - |
| HSV(B) | 21.58º | 0.51% | 0.88% | - |
| XYZ | 45.15 | 39.61 | 20.31 | - |
| YUV | 169.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 111 | 0 | 0.32 | 0.51 | 0.12 | 21.58 | 0.66 | 0.66 |
| Hex | E1 | 98 | 6F | 0 | 20 | 33 | C | 16 | 42 | 42 |
| Octal | 341 | 230 | 157 | 0 | 40 | 63 | 14 | 26 | 102 | 102 |
| Binary | 11100001 | 10011000 | 1101111 | 0 | 100000 | 110011 | 1100 | 10110 | 1000010 | 1000010 |
Color Harmonies of #E1986F
Complementary color
Monochromatic Colors of #E1986F
Black with #E1986F
Text Example
Text Example
White with #E1986F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1986F; }
p { color: rgb(225,152,111); }
H1.HeaderClassName
{
color: #E1986F;
}
.AnyTagClassName
{
color: #E1986F;
}
</style>
background-color css
<style>
a { background-color: #E1986F; }
a { background-color: rgb(225,152,111); }
div.DivClassName
{
background-color: #E1986F;
}
.BgClassName
{
background-color: #E1986F;
}
</style>
border-color css
<style>
span { border-color: #E1986F; }
span { border-color: rgb(225,152,111); }
td.TdClassName
{
border-color: #E1986F;
}
.TagClassName
{
border-color: #E1986F;
}
</style>