Shades of Dark Salmon #E98C74
Tints of Dark Salmon #E98C74
RGB
CMYK
RGB Variations
Color information
#E98C74 (or 0xE98C74) is known color: Dark Salmon. HEX triplet: E9, 8C and 74. RGB value is (233,140,116). Sum of RGB (Red+Green+Blue) = 233+140+116=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C74 is #16738B. Grayscale: #A5A5A5. Windows color (decimal): -1471372 or 7638249. OLE color: 7638249.
HSL color Cylindrical-coordinate representation of color #E98C74: hue angle of 12.31º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E98C74 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 116 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.09 |
| HSL | 12.31º | 0.73% | 0.68% | - |
| HSV(B) | 12.31º | 0.5% | 0.91% | - |
| XYZ | 46.13 | 37.34 | 21.3 | - |
| YUV | 165.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 116 | 0 | 0.40 | 0.50 | 0.09 | 12.31 | 0.73 | 0.68 |
| Hex | E9 | 8C | 74 | 0 | 28 | 32 | 9 | C | 49 | 44 |
| Octal | 351 | 214 | 164 | 0 | 50 | 62 | 11 | 14 | 111 | 104 |
| Binary | 11101001 | 10001100 | 1110100 | 0 | 101000 | 110010 | 1001 | 1100 | 1001001 | 1000100 |
Color Harmonies of #E98C74
Complementary color
Monochromatic Colors of #E98C74
Black with #E98C74
Text Example
Text Example
White with #E98C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C74; }
p { color: rgb(233,140,116); }
H1.HeaderClassName
{
color: #E98C74;
}
.AnyTagClassName
{
color: #E98C74;
}
</style>
background-color css
<style>
a { background-color: #E98C74; }
a { background-color: rgb(233,140,116); }
div.DivClassName
{
background-color: #E98C74;
}
.BgClassName
{
background-color: #E98C74;
}
</style>
border-color css
<style>
span { border-color: #E98C74; }
span { border-color: rgb(233,140,116); }
td.TdClassName
{
border-color: #E98C74;
}
.TagClassName
{
border-color: #E98C74;
}
</style>