Shades of Dark Salmon #E98D72
Tints of Dark Salmon #E98D72
RGB
CMYK
RGB Variations
Color information
#E98D72 (or 0xE98D72) is known color: Dark Salmon. HEX triplet: E9, 8D and 72. RGB value is (233,141,114). Sum of RGB (Red+Green+Blue) = 233+141+114=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98D72 is #16728D. Grayscale: #A5A5A5. Windows color (decimal): -1471118 or 7507433. OLE color: 7507433.
HSL color Cylindrical-coordinate representation of color #E98D72: hue angle of 13.61º 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 #E98D72 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 114 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.09 |
| HSL | 13.61º | 0.73% | 0.68% | - |
| HSV(B) | 13.61º | 0.51% | 0.91% | - |
| XYZ | 46.17 | 37.59 | 20.74 | - |
| YUV | 165.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 114 | 0 | 0.39 | 0.51 | 0.09 | 13.61 | 0.73 | 0.68 |
| Hex | E9 | 8D | 72 | 0 | 27 | 33 | 9 | E | 49 | 44 |
| Octal | 351 | 215 | 162 | 0 | 47 | 63 | 11 | 16 | 111 | 104 |
| Binary | 11101001 | 10001101 | 1110010 | 0 | 100111 | 110011 | 1001 | 1110 | 1001001 | 1000100 |
Color Harmonies of #E98D72
Complementary color
Monochromatic Colors of #E98D72
Black with #E98D72
Text Example
Text Example
White with #E98D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98D72; }
p { color: rgb(233,141,114); }
H1.HeaderClassName
{
color: #E98D72;
}
.AnyTagClassName
{
color: #E98D72;
}
</style>
background-color css
<style>
a { background-color: #E98D72; }
a { background-color: rgb(233,141,114); }
div.DivClassName
{
background-color: #E98D72;
}
.BgClassName
{
background-color: #E98D72;
}
</style>
border-color css
<style>
span { border-color: #E98D72; }
span { border-color: rgb(233,141,114); }
td.TdClassName
{
border-color: #E98D72;
}
.TagClassName
{
border-color: #E98D72;
}
</style>