Shades of Dark Salmon #E98C75
Tints of Dark Salmon #E98C75
RGB
CMYK
RGB Variations
Color information
#E98C75 (or 0xE98C75) is known color: Dark Salmon. HEX triplet: E9, 8C and 75. RGB value is (233,140,117). Sum of RGB (Red+Green+Blue) = 233+140+117=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C75 is #16738A. Grayscale: #A5A5A5. Windows color (decimal): -1471371 or 7703785. OLE color: 7703785.
HSL color Cylindrical-coordinate representation of color #E98C75: hue angle of 11.9º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E98C75 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 117 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.09 |
| HSL | 11.9º | 0.73% | 0.69% | - |
| HSV(B) | 11.9º | 0.5% | 0.91% | - |
| XYZ | 46.19 | 37.36 | 21.61 | - |
| YUV | 165.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 117 | 0 | 0.40 | 0.50 | 0.09 | 11.9 | 0.73 | 0.69 |
| Hex | E9 | 8C | 75 | 0 | 28 | 32 | 9 | C | 48 | 45 |
| Octal | 351 | 214 | 165 | 0 | 50 | 62 | 11 | 14 | 110 | 105 |
| Binary | 11101001 | 10001100 | 1110101 | 0 | 101000 | 110010 | 1001 | 1100 | 1001000 | 1000101 |
Color Harmonies of #E98C75
Complementary color
Monochromatic Colors of #E98C75
Black with #E98C75
Text Example
Text Example
White with #E98C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C75; }
p { color: rgb(233,140,117); }
H1.HeaderClassName
{
color: #E98C75;
}
.AnyTagClassName
{
color: #E98C75;
}
</style>
background-color css
<style>
a { background-color: #E98C75; }
a { background-color: rgb(233,140,117); }
div.DivClassName
{
background-color: #E98C75;
}
.BgClassName
{
background-color: #E98C75;
}
</style>
border-color css
<style>
span { border-color: #E98C75; }
span { border-color: rgb(233,140,117); }
td.TdClassName
{
border-color: #E98C75;
}
.TagClassName
{
border-color: #E98C75;
}
</style>