Shades of Dark Salmon #E89869
Tints of Dark Salmon #E89869
RGB
CMYK
RGB Variations
Color information
#E89869 (or 0xE89869) is known color: Dark Salmon. HEX triplet: E8, 98 and 69. RGB value is (232,152,105). Sum of RGB (Red+Green+Blue) = 232+152+105=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E89869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89869 is #176796. Grayscale: #AAAAAA. Windows color (decimal): -1533847 or 6920424. OLE color: 6920424.
HSL color Cylindrical-coordinate representation of color #E89869: hue angle of 22.2º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E89869 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 105 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.09 |
| HSL | 22.2º | 0.73% | 0.66% | - |
| HSV(B) | 22.2º | 0.55% | 0.91% | - |
| XYZ | 47.06 | 40.63 | 18.73 | - |
| YUV | 170.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 105 | 0 | 0.34 | 0.55 | 0.09 | 22.2 | 0.73 | 0.66 |
| Hex | E8 | 98 | 69 | 0 | 22 | 37 | 9 | 16 | 49 | 42 |
| Octal | 350 | 230 | 151 | 0 | 42 | 67 | 11 | 26 | 111 | 102 |
| Binary | 11101000 | 10011000 | 1101001 | 0 | 100010 | 110111 | 1001 | 10110 | 1001001 | 1000010 |
Color Harmonies of #E89869
Complementary color
Monochromatic Colors of #E89869
Black with #E89869
Text Example
Text Example
White with #E89869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89869; }
p { color: rgb(232,152,105); }
H1.HeaderClassName
{
color: #E89869;
}
.AnyTagClassName
{
color: #E89869;
}
</style>
background-color css
<style>
a { background-color: #E89869; }
a { background-color: rgb(232,152,105); }
div.DivClassName
{
background-color: #E89869;
}
.BgClassName
{
background-color: #E89869;
}
</style>
border-color css
<style>
span { border-color: #E89869; }
span { border-color: rgb(232,152,105); }
td.TdClassName
{
border-color: #E89869;
}
.TagClassName
{
border-color: #E89869;
}
</style>