Shades of Dark Salmon #E9A071
Tints of Dark Salmon #E9A071
RGB
CMYK
RGB Variations
Color information
#E9A071 (or 0xE9A071) is known color: Dark Salmon. HEX triplet: E9, A0 and 71. RGB value is (233,160,113). Sum of RGB (Red+Green+Blue) = 233+160+113=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A071 is #165F8E. Grayscale: #B0B0B0. Windows color (decimal): -1466255 or 7446761. OLE color: 7446761.
HSL color Cylindrical-coordinate representation of color #E9A071: hue angle of 23.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9A071 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 113 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.09 |
| HSL | 23.5º | 0.73% | 0.68% | - |
| HSV(B) | 23.5º | 0.52% | 0.91% | - |
| XYZ | 49.16 | 43.66 | 21.46 | - |
| YUV | 176.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 113 | 0 | 0.31 | 0.52 | 0.09 | 23.5 | 0.73 | 0.68 |
| Hex | E9 | A0 | 71 | 0 | 1F | 34 | 9 | 18 | 49 | 44 |
| Octal | 351 | 240 | 161 | 0 | 37 | 64 | 11 | 30 | 111 | 104 |
| Binary | 11101001 | 10100000 | 1110001 | 0 | 11111 | 110100 | 1001 | 11000 | 1001001 | 1000100 |
Color Harmonies of #E9A071
Complementary color
Monochromatic Colors of #E9A071
Black with #E9A071
Text Example
Text Example
White with #E9A071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A071; }
p { color: rgb(233,160,113); }
H1.HeaderClassName
{
color: #E9A071;
}
.AnyTagClassName
{
color: #E9A071;
}
</style>
background-color css
<style>
a { background-color: #E9A071; }
a { background-color: rgb(233,160,113); }
div.DivClassName
{
background-color: #E9A071;
}
.BgClassName
{
background-color: #E9A071;
}
</style>
border-color css
<style>
span { border-color: #E9A071; }
span { border-color: rgb(233,160,113); }
td.TdClassName
{
border-color: #E9A071;
}
.TagClassName
{
border-color: #E9A071;
}
</style>