Shades of Dark Salmon #E98C7B
Tints of Dark Salmon #E98C7B
RGB
CMYK
RGB Variations
Color information
#E98C7B (or 0xE98C7B) is known color: Dark Salmon. HEX triplet: E9, 8C and 7B. RGB value is (233,140,123). Sum of RGB (Red+Green+Blue) = 233+140+123=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C7B is #167384. Grayscale: #A6A6A6. Windows color (decimal): -1471365 or 8097001. OLE color: 8097001.
HSL color Cylindrical-coordinate representation of color #E98C7B: hue angle of 9.27º 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 #E98C7B is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 123 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.09 |
| HSL | 9.27º | 0.71% | 0.7% | - |
| HSV(B) | 9.27º | 0.47% | 0.91% | - |
| XYZ | 46.56 | 37.51 | 23.53 | - |
| YUV | 165.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 123 | 0 | 0.40 | 0.47 | 0.09 | 9.27 | 0.71 | 0.7 |
| Hex | E9 | 8C | 7B | 0 | 28 | 2F | 9 | 9 | 47 | 46 |
| Octal | 351 | 214 | 173 | 0 | 50 | 57 | 11 | 11 | 107 | 106 |
| Binary | 11101001 | 10001100 | 1111011 | 0 | 101000 | 101111 | 1001 | 1001 | 1000111 | 1000110 |
Color Harmonies of #E98C7B
Complementary color
Monochromatic Colors of #E98C7B
Black with #E98C7B
Text Example
Text Example
White with #E98C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C7B; }
p { color: rgb(233,140,123); }
H1.HeaderClassName
{
color: #E98C7B;
}
.AnyTagClassName
{
color: #E98C7B;
}
</style>
background-color css
<style>
a { background-color: #E98C7B; }
a { background-color: rgb(233,140,123); }
div.DivClassName
{
background-color: #E98C7B;
}
.BgClassName
{
background-color: #E98C7B;
}
</style>
border-color css
<style>
span { border-color: #E98C7B; }
span { border-color: rgb(233,140,123); }
td.TdClassName
{
border-color: #E98C7B;
}
.TagClassName
{
border-color: #E98C7B;
}
</style>