Shades of Dark Salmon #E7A07A
Tints of Dark Salmon #E7A07A
RGB
CMYK
RGB Variations
Color information
#E7A07A (or 0xE7A07A) is known color: Dark Salmon. HEX triplet: E7, A0 and 7A. RGB value is (231,160,122). Sum of RGB (Red+Green+Blue) = 231+160+122=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A07A is #185F85. Grayscale: #B1B1B1. Windows color (decimal): -1597318 or 8036583. OLE color: 8036583.
HSL color Cylindrical-coordinate representation of color #E7A07A: hue angle of 20.92º degrees, saturation: 0.69, 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 #E7A07A is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 122 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.09 |
| HSL | 20.92º | 0.69% | 0.69% | - |
| HSV(B) | 20.92º | 0.47% | 0.91% | - |
| XYZ | 49.04 | 43.54 | 24.23 | - |
| YUV | 176.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 122 | 0 | 0.31 | 0.47 | 0.09 | 20.92 | 0.69 | 0.69 |
| Hex | E7 | A0 | 7A | 0 | 1F | 2F | 9 | 15 | 45 | 45 |
| Octal | 347 | 240 | 172 | 0 | 37 | 57 | 11 | 25 | 105 | 105 |
| Binary | 11100111 | 10100000 | 1111010 | 0 | 11111 | 101111 | 1001 | 10101 | 1000101 | 1000101 |
Color Harmonies of #E7A07A
Complementary color
Monochromatic Colors of #E7A07A
Black with #E7A07A
Text Example
Text Example
White with #E7A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A07A; }
p { color: rgb(231,160,122); }
H1.HeaderClassName
{
color: #E7A07A;
}
.AnyTagClassName
{
color: #E7A07A;
}
</style>
background-color css
<style>
a { background-color: #E7A07A; }
a { background-color: rgb(231,160,122); }
div.DivClassName
{
background-color: #E7A07A;
}
.BgClassName
{
background-color: #E7A07A;
}
</style>
border-color css
<style>
span { border-color: #E7A07A; }
span { border-color: rgb(231,160,122); }
td.TdClassName
{
border-color: #E7A07A;
}
.TagClassName
{
border-color: #E7A07A;
}
</style>