Shades of Dark Salmon #E98C73
Tints of Dark Salmon #E98C73
RGB
CMYK
RGB Variations
Color information
#E98C73 (or 0xE98C73) is known color: Dark Salmon. HEX triplet: E9, 8C and 73. RGB value is (233,140,115). Sum of RGB (Red+Green+Blue) = 233+140+115=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C73 is #16738C. Grayscale: #A5A5A5. Windows color (decimal): -1471373 or 7572713. OLE color: 7572713.
HSL color Cylindrical-coordinate representation of color #E98C73: hue angle of 12.71º 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 #E98C73 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 115 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.09 |
| HSL | 12.71º | 0.73% | 0.68% | - |
| HSV(B) | 12.71º | 0.51% | 0.91% | - |
| XYZ | 46.08 | 37.32 | 20.99 | - |
| YUV | 164.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 115 | 0 | 0.40 | 0.51 | 0.09 | 12.71 | 0.73 | 0.68 |
| Hex | E9 | 8C | 73 | 0 | 28 | 33 | 9 | D | 49 | 44 |
| Octal | 351 | 214 | 163 | 0 | 50 | 63 | 11 | 15 | 111 | 104 |
| Binary | 11101001 | 10001100 | 1110011 | 0 | 101000 | 110011 | 1001 | 1101 | 1001001 | 1000100 |
Color Harmonies of #E98C73
Complementary color
Monochromatic Colors of #E98C73
Black with #E98C73
Text Example
Text Example
White with #E98C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C73; }
p { color: rgb(233,140,115); }
H1.HeaderClassName
{
color: #E98C73;
}
.AnyTagClassName
{
color: #E98C73;
}
</style>
background-color css
<style>
a { background-color: #E98C73; }
a { background-color: rgb(233,140,115); }
div.DivClassName
{
background-color: #E98C73;
}
.BgClassName
{
background-color: #E98C73;
}
</style>
border-color css
<style>
span { border-color: #E98C73; }
span { border-color: rgb(233,140,115); }
td.TdClassName
{
border-color: #E98C73;
}
.TagClassName
{
border-color: #E98C73;
}
</style>