Shades of Dark Salmon #E7946E
Tints of Dark Salmon #E7946E
RGB
CMYK
RGB Variations
Color information
#E7946E (or 0xE7946E) is known color: Dark Salmon. HEX triplet: E7, 94 and 6E. RGB value is (231,148,110). Sum of RGB (Red+Green+Blue) = 231+148+110=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7946E is #186B91. Grayscale: #A8A8A8. Windows color (decimal): -1600402 or 7247079. OLE color: 7247079.
HSL color Cylindrical-coordinate representation of color #E7946E: hue angle of 18.84º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7946E is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 110 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.09 |
| HSL | 18.84º | 0.72% | 0.67% | - |
| HSV(B) | 18.84º | 0.52% | 0.91% | - |
| XYZ | 46.36 | 39.29 | 19.89 | - |
| YUV | 168.49 | 95 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 110 | 0 | 0.36 | 0.52 | 0.09 | 18.84 | 0.72 | 0.67 |
| Hex | E7 | 94 | 6E | 0 | 24 | 34 | 9 | 13 | 48 | 43 |
| Octal | 347 | 224 | 156 | 0 | 44 | 64 | 11 | 23 | 110 | 103 |
| Binary | 11100111 | 10010100 | 1101110 | 0 | 100100 | 110100 | 1001 | 10011 | 1001000 | 1000011 |
Color Harmonies of #E7946E
Complementary color
Monochromatic Colors of #E7946E
Black with #E7946E
Text Example
Text Example
White with #E7946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7946E; }
p { color: rgb(231,148,110); }
H1.HeaderClassName
{
color: #E7946E;
}
.AnyTagClassName
{
color: #E7946E;
}
</style>
background-color css
<style>
a { background-color: #E7946E; }
a { background-color: rgb(231,148,110); }
div.DivClassName
{
background-color: #E7946E;
}
.BgClassName
{
background-color: #E7946E;
}
</style>
border-color css
<style>
span { border-color: #E7946E; }
span { border-color: rgb(231,148,110); }
td.TdClassName
{
border-color: #E7946E;
}
.TagClassName
{
border-color: #E7946E;
}
</style>