Shades of Dark Salmon #E89D70
Tints of Dark Salmon #E89D70
RGB
CMYK
RGB Variations
Color information
#E89D70 (or 0xE89D70) is known color: Dark Salmon. HEX triplet: E8, 9D and 70. RGB value is (232,157,112). Sum of RGB (Red+Green+Blue) = 232+157+112=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89D70 is #17628F. Grayscale: #AEAEAE. Windows color (decimal): -1532560 or 7380456. OLE color: 7380456.
HSL color Cylindrical-coordinate representation of color #E89D70: hue angle of 22.5º 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 #E89D70 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 157 | 112 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.09 |
| HSL | 22.5º | 0.72% | 0.67% | - |
| HSV(B) | 22.5º | 0.52% | 0.91% | - |
| XYZ | 48.26 | 42.44 | 20.98 | - |
| YUV | 174.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 112 | 0 | 0.32 | 0.52 | 0.09 | 22.5 | 0.72 | 0.67 |
| Hex | E8 | 9D | 70 | 0 | 20 | 34 | 9 | 16 | 48 | 43 |
| Octal | 350 | 235 | 160 | 0 | 40 | 64 | 11 | 26 | 110 | 103 |
| Binary | 11101000 | 10011101 | 1110000 | 0 | 100000 | 110100 | 1001 | 10110 | 1001000 | 1000011 |
Color Harmonies of #E89D70
Complementary color
Monochromatic Colors of #E89D70
Black with #E89D70
Text Example
Text Example
White with #E89D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89D70; }
p { color: rgb(232,157,112); }
H1.HeaderClassName
{
color: #E89D70;
}
.AnyTagClassName
{
color: #E89D70;
}
</style>
background-color css
<style>
a { background-color: #E89D70; }
a { background-color: rgb(232,157,112); }
div.DivClassName
{
background-color: #E89D70;
}
.BgClassName
{
background-color: #E89D70;
}
</style>
border-color css
<style>
span { border-color: #E89D70; }
span { border-color: rgb(232,157,112); }
td.TdClassName
{
border-color: #E89D70;
}
.TagClassName
{
border-color: #E89D70;
}
</style>