Shades of Dark Salmon #E89671
Tints of Dark Salmon #E89671
RGB
CMYK
RGB Variations
Color information
#E89671 (or 0xE89671) is known color: Dark Salmon. HEX triplet: E8, 96 and 71. RGB value is (232,150,113). Sum of RGB (Red+Green+Blue) = 232+150+113=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E89671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89671 is #17698E. Grayscale: #AAAAAA. Windows color (decimal): -1534351 or 7444200. OLE color: 7444200.
HSL color Cylindrical-coordinate representation of color #E89671: hue angle of 18.66º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E89671 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 113 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.09 |
| HSL | 18.66º | 0.72% | 0.68% | - |
| HSV(B) | 18.66º | 0.51% | 0.91% | - |
| XYZ | 47.17 | 40.16 | 20.89 | - |
| YUV | 170.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 113 | 0 | 0.35 | 0.51 | 0.09 | 18.66 | 0.72 | 0.68 |
| Hex | E8 | 96 | 71 | 0 | 23 | 33 | 9 | 13 | 48 | 44 |
| Octal | 350 | 226 | 161 | 0 | 43 | 63 | 11 | 23 | 110 | 104 |
| Binary | 11101000 | 10010110 | 1110001 | 0 | 100011 | 110011 | 1001 | 10011 | 1001000 | 1000100 |
Color Harmonies of #E89671
Complementary color
Monochromatic Colors of #E89671
Black with #E89671
Text Example
Text Example
White with #E89671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89671; }
p { color: rgb(232,150,113); }
H1.HeaderClassName
{
color: #E89671;
}
.AnyTagClassName
{
color: #E89671;
}
</style>
background-color css
<style>
a { background-color: #E89671; }
a { background-color: rgb(232,150,113); }
div.DivClassName
{
background-color: #E89671;
}
.BgClassName
{
background-color: #E89671;
}
</style>
border-color css
<style>
span { border-color: #E89671; }
span { border-color: rgb(232,150,113); }
td.TdClassName
{
border-color: #E89671;
}
.TagClassName
{
border-color: #E89671;
}
</style>