Shades of Dark Salmon #E7916C
Tints of Dark Salmon #E7916C
RGB
CMYK
RGB Variations
Color information
#E7916C (or 0xE7916C) is known color: Dark Salmon. HEX triplet: E7, 91 and 6C. RGB value is (231,145,108). Sum of RGB (Red+Green+Blue) = 231+145+108=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7916C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7916C is #186E93. Grayscale: #A6A6A6. Windows color (decimal): -1601172 or 7115239. OLE color: 7115239.
HSL color Cylindrical-coordinate representation of color #E7916C: hue angle of 18.05º 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 #E7916C is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 108 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.09 |
| HSL | 18.05º | 0.72% | 0.66% | - |
| HSV(B) | 18.05º | 0.53% | 0.91% | - |
| XYZ | 45.79 | 38.32 | 19.17 | - |
| YUV | 166.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 108 | 0 | 0.37 | 0.53 | 0.09 | 18.05 | 0.72 | 0.66 |
| Hex | E7 | 91 | 6C | 0 | 25 | 35 | 9 | 12 | 48 | 42 |
| Octal | 347 | 221 | 154 | 0 | 45 | 65 | 11 | 22 | 110 | 102 |
| Binary | 11100111 | 10010001 | 1101100 | 0 | 100101 | 110101 | 1001 | 10010 | 1001000 | 1000010 |
Color Harmonies of #E7916C
Complementary color
Monochromatic Colors of #E7916C
Black with #E7916C
Text Example
Text Example
White with #E7916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7916C; }
p { color: rgb(231,145,108); }
H1.HeaderClassName
{
color: #E7916C;
}
.AnyTagClassName
{
color: #E7916C;
}
</style>
background-color css
<style>
a { background-color: #E7916C; }
a { background-color: rgb(231,145,108); }
div.DivClassName
{
background-color: #E7916C;
}
.BgClassName
{
background-color: #E7916C;
}
</style>
border-color css
<style>
span { border-color: #E7916C; }
span { border-color: rgb(231,145,108); }
td.TdClassName
{
border-color: #E7916C;
}
.TagClassName
{
border-color: #E7916C;
}
</style>