Shades of Dark Salmon #E89B6E
Tints of Dark Salmon #E89B6E
RGB
CMYK
RGB Variations
Color information
#E89B6E (or 0xE89B6E) is known color: Dark Salmon. HEX triplet: E8, 9B and 6E. RGB value is (232,155,110). Sum of RGB (Red+Green+Blue) = 232+155+110=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E89B6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89B6E is #176491. Grayscale: #ADADAD. Windows color (decimal): -1533074 or 7248872. OLE color: 7248872.
HSL color Cylindrical-coordinate representation of color #E89B6E: hue angle of 22.13º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E89B6E is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 155 | 110 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.09 |
| HSL | 22.13º | 0.73% | 0.67% | - |
| HSV(B) | 22.13º | 0.53% | 0.91% | - |
| XYZ | 47.81 | 41.72 | 20.29 | - |
| YUV | 172.89 | 92.51 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 110 | 0 | 0.33 | 0.53 | 0.09 | 22.13 | 0.73 | 0.67 |
| Hex | E8 | 9B | 6E | 0 | 21 | 35 | 9 | 16 | 49 | 43 |
| Octal | 350 | 233 | 156 | 0 | 41 | 65 | 11 | 26 | 111 | 103 |
| Binary | 11101000 | 10011011 | 1101110 | 0 | 100001 | 110101 | 1001 | 10110 | 1001001 | 1000011 |
Color Harmonies of #E89B6E
Complementary color
Monochromatic Colors of #E89B6E
Black with #E89B6E
Text Example
Text Example
White with #E89B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89B6E; }
p { color: rgb(232,155,110); }
H1.HeaderClassName
{
color: #E89B6E;
}
.AnyTagClassName
{
color: #E89B6E;
}
</style>
background-color css
<style>
a { background-color: #E89B6E; }
a { background-color: rgb(232,155,110); }
div.DivClassName
{
background-color: #E89B6E;
}
.BgClassName
{
background-color: #E89B6E;
}
</style>
border-color css
<style>
span { border-color: #E89B6E; }
span { border-color: rgb(232,155,110); }
td.TdClassName
{
border-color: #E89B6E;
}
.TagClassName
{
border-color: #E89B6E;
}
</style>