Shades of Dark Salmon #E79675
Tints of Dark Salmon #E79675
RGB
CMYK
RGB Variations
Color information
#E79675 (or 0xE79675) is known color: Dark Salmon. HEX triplet: E7, 96 and 75. RGB value is (231,150,117). Sum of RGB (Red+Green+Blue) = 231+150+117=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E79675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79675 is #18698A. Grayscale: #AAAAAA. Windows color (decimal): -1599883 or 7706343. OLE color: 7706343.
HSL color Cylindrical-coordinate representation of color #E79675: hue angle of 17.37º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E79675 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 117 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.09 |
| HSL | 17.37º | 0.7% | 0.68% | - |
| HSV(B) | 17.37º | 0.49% | 0.91% | - |
| XYZ | 47.07 | 40.09 | 22.09 | - |
| YUV | 170.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 117 | 0 | 0.35 | 0.49 | 0.09 | 17.37 | 0.7 | 0.68 |
| Hex | E7 | 96 | 75 | 0 | 23 | 31 | 9 | 11 | 46 | 44 |
| Octal | 347 | 226 | 165 | 0 | 43 | 61 | 11 | 21 | 106 | 104 |
| Binary | 11100111 | 10010110 | 1110101 | 0 | 100011 | 110001 | 1001 | 10001 | 1000110 | 1000100 |
Color Harmonies of #E79675
Complementary color
Monochromatic Colors of #E79675
Black with #E79675
Text Example
Text Example
White with #E79675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79675; }
p { color: rgb(231,150,117); }
H1.HeaderClassName
{
color: #E79675;
}
.AnyTagClassName
{
color: #E79675;
}
</style>
background-color css
<style>
a { background-color: #E79675; }
a { background-color: rgb(231,150,117); }
div.DivClassName
{
background-color: #E79675;
}
.BgClassName
{
background-color: #E79675;
}
</style>
border-color css
<style>
span { border-color: #E79675; }
span { border-color: rgb(231,150,117); }
td.TdClassName
{
border-color: #E79675;
}
.TagClassName
{
border-color: #E79675;
}
</style>