Shades of Dark Salmon #E7946C
Tints of Dark Salmon #E7946C
RGB
CMYK
RGB Variations
Color information
#E7946C (or 0xE7946C) is known color: Dark Salmon. HEX triplet: E7, 94 and 6C. RGB value is (231,148,108). Sum of RGB (Red+Green+Blue) = 231+148+108=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7946C is #186B93. Grayscale: #A8A8A8. Windows color (decimal): -1600404 or 7116007. OLE color: 7116007.
HSL color Cylindrical-coordinate representation of color #E7946C: hue angle of 19.51º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7946C is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 108 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.09 |
| HSL | 19.51º | 0.72% | 0.66% | - |
| HSV(B) | 19.51º | 0.53% | 0.91% | - |
| XYZ | 46.25 | 39.25 | 19.33 | - |
| YUV | 168.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 108 | 0 | 0.36 | 0.53 | 0.09 | 19.51 | 0.72 | 0.66 |
| Hex | E7 | 94 | 6C | 0 | 24 | 35 | 9 | 14 | 48 | 42 |
| Octal | 347 | 224 | 154 | 0 | 44 | 65 | 11 | 24 | 110 | 102 |
| Binary | 11100111 | 10010100 | 1101100 | 0 | 100100 | 110101 | 1001 | 10100 | 1001000 | 1000010 |
Color Harmonies of #E7946C
Complementary color
Monochromatic Colors of #E7946C
Black with #E7946C
Text Example
Text Example
White with #E7946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7946C; }
p { color: rgb(231,148,108); }
H1.HeaderClassName
{
color: #E7946C;
}
.AnyTagClassName
{
color: #E7946C;
}
</style>
background-color css
<style>
a { background-color: #E7946C; }
a { background-color: rgb(231,148,108); }
div.DivClassName
{
background-color: #E7946C;
}
.BgClassName
{
background-color: #E7946C;
}
</style>
border-color css
<style>
span { border-color: #E7946C; }
span { border-color: rgb(231,148,108); }
td.TdClassName
{
border-color: #E7946C;
}
.TagClassName
{
border-color: #E7946C;
}
</style>