Shades of Dark Salmon #E79E7D
Tints of Dark Salmon #E79E7D
RGB
CMYK
RGB Variations
Color information
#E79E7D (or 0xE79E7D) is known color: Dark Salmon. HEX triplet: E7, 9E and 7D. RGB value is (231,158,125). Sum of RGB (Red+Green+Blue) = 231+158+125=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E79E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79E7D is #186182. Grayscale: #B0B0B0. Windows color (decimal): -1597827 or 8232679. OLE color: 8232679.
HSL color Cylindrical-coordinate representation of color #E79E7D: hue angle of 18.68º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E79E7D is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 125 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.09 |
| HSL | 18.68º | 0.69% | 0.7% | - |
| HSV(B) | 18.68º | 0.46% | 0.91% | - |
| XYZ | 48.88 | 42.92 | 25.11 | - |
| YUV | 176.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 125 | 0 | 0.32 | 0.46 | 0.09 | 18.68 | 0.69 | 0.7 |
| Hex | E7 | 9E | 7D | 0 | 20 | 2E | 9 | 13 | 45 | 46 |
| Octal | 347 | 236 | 175 | 0 | 40 | 56 | 11 | 23 | 105 | 106 |
| Binary | 11100111 | 10011110 | 1111101 | 0 | 100000 | 101110 | 1001 | 10011 | 1000101 | 1000110 |
Color Harmonies of #E79E7D
Complementary color
Monochromatic Colors of #E79E7D
Black with #E79E7D
Text Example
Text Example
White with #E79E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79E7D; }
p { color: rgb(231,158,125); }
H1.HeaderClassName
{
color: #E79E7D;
}
.AnyTagClassName
{
color: #E79E7D;
}
</style>
background-color css
<style>
a { background-color: #E79E7D; }
a { background-color: rgb(231,158,125); }
div.DivClassName
{
background-color: #E79E7D;
}
.BgClassName
{
background-color: #E79E7D;
}
</style>
border-color css
<style>
span { border-color: #E79E7D; }
span { border-color: rgb(231,158,125); }
td.TdClassName
{
border-color: #E79E7D;
}
.TagClassName
{
border-color: #E79E7D;
}
</style>