Shades of Dark Salmon #E9A073
Tints of Dark Salmon #E9A073
RGB
CMYK
RGB Variations
Color information
#E9A073 (or 0xE9A073) is known color: Dark Salmon. HEX triplet: E9, A0 and 73. RGB value is (233,160,115). Sum of RGB (Red+Green+Blue) = 233+160+115=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A073 is #165F8C. Grayscale: #B0B0B0. Windows color (decimal): -1466253 or 7577833. OLE color: 7577833.
HSL color Cylindrical-coordinate representation of color #E9A073: hue angle of 22.88º 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 #E9A073 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 115 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.09 |
| HSL | 22.88º | 0.73% | 0.68% | - |
| HSV(B) | 22.88º | 0.51% | 0.91% | - |
| XYZ | 49.27 | 43.7 | 22.06 | - |
| YUV | 176.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 115 | 0 | 0.31 | 0.51 | 0.09 | 22.88 | 0.73 | 0.68 |
| Hex | E9 | A0 | 73 | 0 | 1F | 33 | 9 | 17 | 49 | 44 |
| Octal | 351 | 240 | 163 | 0 | 37 | 63 | 11 | 27 | 111 | 104 |
| Binary | 11101001 | 10100000 | 1110011 | 0 | 11111 | 110011 | 1001 | 10111 | 1001001 | 1000100 |
Color Harmonies of #E9A073
Complementary color
Monochromatic Colors of #E9A073
Black with #E9A073
Text Example
Text Example
White with #E9A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A073; }
p { color: rgb(233,160,115); }
H1.HeaderClassName
{
color: #E9A073;
}
.AnyTagClassName
{
color: #E9A073;
}
</style>
background-color css
<style>
a { background-color: #E9A073; }
a { background-color: rgb(233,160,115); }
div.DivClassName
{
background-color: #E9A073;
}
.BgClassName
{
background-color: #E9A073;
}
</style>
border-color css
<style>
span { border-color: #E9A073; }
span { border-color: rgb(233,160,115); }
td.TdClassName
{
border-color: #E9A073;
}
.TagClassName
{
border-color: #E9A073;
}
</style>