Shades of Dark Salmon #E7956C
Tints of Dark Salmon #E7956C
RGB
CMYK
RGB Variations
Color information
#E7956C (or 0xE7956C) is known color: Dark Salmon. HEX triplet: E7, 95 and 6C. RGB value is (231,149,108). Sum of RGB (Red+Green+Blue) = 231+149+108=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7956C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7956C is #186A93. Grayscale: #A9A9A9. Windows color (decimal): -1600148 or 7116263. OLE color: 7116263.
HSL color Cylindrical-coordinate representation of color #E7956C: hue angle of 20º 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 #E7956C is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 149 | 108 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.09 |
| HSL | 20º | 0.72% | 0.66% | - |
| HSV(B) | 20º | 0.53% | 0.91% | - |
| XYZ | 46.41 | 39.57 | 19.38 | - |
| YUV | 168.84 | 93.67 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 108 | 0 | 0.35 | 0.53 | 0.09 | 20 | 0.72 | 0.66 |
| Hex | E7 | 95 | 6C | 0 | 23 | 35 | 9 | 14 | 48 | 42 |
| Octal | 347 | 225 | 154 | 0 | 43 | 65 | 11 | 24 | 110 | 102 |
| Binary | 11100111 | 10010101 | 1101100 | 0 | 100011 | 110101 | 1001 | 10100 | 1001000 | 1000010 |
Color Harmonies of #E7956C
Complementary color
Monochromatic Colors of #E7956C
Black with #E7956C
Text Example
Text Example
White with #E7956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7956C; }
p { color: rgb(231,149,108); }
H1.HeaderClassName
{
color: #E7956C;
}
.AnyTagClassName
{
color: #E7956C;
}
</style>
background-color css
<style>
a { background-color: #E7956C; }
a { background-color: rgb(231,149,108); }
div.DivClassName
{
background-color: #E7956C;
}
.BgClassName
{
background-color: #E7956C;
}
</style>
border-color css
<style>
span { border-color: #E7956C; }
span { border-color: rgb(231,149,108); }
td.TdClassName
{
border-color: #E7956C;
}
.TagClassName
{
border-color: #E7956C;
}
</style>