Shades of Dark Salmon #E7976B
Tints of Dark Salmon #E7976B
RGB
CMYK
RGB Variations
Color information
#E7976B (or 0xE7976B) is known color: Dark Salmon. HEX triplet: E7, 97 and 6B. RGB value is (231,151,107). Sum of RGB (Red+Green+Blue) = 231+151+107=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7976B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7976B is #186894. Grayscale: #AAAAAA. Windows color (decimal): -1599637 or 7051239. OLE color: 7051239.
HSL color Cylindrical-coordinate representation of color #E7976B: hue angle of 21.29º 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 #E7976B is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 151 | 107 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.09 |
| HSL | 21.29º | 0.72% | 0.66% | - |
| HSV(B) | 21.29º | 0.54% | 0.91% | - |
| XYZ | 46.68 | 40.18 | 19.21 | - |
| YUV | 169.9 | 92.5 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 151 | 107 | 0 | 0.35 | 0.54 | 0.09 | 21.29 | 0.72 | 0.66 |
| Hex | E7 | 97 | 6B | 0 | 23 | 36 | 9 | 15 | 48 | 42 |
| Octal | 347 | 227 | 153 | 0 | 43 | 66 | 11 | 25 | 110 | 102 |
| Binary | 11100111 | 10010111 | 1101011 | 0 | 100011 | 110110 | 1001 | 10101 | 1001000 | 1000010 |
Color Harmonies of #E7976B
Complementary color
Monochromatic Colors of #E7976B
Black with #E7976B
Text Example
Text Example
White with #E7976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7976B; }
p { color: rgb(231,151,107); }
H1.HeaderClassName
{
color: #E7976B;
}
.AnyTagClassName
{
color: #E7976B;
}
</style>
background-color css
<style>
a { background-color: #E7976B; }
a { background-color: rgb(231,151,107); }
div.DivClassName
{
background-color: #E7976B;
}
.BgClassName
{
background-color: #E7976B;
}
</style>
border-color css
<style>
span { border-color: #E7976B; }
span { border-color: rgb(231,151,107); }
td.TdClassName
{
border-color: #E7976B;
}
.TagClassName
{
border-color: #E7976B;
}
</style>