Shades of Dark Salmon #E7946B
Tints of Dark Salmon #E7946B
RGB
CMYK
RGB Variations
Color information
#E7946B (or 0xE7946B) is known color: Dark Salmon. HEX triplet: E7, 94 and 6B. RGB value is (231,148,107). Sum of RGB (Red+Green+Blue) = 231+148+107=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7946B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7946B is #186B94. Grayscale: #A8A8A8. Windows color (decimal): -1600405 or 7050471. OLE color: 7050471.
HSL color Cylindrical-coordinate representation of color #E7946B: hue angle of 19.84º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7946B is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 107 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.09 |
| HSL | 19.84º | 0.72% | 0.66% | - |
| HSV(B) | 19.84º | 0.54% | 0.91% | - |
| XYZ | 46.2 | 39.23 | 19.05 | - |
| YUV | 168.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 107 | 0 | 0.36 | 0.54 | 0.09 | 19.84 | 0.72 | 0.66 |
| Hex | E7 | 94 | 6B | 0 | 24 | 36 | 9 | 14 | 48 | 42 |
| Octal | 347 | 224 | 153 | 0 | 44 | 66 | 11 | 24 | 110 | 102 |
| Binary | 11100111 | 10010100 | 1101011 | 0 | 100100 | 110110 | 1001 | 10100 | 1001000 | 1000010 |
Color Harmonies of #E7946B
Complementary color
Monochromatic Colors of #E7946B
Black with #E7946B
Text Example
Text Example
White with #E7946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7946B; }
p { color: rgb(231,148,107); }
H1.HeaderClassName
{
color: #E7946B;
}
.AnyTagClassName
{
color: #E7946B;
}
</style>
background-color css
<style>
a { background-color: #E7946B; }
a { background-color: rgb(231,148,107); }
div.DivClassName
{
background-color: #E7946B;
}
.BgClassName
{
background-color: #E7946B;
}
</style>
border-color css
<style>
span { border-color: #E7946B; }
span { border-color: rgb(231,148,107); }
td.TdClassName
{
border-color: #E7946B;
}
.TagClassName
{
border-color: #E7946B;
}
</style>