Shades of Dark Salmon #E79E6D
Tints of Dark Salmon #E79E6D
RGB
CMYK
RGB Variations
Color information
#E79E6D (or 0xE79E6D) is known color: Dark Salmon. HEX triplet: E7, 9E and 6D. RGB value is (231,158,109). Sum of RGB (Red+Green+Blue) = 231+158+109=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E79E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79E6D is #186192. Grayscale: #AEAEAE. Windows color (decimal): -1597843 or 7184103. OLE color: 7184103.
HSL color Cylindrical-coordinate representation of color #E79E6D: hue angle of 24.1º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E79E6D is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 109 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.09 |
| HSL | 24.1º | 0.72% | 0.67% | - |
| HSV(B) | 24.1º | 0.53% | 0.91% | - |
| XYZ | 47.94 | 42.55 | 20.15 | - |
| YUV | 174.24 | 91.18 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 109 | 0 | 0.32 | 0.53 | 0.09 | 24.1 | 0.72 | 0.67 |
| Hex | E7 | 9E | 6D | 0 | 20 | 35 | 9 | 18 | 48 | 43 |
| Octal | 347 | 236 | 155 | 0 | 40 | 65 | 11 | 30 | 110 | 103 |
| Binary | 11100111 | 10011110 | 1101101 | 0 | 100000 | 110101 | 1001 | 11000 | 1001000 | 1000011 |
Color Harmonies of #E79E6D
Complementary color
Monochromatic Colors of #E79E6D
Black with #E79E6D
Text Example
Text Example
White with #E79E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79E6D; }
p { color: rgb(231,158,109); }
H1.HeaderClassName
{
color: #E79E6D;
}
.AnyTagClassName
{
color: #E79E6D;
}
</style>
background-color css
<style>
a { background-color: #E79E6D; }
a { background-color: rgb(231,158,109); }
div.DivClassName
{
background-color: #E79E6D;
}
.BgClassName
{
background-color: #E79E6D;
}
</style>
border-color css
<style>
span { border-color: #E79E6D; }
span { border-color: rgb(231,158,109); }
td.TdClassName
{
border-color: #E79E6D;
}
.TagClassName
{
border-color: #E79E6D;
}
</style>