Shades of Dark Salmon #E89875
Tints of Dark Salmon #E89875
RGB
CMYK
RGB Variations
Color information
#E89875 (or 0xE89875) is known color: Dark Salmon. HEX triplet: E8, 98 and 75. RGB value is (232,152,117). Sum of RGB (Red+Green+Blue) = 232+152+117=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E89875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89875 is #17678A. Grayscale: #ACACAC. Windows color (decimal): -1533835 or 7706856. OLE color: 7706856.
HSL color Cylindrical-coordinate representation of color #E89875: hue angle of 18.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E89875 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 117 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.09 |
| HSL | 18.26º | 0.71% | 0.68% | - |
| HSV(B) | 18.26º | 0.5% | 0.91% | - |
| XYZ | 47.72 | 40.9 | 22.21 | - |
| YUV | 171.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 117 | 0 | 0.34 | 0.50 | 0.09 | 18.26 | 0.71 | 0.68 |
| Hex | E8 | 98 | 75 | 0 | 22 | 32 | 9 | 12 | 47 | 44 |
| Octal | 350 | 230 | 165 | 0 | 42 | 62 | 11 | 22 | 107 | 104 |
| Binary | 11101000 | 10011000 | 1110101 | 0 | 100010 | 110010 | 1001 | 10010 | 1000111 | 1000100 |
Color Harmonies of #E89875
Complementary color
Monochromatic Colors of #E89875
Black with #E89875
Text Example
Text Example
White with #E89875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89875; }
p { color: rgb(232,152,117); }
H1.HeaderClassName
{
color: #E89875;
}
.AnyTagClassName
{
color: #E89875;
}
</style>
background-color css
<style>
a { background-color: #E89875; }
a { background-color: rgb(232,152,117); }
div.DivClassName
{
background-color: #E89875;
}
.BgClassName
{
background-color: #E89875;
}
</style>
border-color css
<style>
span { border-color: #E89875; }
span { border-color: rgb(232,152,117); }
td.TdClassName
{
border-color: #E89875;
}
.TagClassName
{
border-color: #E89875;
}
</style>