Shades of Dark Salmon #E99A73
Tints of Dark Salmon #E99A73
RGB
CMYK
RGB Variations
Color information
#E99A73 (or 0xE99A73) is known color: Dark Salmon. HEX triplet: E9, 9A and 73. RGB value is (233,154,115). Sum of RGB (Red+Green+Blue) = 233+154+115=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99A73 is #16658C. Grayscale: #ADADAD. Windows color (decimal): -1467789 or 7576297. OLE color: 7576297.
HSL color Cylindrical-coordinate representation of color #E99A73: hue angle of 19.83º 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 #E99A73 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 115 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.09 |
| HSL | 19.83º | 0.73% | 0.68% | - |
| HSV(B) | 19.83º | 0.51% | 0.91% | - |
| XYZ | 48.25 | 41.67 | 21.72 | - |
| YUV | 173.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 115 | 0 | 0.34 | 0.51 | 0.09 | 19.83 | 0.73 | 0.68 |
| Hex | E9 | 9A | 73 | 0 | 22 | 33 | 9 | 14 | 49 | 44 |
| Octal | 351 | 232 | 163 | 0 | 42 | 63 | 11 | 24 | 111 | 104 |
| Binary | 11101001 | 10011010 | 1110011 | 0 | 100010 | 110011 | 1001 | 10100 | 1001001 | 1000100 |
Color Harmonies of #E99A73
Complementary color
Monochromatic Colors of #E99A73
Black with #E99A73
Text Example
Text Example
White with #E99A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99A73; }
p { color: rgb(233,154,115); }
H1.HeaderClassName
{
color: #E99A73;
}
.AnyTagClassName
{
color: #E99A73;
}
</style>
background-color css
<style>
a { background-color: #E99A73; }
a { background-color: rgb(233,154,115); }
div.DivClassName
{
background-color: #E99A73;
}
.BgClassName
{
background-color: #E99A73;
}
</style>
border-color css
<style>
span { border-color: #E99A73; }
span { border-color: rgb(233,154,115); }
td.TdClassName
{
border-color: #E99A73;
}
.TagClassName
{
border-color: #E99A73;
}
</style>