Shades of Dark Salmon #E9A07B
Tints of Dark Salmon #E9A07B
RGB
CMYK
RGB Variations
Color information
#E9A07B (or 0xE9A07B) is known color: Dark Salmon. HEX triplet: E9, A0 and 7B. RGB value is (233,160,123). Sum of RGB (Red+Green+Blue) = 233+160+123=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A07B is #165F84. Grayscale: #B1B1B1. Windows color (decimal): -1466245 or 8102121. OLE color: 8102121.
HSL color Cylindrical-coordinate representation of color #E9A07B: hue angle of 20.18º 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 #E9A07B is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 123 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.09 |
| HSL | 20.18º | 0.71% | 0.7% | - |
| HSV(B) | 20.18º | 0.47% | 0.91% | - |
| XYZ | 49.75 | 43.9 | 24.59 | - |
| YUV | 177.61 | 97.18 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 123 | 0 | 0.31 | 0.47 | 0.09 | 20.18 | 0.71 | 0.7 |
| Hex | E9 | A0 | 7B | 0 | 1F | 2F | 9 | 14 | 47 | 46 |
| Octal | 351 | 240 | 173 | 0 | 37 | 57 | 11 | 24 | 107 | 106 |
| Binary | 11101001 | 10100000 | 1111011 | 0 | 11111 | 101111 | 1001 | 10100 | 1000111 | 1000110 |
Color Harmonies of #E9A07B
Complementary color
Monochromatic Colors of #E9A07B
Black with #E9A07B
Text Example
Text Example
White with #E9A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A07B; }
p { color: rgb(233,160,123); }
H1.HeaderClassName
{
color: #E9A07B;
}
.AnyTagClassName
{
color: #E9A07B;
}
</style>
background-color css
<style>
a { background-color: #E9A07B; }
a { background-color: rgb(233,160,123); }
div.DivClassName
{
background-color: #E9A07B;
}
.BgClassName
{
background-color: #E9A07B;
}
</style>
border-color css
<style>
span { border-color: #E9A07B; }
span { border-color: rgb(233,160,123); }
td.TdClassName
{
border-color: #E9A07B;
}
.TagClassName
{
border-color: #E9A07B;
}
</style>