Shades of Dark Salmon #E89370
Tints of Dark Salmon #E89370
RGB
CMYK
RGB Variations
Color information
#E89370 (or 0xE89370) is known color: Dark Salmon. HEX triplet: E8, 93 and 70. RGB value is (232,147,112). Sum of RGB (Red+Green+Blue) = 232+147+112=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E89370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89370 is #176C8F. Grayscale: #A8A8A8. Windows color (decimal): -1535120 or 7377896. OLE color: 7377896.
HSL color Cylindrical-coordinate representation of color #E89370: hue angle of 17.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 #E89370 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 112 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.09 |
| HSL | 17.5º | 0.72% | 0.67% | - |
| HSV(B) | 17.5º | 0.52% | 0.91% | - |
| XYZ | 46.64 | 39.19 | 20.44 | - |
| YUV | 168.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 112 | 0 | 0.37 | 0.52 | 0.09 | 17.5 | 0.72 | 0.67 |
| Hex | E8 | 93 | 70 | 0 | 25 | 34 | 9 | 12 | 48 | 43 |
| Octal | 350 | 223 | 160 | 0 | 45 | 64 | 11 | 22 | 110 | 103 |
| Binary | 11101000 | 10010011 | 1110000 | 0 | 100101 | 110100 | 1001 | 10010 | 1001000 | 1000011 |
Color Harmonies of #E89370
Complementary color
Monochromatic Colors of #E89370
Black with #E89370
Text Example
Text Example
White with #E89370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89370; }
p { color: rgb(232,147,112); }
H1.HeaderClassName
{
color: #E89370;
}
.AnyTagClassName
{
color: #E89370;
}
</style>
background-color css
<style>
a { background-color: #E89370; }
a { background-color: rgb(232,147,112); }
div.DivClassName
{
background-color: #E89370;
}
.BgClassName
{
background-color: #E89370;
}
</style>
border-color css
<style>
span { border-color: #E89370; }
span { border-color: rgb(232,147,112); }
td.TdClassName
{
border-color: #E89370;
}
.TagClassName
{
border-color: #E89370;
}
</style>