Shades of Dark Salmon #E7976D
Tints of Dark Salmon #E7976D
RGB
CMYK
RGB Variations
Color information
#E7976D (or 0xE7976D) is known color: Dark Salmon. HEX triplet: E7, 97 and 6D. RGB value is (231,151,109). Sum of RGB (Red+Green+Blue) = 231+151+109=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7976D is #186892. Grayscale: #AAAAAA. Windows color (decimal): -1599635 or 7182311. OLE color: 7182311.
HSL color Cylindrical-coordinate representation of color #E7976D: hue angle of 20.66º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7976D is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 151 | 109 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.09 |
| HSL | 20.66º | 0.72% | 0.67% | - |
| HSV(B) | 20.66º | 0.53% | 0.91% | - |
| XYZ | 46.78 | 40.23 | 19.77 | - |
| YUV | 170.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 151 | 109 | 0 | 0.35 | 0.53 | 0.09 | 20.66 | 0.72 | 0.67 |
| Hex | E7 | 97 | 6D | 0 | 23 | 35 | 9 | 15 | 48 | 43 |
| Octal | 347 | 227 | 155 | 0 | 43 | 65 | 11 | 25 | 110 | 103 |
| Binary | 11100111 | 10010111 | 1101101 | 0 | 100011 | 110101 | 1001 | 10101 | 1001000 | 1000011 |
Color Harmonies of #E7976D
Complementary color
Monochromatic Colors of #E7976D
Black with #E7976D
Text Example
Text Example
White with #E7976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7976D; }
p { color: rgb(231,151,109); }
H1.HeaderClassName
{
color: #E7976D;
}
.AnyTagClassName
{
color: #E7976D;
}
</style>
background-color css
<style>
a { background-color: #E7976D; }
a { background-color: rgb(231,151,109); }
div.DivClassName
{
background-color: #E7976D;
}
.BgClassName
{
background-color: #E7976D;
}
</style>
border-color css
<style>
span { border-color: #E7976D; }
span { border-color: rgb(231,151,109); }
td.TdClassName
{
border-color: #E7976D;
}
.TagClassName
{
border-color: #E7976D;
}
</style>