Shades of Dark Salmon #E9A17A
Tints of Dark Salmon #E9A17A
RGB
CMYK
RGB Variations
Color information
#E9A17A (or 0xE9A17A) is known color: Dark Salmon. HEX triplet: E9, A1 and 7A. RGB value is (233,161,122). Sum of RGB (Red+Green+Blue) = 233+161+122=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A17A is #165E85. Grayscale: #B2B2B2. Windows color (decimal): -1465990 or 8036841. OLE color: 8036841.
HSL color Cylindrical-coordinate representation of color #E9A17A: hue angle of 21.08º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9A17A is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 161 | 122 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.09 |
| HSL | 21.08º | 0.72% | 0.7% | - |
| HSV(B) | 21.08º | 0.48% | 0.91% | - |
| XYZ | 49.86 | 44.22 | 24.32 | - |
| YUV | 178.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 122 | 0 | 0.31 | 0.48 | 0.09 | 21.08 | 0.72 | 0.7 |
| Hex | E9 | A1 | 7A | 0 | 1F | 30 | 9 | 15 | 48 | 46 |
| Octal | 351 | 241 | 172 | 0 | 37 | 60 | 11 | 25 | 110 | 106 |
| Binary | 11101001 | 10100001 | 1111010 | 0 | 11111 | 110000 | 1001 | 10101 | 1001000 | 1000110 |
Color Harmonies of #E9A17A
Complementary color
Monochromatic Colors of #E9A17A
Black with #E9A17A
Text Example
Text Example
White with #E9A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A17A; }
p { color: rgb(233,161,122); }
H1.HeaderClassName
{
color: #E9A17A;
}
.AnyTagClassName
{
color: #E9A17A;
}
</style>
background-color css
<style>
a { background-color: #E9A17A; }
a { background-color: rgb(233,161,122); }
div.DivClassName
{
background-color: #E9A17A;
}
.BgClassName
{
background-color: #E9A17A;
}
</style>
border-color css
<style>
span { border-color: #E9A17A; }
span { border-color: rgb(233,161,122); }
td.TdClassName
{
border-color: #E9A17A;
}
.TagClassName
{
border-color: #E9A17A;
}
</style>