Shades of Dark Salmon #E89870
Tints of Dark Salmon #E89870
RGB
CMYK
RGB Variations
Color information
#E89870 (or 0xE89870) is known color: Dark Salmon. HEX triplet: E8, 98 and 70. RGB value is (232,152,112). Sum of RGB (Red+Green+Blue) = 232+152+112=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E89870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89870 is #17678F. Grayscale: #ABABAB. Windows color (decimal): -1533840 or 7379176. OLE color: 7379176.
HSL color Cylindrical-coordinate representation of color #E89870: hue angle of 20º degrees, saturation: 0.72, 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 #E89870 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 112 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.09 |
| HSL | 20º | 0.72% | 0.67% | - |
| HSV(B) | 20º | 0.52% | 0.91% | - |
| XYZ | 47.43 | 40.78 | 20.7 | - |
| YUV | 171.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 112 | 0 | 0.34 | 0.52 | 0.09 | 20 | 0.72 | 0.67 |
| Hex | E8 | 98 | 70 | 0 | 22 | 34 | 9 | 14 | 48 | 43 |
| Octal | 350 | 230 | 160 | 0 | 42 | 64 | 11 | 24 | 110 | 103 |
| Binary | 11101000 | 10011000 | 1110000 | 0 | 100010 | 110100 | 1001 | 10100 | 1001000 | 1000011 |
Color Harmonies of #E89870
Complementary color
Monochromatic Colors of #E89870
Black with #E89870
Text Example
Text Example
White with #E89870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89870; }
p { color: rgb(232,152,112); }
H1.HeaderClassName
{
color: #E89870;
}
.AnyTagClassName
{
color: #E89870;
}
</style>
background-color css
<style>
a { background-color: #E89870; }
a { background-color: rgb(232,152,112); }
div.DivClassName
{
background-color: #E89870;
}
.BgClassName
{
background-color: #E89870;
}
</style>
border-color css
<style>
span { border-color: #E89870; }
span { border-color: rgb(232,152,112); }
td.TdClassName
{
border-color: #E89870;
}
.TagClassName
{
border-color: #E89870;
}
</style>