Shades of Dark Salmon #E79174
Tints of Dark Salmon #E79174
RGB
CMYK
RGB Variations
Color information
#E79174 (or 0xE79174) is known color: Dark Salmon. HEX triplet: E7, 91 and 74. RGB value is (231,145,116). Sum of RGB (Red+Green+Blue) = 231+145+116=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E79174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79174 is #186E8B. Grayscale: #A7A7A7. Windows color (decimal): -1601164 or 7639527. OLE color: 7639527.
HSL color Cylindrical-coordinate representation of color #E79174: hue angle of 15.13º 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 #E79174 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 116 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.09 |
| HSL | 15.13º | 0.71% | 0.68% | - |
| HSV(B) | 15.13º | 0.5% | 0.91% | - |
| XYZ | 46.23 | 38.5 | 21.52 | - |
| YUV | 167.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 116 | 0 | 0.37 | 0.50 | 0.09 | 15.13 | 0.71 | 0.68 |
| Hex | E7 | 91 | 74 | 0 | 25 | 32 | 9 | F | 47 | 44 |
| Octal | 347 | 221 | 164 | 0 | 45 | 62 | 11 | 17 | 107 | 104 |
| Binary | 11100111 | 10010001 | 1110100 | 0 | 100101 | 110010 | 1001 | 1111 | 1000111 | 1000100 |
Color Harmonies of #E79174
Complementary color
Monochromatic Colors of #E79174
Black with #E79174
Text Example
Text Example
White with #E79174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79174; }
p { color: rgb(231,145,116); }
H1.HeaderClassName
{
color: #E79174;
}
.AnyTagClassName
{
color: #E79174;
}
</style>
background-color css
<style>
a { background-color: #E79174; }
a { background-color: rgb(231,145,116); }
div.DivClassName
{
background-color: #E79174;
}
.BgClassName
{
background-color: #E79174;
}
</style>
border-color css
<style>
span { border-color: #E79174; }
span { border-color: rgb(231,145,116); }
td.TdClassName
{
border-color: #E79174;
}
.TagClassName
{
border-color: #E79174;
}
</style>