Shades of Dark Salmon #E7A072
Tints of Dark Salmon #E7A072
RGB
CMYK
RGB Variations
Color information
#E7A072 (or 0xE7A072) is known color: Dark Salmon. HEX triplet: E7, A0 and 72. RGB value is (231,160,114). Sum of RGB (Red+Green+Blue) = 231+160+114=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A072 is #185F8D. Grayscale: #B0B0B0. Windows color (decimal): -1597326 or 7512295. OLE color: 7512295.
HSL color Cylindrical-coordinate representation of color #E7A072: hue angle of 23.59º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7A072 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 114 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.09 |
| HSL | 23.59º | 0.71% | 0.68% | - |
| HSV(B) | 23.59º | 0.51% | 0.91% | - |
| XYZ | 48.56 | 43.35 | 21.73 | - |
| YUV | 175.99 | 93.02 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 114 | 0 | 0.31 | 0.51 | 0.09 | 23.59 | 0.71 | 0.68 |
| Hex | E7 | A0 | 72 | 0 | 1F | 33 | 9 | 18 | 47 | 44 |
| Octal | 347 | 240 | 162 | 0 | 37 | 63 | 11 | 30 | 107 | 104 |
| Binary | 11100111 | 10100000 | 1110010 | 0 | 11111 | 110011 | 1001 | 11000 | 1000111 | 1000100 |
Color Harmonies of #E7A072
Complementary color
Monochromatic Colors of #E7A072
Black with #E7A072
Text Example
Text Example
White with #E7A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A072; }
p { color: rgb(231,160,114); }
H1.HeaderClassName
{
color: #E7A072;
}
.AnyTagClassName
{
color: #E7A072;
}
</style>
background-color css
<style>
a { background-color: #E7A072; }
a { background-color: rgb(231,160,114); }
div.DivClassName
{
background-color: #E7A072;
}
.BgClassName
{
background-color: #E7A072;
}
</style>
border-color css
<style>
span { border-color: #E7A072; }
span { border-color: rgb(231,160,114); }
td.TdClassName
{
border-color: #E7A072;
}
.TagClassName
{
border-color: #E7A072;
}
</style>