Shades of Dark Salmon #E7A070
Tints of Dark Salmon #E7A070
RGB
CMYK
RGB Variations
Color information
#E7A070 (or 0xE7A070) is known color: Dark Salmon. HEX triplet: E7, A0 and 70. RGB value is (231,160,112). Sum of RGB (Red+Green+Blue) = 231+160+112=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A070 is #185F8F. Grayscale: #B0B0B0. Windows color (decimal): -1597328 or 7381223. OLE color: 7381223.
HSL color Cylindrical-coordinate representation of color #E7A070: hue angle of 24.2º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7A070 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 112 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.09 |
| HSL | 24.2º | 0.71% | 0.67% | - |
| HSV(B) | 24.2º | 0.52% | 0.91% | - |
| XYZ | 48.45 | 43.3 | 21.13 | - |
| YUV | 175.76 | 92.02 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 112 | 0 | 0.31 | 0.52 | 0.09 | 24.2 | 0.71 | 0.67 |
| Hex | E7 | A0 | 70 | 0 | 1F | 34 | 9 | 18 | 47 | 43 |
| Octal | 347 | 240 | 160 | 0 | 37 | 64 | 11 | 30 | 107 | 103 |
| Binary | 11100111 | 10100000 | 1110000 | 0 | 11111 | 110100 | 1001 | 11000 | 1000111 | 1000011 |
Color Harmonies of #E7A070
Complementary color
Monochromatic Colors of #E7A070
Black with #E7A070
Text Example
Text Example
White with #E7A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A070; }
p { color: rgb(231,160,112); }
H1.HeaderClassName
{
color: #E7A070;
}
.AnyTagClassName
{
color: #E7A070;
}
</style>
background-color css
<style>
a { background-color: #E7A070; }
a { background-color: rgb(231,160,112); }
div.DivClassName
{
background-color: #E7A070;
}
.BgClassName
{
background-color: #E7A070;
}
</style>
border-color css
<style>
span { border-color: #E7A070; }
span { border-color: rgb(231,160,112); }
td.TdClassName
{
border-color: #E7A070;
}
.TagClassName
{
border-color: #E7A070;
}
</style>