Shades of Dark Salmon #E98B7C
Tints of Dark Salmon #E98B7C
RGB
CMYK
RGB Variations
Color information
#E98B7C (or 0xE98B7C) is known color: Dark Salmon. HEX triplet: E9, 8B and 7C. RGB value is (233,139,124). Sum of RGB (Red+Green+Blue) = 233+139+124=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E98B7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98B7C is #167483. Grayscale: #A5A5A5. Windows color (decimal): -1471620 or 8162281. OLE color: 8162281.
HSL color Cylindrical-coordinate representation of color #E98B7C: hue angle of 8.26º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E98B7C is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 124 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.09 |
| HSL | 8.26º | 0.71% | 0.7% | - |
| HSV(B) | 8.26º | 0.47% | 0.91% | - |
| XYZ | 46.47 | 37.24 | 23.81 | - |
| YUV | 165.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 124 | 0 | 0.40 | 0.47 | 0.09 | 8.26 | 0.71 | 0.7 |
| Hex | E9 | 8B | 7C | 0 | 28 | 2F | 9 | 8 | 47 | 46 |
| Octal | 351 | 213 | 174 | 0 | 50 | 57 | 11 | 10 | 107 | 106 |
| Binary | 11101001 | 10001011 | 1111100 | 0 | 101000 | 101111 | 1001 | 1000 | 1000111 | 1000110 |
Color Harmonies of #E98B7C
Complementary color
Monochromatic Colors of #E98B7C
Black with #E98B7C
Text Example
Text Example
White with #E98B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98B7C; }
p { color: rgb(233,139,124); }
H1.HeaderClassName
{
color: #E98B7C;
}
.AnyTagClassName
{
color: #E98B7C;
}
</style>
background-color css
<style>
a { background-color: #E98B7C; }
a { background-color: rgb(233,139,124); }
div.DivClassName
{
background-color: #E98B7C;
}
.BgClassName
{
background-color: #E98B7C;
}
</style>
border-color css
<style>
span { border-color: #E98B7C; }
span { border-color: rgb(233,139,124); }
td.TdClassName
{
border-color: #E98B7C;
}
.TagClassName
{
border-color: #E98B7C;
}
</style>