Shades of Dark Salmon #E7967C
Tints of Dark Salmon #E7967C
RGB
CMYK
RGB Variations
Color information
#E7967C (or 0xE7967C) is known color: Dark Salmon. HEX triplet: E7, 96 and 7C. RGB value is (231,150,124). Sum of RGB (Red+Green+Blue) = 231+150+124=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7967C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7967C is #186983. Grayscale: #ABABAB. Windows color (decimal): -1599876 or 8165095. OLE color: 8165095.
HSL color Cylindrical-coordinate representation of color #E7967C: hue angle of 14.58º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7967C is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 150 | 124 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.09 |
| HSL | 14.58º | 0.69% | 0.7% | - |
| HSV(B) | 14.58º | 0.46% | 0.91% | - |
| XYZ | 47.5 | 40.26 | 24.34 | - |
| YUV | 171.26 | 101.34 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 150 | 124 | 0 | 0.35 | 0.46 | 0.09 | 14.58 | 0.69 | 0.7 |
| Hex | E7 | 96 | 7C | 0 | 23 | 2E | 9 | F | 45 | 46 |
| Octal | 347 | 226 | 174 | 0 | 43 | 56 | 11 | 17 | 105 | 106 |
| Binary | 11100111 | 10010110 | 1111100 | 0 | 100011 | 101110 | 1001 | 1111 | 1000101 | 1000110 |
Color Harmonies of #E7967C
Complementary color
Monochromatic Colors of #E7967C
Black with #E7967C
Text Example
Text Example
White with #E7967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7967C; }
p { color: rgb(231,150,124); }
H1.HeaderClassName
{
color: #E7967C;
}
.AnyTagClassName
{
color: #E7967C;
}
</style>
background-color css
<style>
a { background-color: #E7967C; }
a { background-color: rgb(231,150,124); }
div.DivClassName
{
background-color: #E7967C;
}
.BgClassName
{
background-color: #E7967C;
}
</style>
border-color css
<style>
span { border-color: #E7967C; }
span { border-color: rgb(231,150,124); }
td.TdClassName
{
border-color: #E7967C;
}
.TagClassName
{
border-color: #E7967C;
}
</style>