Shades of Dark Salmon #E6946E
Tints of Dark Salmon #E6946E
RGB
CMYK
RGB Variations
Color information
#E6946E (or 0xE6946E) is known color: Dark Salmon. HEX triplet: E6, 94 and 6E. RGB value is (230,148,110). Sum of RGB (Red+Green+Blue) = 230+148+110=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6946E is #196B91. Grayscale: #A8A8A8. Windows color (decimal): -1665938 or 7247078. OLE color: 7247078.
HSL color Cylindrical-coordinate representation of color #E6946E: hue angle of 19º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6946E is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 110 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.10 |
| HSL | 19º | 0.71% | 0.67% | - |
| HSV(B) | 19º | 0.52% | 0.9% | - |
| XYZ | 46.04 | 39.13 | 19.88 | - |
| YUV | 168.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 110 | 0 | 0.36 | 0.52 | 0.10 | 19 | 0.71 | 0.67 |
| Hex | E6 | 94 | 6E | 0 | 24 | 34 | A | 13 | 47 | 43 |
| Octal | 346 | 224 | 156 | 0 | 44 | 64 | 12 | 23 | 107 | 103 |
| Binary | 11100110 | 10010100 | 1101110 | 0 | 100100 | 110100 | 1010 | 10011 | 1000111 | 1000011 |
Color Harmonies of #E6946E
Complementary color
Monochromatic Colors of #E6946E
Black with #E6946E
Text Example
Text Example
White with #E6946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6946E; }
p { color: rgb(230,148,110); }
H1.HeaderClassName
{
color: #E6946E;
}
.AnyTagClassName
{
color: #E6946E;
}
</style>
background-color css
<style>
a { background-color: #E6946E; }
a { background-color: rgb(230,148,110); }
div.DivClassName
{
background-color: #E6946E;
}
.BgClassName
{
background-color: #E6946E;
}
</style>
border-color css
<style>
span { border-color: #E6946E; }
span { border-color: rgb(230,148,110); }
td.TdClassName
{
border-color: #E6946E;
}
.TagClassName
{
border-color: #E6946E;
}
</style>