Shades of Dark Salmon #E99973
Tints of Dark Salmon #E99973
RGB
CMYK
RGB Variations
Color information
#E99973 (or 0xE99973) is known color: Dark Salmon. HEX triplet: E9, 99 and 73. RGB value is (233,153,115). Sum of RGB (Red+Green+Blue) = 233+153+115=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E99973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99973 is #16668C. Grayscale: #ACACAC. Windows color (decimal): -1468045 or 7576041. OLE color: 7576041.
HSL color Cylindrical-coordinate representation of color #E99973: hue angle of 19.32º 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 #E99973 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 115 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.09 |
| HSL | 19.32º | 0.73% | 0.68% | - |
| HSV(B) | 19.32º | 0.51% | 0.91% | - |
| XYZ | 48.09 | 41.34 | 21.67 | - |
| YUV | 172.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 115 | 0 | 0.34 | 0.51 | 0.09 | 19.32 | 0.73 | 0.68 |
| Hex | E9 | 99 | 73 | 0 | 22 | 33 | 9 | 13 | 49 | 44 |
| Octal | 351 | 231 | 163 | 0 | 42 | 63 | 11 | 23 | 111 | 104 |
| Binary | 11101001 | 10011001 | 1110011 | 0 | 100010 | 110011 | 1001 | 10011 | 1001001 | 1000100 |
Color Harmonies of #E99973
Complementary color
Monochromatic Colors of #E99973
Black with #E99973
Text Example
Text Example
White with #E99973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99973; }
p { color: rgb(233,153,115); }
H1.HeaderClassName
{
color: #E99973;
}
.AnyTagClassName
{
color: #E99973;
}
</style>
background-color css
<style>
a { background-color: #E99973; }
a { background-color: rgb(233,153,115); }
div.DivClassName
{
background-color: #E99973;
}
.BgClassName
{
background-color: #E99973;
}
</style>
border-color css
<style>
span { border-color: #E99973; }
span { border-color: rgb(233,153,115); }
td.TdClassName
{
border-color: #E99973;
}
.TagClassName
{
border-color: #E99973;
}
</style>