Shades of Dark Salmon #E7A074
Tints of Dark Salmon #E7A074
RGB
CMYK
RGB Variations
Color information
#E7A074 (or 0xE7A074) is known color: Dark Salmon. HEX triplet: E7, A0 and 74. RGB value is (231,160,116). Sum of RGB (Red+Green+Blue) = 231+160+116=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A074 is #185F8B. Grayscale: #B0B0B0. Windows color (decimal): -1597324 or 7643367. OLE color: 7643367.
HSL color Cylindrical-coordinate representation of color #E7A074: hue angle of 22.96º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7A074 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 116 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.09 |
| HSL | 22.96º | 0.71% | 0.68% | - |
| HSV(B) | 22.96º | 0.5% | 0.91% | - |
| XYZ | 48.68 | 43.39 | 22.33 | - |
| YUV | 176.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 116 | 0 | 0.31 | 0.50 | 0.09 | 22.96 | 0.71 | 0.68 |
| Hex | E7 | A0 | 74 | 0 | 1F | 32 | 9 | 17 | 47 | 44 |
| Octal | 347 | 240 | 164 | 0 | 37 | 62 | 11 | 27 | 107 | 104 |
| Binary | 11100111 | 10100000 | 1110100 | 0 | 11111 | 110010 | 1001 | 10111 | 1000111 | 1000100 |
Color Harmonies of #E7A074
Complementary color
Monochromatic Colors of #E7A074
Black with #E7A074
Text Example
Text Example
White with #E7A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A074; }
p { color: rgb(231,160,116); }
H1.HeaderClassName
{
color: #E7A074;
}
.AnyTagClassName
{
color: #E7A074;
}
</style>
background-color css
<style>
a { background-color: #E7A074; }
a { background-color: rgb(231,160,116); }
div.DivClassName
{
background-color: #E7A074;
}
.BgClassName
{
background-color: #E7A074;
}
</style>
border-color css
<style>
span { border-color: #E7A074; }
span { border-color: rgb(231,160,116); }
td.TdClassName
{
border-color: #E7A074;
}
.TagClassName
{
border-color: #E7A074;
}
</style>