Shades of Dark Salmon #E79D6D
Tints of Dark Salmon #E79D6D
RGB
CMYK
RGB Variations
Color information
#E79D6D (or 0xE79D6D) is known color: Dark Salmon. HEX triplet: E7, 9D and 6D. RGB value is (231,157,109). Sum of RGB (Red+Green+Blue) = 231+157+109=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79D6D is #186292. Grayscale: #ADADAD. Windows color (decimal): -1598099 or 7183847. OLE color: 7183847.
HSL color Cylindrical-coordinate representation of color #E79D6D: hue angle of 23.61º 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 #E79D6D is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 109 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.09 |
| HSL | 23.61º | 0.72% | 0.67% | - |
| HSV(B) | 23.61º | 0.53% | 0.91% | - |
| XYZ | 47.77 | 42.21 | 20.1 | - |
| YUV | 173.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 109 | 0 | 0.32 | 0.53 | 0.09 | 23.61 | 0.72 | 0.67 |
| Hex | E7 | 9D | 6D | 0 | 20 | 35 | 9 | 18 | 48 | 43 |
| Octal | 347 | 235 | 155 | 0 | 40 | 65 | 11 | 30 | 110 | 103 |
| Binary | 11100111 | 10011101 | 1101101 | 0 | 100000 | 110101 | 1001 | 11000 | 1001000 | 1000011 |
Color Harmonies of #E79D6D
Complementary color
Monochromatic Colors of #E79D6D
Black with #E79D6D
Text Example
Text Example
White with #E79D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D6D; }
p { color: rgb(231,157,109); }
H1.HeaderClassName
{
color: #E79D6D;
}
.AnyTagClassName
{
color: #E79D6D;
}
</style>
background-color css
<style>
a { background-color: #E79D6D; }
a { background-color: rgb(231,157,109); }
div.DivClassName
{
background-color: #E79D6D;
}
.BgClassName
{
background-color: #E79D6D;
}
</style>
border-color css
<style>
span { border-color: #E79D6D; }
span { border-color: rgb(231,157,109); }
td.TdClassName
{
border-color: #E79D6D;
}
.TagClassName
{
border-color: #E79D6D;
}
</style>