Shades of Dark Salmon #E98E73
Tints of Dark Salmon #E98E73
RGB
CMYK
RGB Variations
Color information
#E98E73 (or 0xE98E73) is known color: Dark Salmon. HEX triplet: E9, 8E and 73. RGB value is (233,142,115). Sum of RGB (Red+Green+Blue) = 233+142+115=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98E73 is #16718C. Grayscale: #A6A6A6. Windows color (decimal): -1470861 or 7573225. OLE color: 7573225.
HSL color Cylindrical-coordinate representation of color #E98E73: hue angle of 13.73º degrees, saturation: 0.73, 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 #E98E73 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 115 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.09 |
| HSL | 13.73º | 0.73% | 0.68% | - |
| HSV(B) | 13.73º | 0.51% | 0.91% | - |
| XYZ | 46.37 | 37.91 | 21.09 | - |
| YUV | 166.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 115 | 0 | 0.39 | 0.51 | 0.09 | 13.73 | 0.73 | 0.68 |
| Hex | E9 | 8E | 73 | 0 | 27 | 33 | 9 | E | 49 | 44 |
| Octal | 351 | 216 | 163 | 0 | 47 | 63 | 11 | 16 | 111 | 104 |
| Binary | 11101001 | 10001110 | 1110011 | 0 | 100111 | 110011 | 1001 | 1110 | 1001001 | 1000100 |
Color Harmonies of #E98E73
Complementary color
Monochromatic Colors of #E98E73
Black with #E98E73
Text Example
Text Example
White with #E98E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98E73; }
p { color: rgb(233,142,115); }
H1.HeaderClassName
{
color: #E98E73;
}
.AnyTagClassName
{
color: #E98E73;
}
</style>
background-color css
<style>
a { background-color: #E98E73; }
a { background-color: rgb(233,142,115); }
div.DivClassName
{
background-color: #E98E73;
}
.BgClassName
{
background-color: #E98E73;
}
</style>
border-color css
<style>
span { border-color: #E98E73; }
span { border-color: rgb(233,142,115); }
td.TdClassName
{
border-color: #E98E73;
}
.TagClassName
{
border-color: #E98E73;
}
</style>