Shades of Dark Salmon #E7946D
Tints of Dark Salmon #E7946D
RGB
CMYK
RGB Variations
Color information
#E7946D (or 0xE7946D) is known color: Dark Salmon. HEX triplet: E7, 94 and 6D. RGB value is (231,148,109). Sum of RGB (Red+Green+Blue) = 231+148+109=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7946D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7946D is #186B92. Grayscale: #A8A8A8. Windows color (decimal): -1600403 or 7181543. OLE color: 7181543.
HSL color Cylindrical-coordinate representation of color #E7946D: hue angle of 19.18º 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 #E7946D is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 109 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.09 |
| HSL | 19.18º | 0.72% | 0.67% | - |
| HSV(B) | 19.18º | 0.53% | 0.91% | - |
| XYZ | 46.31 | 39.27 | 19.61 | - |
| YUV | 168.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 109 | 0 | 0.36 | 0.53 | 0.09 | 19.18 | 0.72 | 0.67 |
| Hex | E7 | 94 | 6D | 0 | 24 | 35 | 9 | 13 | 48 | 43 |
| Octal | 347 | 224 | 155 | 0 | 44 | 65 | 11 | 23 | 110 | 103 |
| Binary | 11100111 | 10010100 | 1101101 | 0 | 100100 | 110101 | 1001 | 10011 | 1001000 | 1000011 |
Color Harmonies of #E7946D
Complementary color
Monochromatic Colors of #E7946D
Black with #E7946D
Text Example
Text Example
White with #E7946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7946D; }
p { color: rgb(231,148,109); }
H1.HeaderClassName
{
color: #E7946D;
}
.AnyTagClassName
{
color: #E7946D;
}
</style>
background-color css
<style>
a { background-color: #E7946D; }
a { background-color: rgb(231,148,109); }
div.DivClassName
{
background-color: #E7946D;
}
.BgClassName
{
background-color: #E7946D;
}
</style>
border-color css
<style>
span { border-color: #E7946D; }
span { border-color: rgb(231,148,109); }
td.TdClassName
{
border-color: #E7946D;
}
.TagClassName
{
border-color: #E7946D;
}
</style>