Shades of Dark Salmon #E89F76
Tints of Dark Salmon #E89F76
RGB
CMYK
RGB Variations
Color information
#E89F76 (or 0xE89F76) is known color: Dark Salmon. HEX triplet: E8, 9F and 76. RGB value is (232,159,118). Sum of RGB (Red+Green+Blue) = 232+159+118=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89F76 is #176089. Grayscale: #B0B0B0. Windows color (decimal): -1532042 or 7774184. OLE color: 7774184.
HSL color Cylindrical-coordinate representation of color #E89F76: hue angle of 21.58º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E89F76 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 118 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.09 |
| HSL | 21.58º | 0.71% | 0.69% | - |
| HSV(B) | 21.58º | 0.49% | 0.91% | - |
| XYZ | 48.95 | 43.26 | 22.91 | - |
| YUV | 176.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 118 | 0 | 0.31 | 0.49 | 0.09 | 21.58 | 0.71 | 0.69 |
| Hex | E8 | 9F | 76 | 0 | 1F | 31 | 9 | 16 | 47 | 45 |
| Octal | 350 | 237 | 166 | 0 | 37 | 61 | 11 | 26 | 107 | 105 |
| Binary | 11101000 | 10011111 | 1110110 | 0 | 11111 | 110001 | 1001 | 10110 | 1000111 | 1000101 |
Color Harmonies of #E89F76
Complementary color
Monochromatic Colors of #E89F76
Black with #E89F76
Text Example
Text Example
White with #E89F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F76; }
p { color: rgb(232,159,118); }
H1.HeaderClassName
{
color: #E89F76;
}
.AnyTagClassName
{
color: #E89F76;
}
</style>
background-color css
<style>
a { background-color: #E89F76; }
a { background-color: rgb(232,159,118); }
div.DivClassName
{
background-color: #E89F76;
}
.BgClassName
{
background-color: #E89F76;
}
</style>
border-color css
<style>
span { border-color: #E89F76; }
span { border-color: rgb(232,159,118); }
td.TdClassName
{
border-color: #E89F76;
}
.TagClassName
{
border-color: #E89F76;
}
</style>