Shades of Dark Salmon #E0987E
Tints of Dark Salmon #E0987E
RGB
CMYK
RGB Variations
Color information
#E0987E (or 0xE0987E) is known color: Dark Salmon. HEX triplet: E0, 98 and 7E. RGB value is (224,152,126). Sum of RGB (Red+Green+Blue) = 224+152+126=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0987E is #1F6781. Grayscale: #AAAAAA. Windows color (decimal): -2058114 or 8296672. OLE color: 8296672.
HSL color Cylindrical-coordinate representation of color #E0987E: hue angle of 15.92º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0987E is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 126 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.12 |
| HSL | 15.92º | 0.61% | 0.69% | - |
| HSV(B) | 15.92º | 0.44% | 0.88% | - |
| XYZ | 45.73 | 39.81 | 25.01 | - |
| YUV | 170.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 126 | 0 | 0.32 | 0.44 | 0.12 | 15.92 | 0.61 | 0.69 |
| Hex | E0 | 98 | 7E | 0 | 20 | 2C | C | 10 | 3D | 45 |
| Octal | 340 | 230 | 176 | 0 | 40 | 54 | 14 | 20 | 75 | 105 |
| Binary | 11100000 | 10011000 | 1111110 | 0 | 100000 | 101100 | 1100 | 10000 | 111101 | 1000101 |
Color Harmonies of #E0987E
Complementary color
Monochromatic Colors of #E0987E
Black with #E0987E
Text Example
Text Example
White with #E0987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0987E; }
p { color: rgb(224,152,126); }
H1.HeaderClassName
{
color: #E0987E;
}
.AnyTagClassName
{
color: #E0987E;
}
</style>
background-color css
<style>
a { background-color: #E0987E; }
a { background-color: rgb(224,152,126); }
div.DivClassName
{
background-color: #E0987E;
}
.BgClassName
{
background-color: #E0987E;
}
</style>
border-color css
<style>
span { border-color: #E0987E; }
span { border-color: rgb(224,152,126); }
td.TdClassName
{
border-color: #E0987E;
}
.TagClassName
{
border-color: #E0987E;
}
</style>