Shades of Dark Salmon #E8A07A
Tints of Dark Salmon #E8A07A
RGB
CMYK
RGB Variations
Color information
#E8A07A (or 0xE8A07A) is known color: Dark Salmon. HEX triplet: E8, A0 and 7A. RGB value is (232,160,122). Sum of RGB (Red+Green+Blue) = 232+160+122=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A07A is #175F85. Grayscale: #B1B1B1. Windows color (decimal): -1531782 or 8036584. OLE color: 8036584.
HSL color Cylindrical-coordinate representation of color #E8A07A: hue angle of 20.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8A07A is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 160 | 122 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.09 |
| HSL | 20.73º | 0.71% | 0.69% | - |
| HSV(B) | 20.73º | 0.47% | 0.91% | - |
| XYZ | 49.36 | 43.7 | 24.25 | - |
| YUV | 177.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 160 | 122 | 0 | 0.31 | 0.47 | 0.09 | 20.73 | 0.71 | 0.69 |
| Hex | E8 | A0 | 7A | 0 | 1F | 2F | 9 | 15 | 47 | 45 |
| Octal | 350 | 240 | 172 | 0 | 37 | 57 | 11 | 25 | 107 | 105 |
| Binary | 11101000 | 10100000 | 1111010 | 0 | 11111 | 101111 | 1001 | 10101 | 1000111 | 1000101 |
Color Harmonies of #E8A07A
Complementary color
Monochromatic Colors of #E8A07A
Black with #E8A07A
Text Example
Text Example
White with #E8A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A07A; }
p { color: rgb(232,160,122); }
H1.HeaderClassName
{
color: #E8A07A;
}
.AnyTagClassName
{
color: #E8A07A;
}
</style>
background-color css
<style>
a { background-color: #E8A07A; }
a { background-color: rgb(232,160,122); }
div.DivClassName
{
background-color: #E8A07A;
}
.BgClassName
{
background-color: #E8A07A;
}
</style>
border-color css
<style>
span { border-color: #E8A07A; }
span { border-color: rgb(232,160,122); }
td.TdClassName
{
border-color: #E8A07A;
}
.TagClassName
{
border-color: #E8A07A;
}
</style>