Shades of Dark Salmon #E9976C
Tints of Dark Salmon #E9976C
RGB
CMYK
RGB Variations
Color information
#E9976C (or 0xE9976C) is known color: Dark Salmon. HEX triplet: E9, 97 and 6C. RGB value is (233,151,108). Sum of RGB (Red+Green+Blue) = 233+151+108=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E9976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9976C is #166893. Grayscale: #AAAAAA. Windows color (decimal): -1468564 or 7116777. OLE color: 7116777.
HSL color Cylindrical-coordinate representation of color #E9976C: hue angle of 20.64º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E9976C is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 108 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.09 |
| HSL | 20.64º | 0.74% | 0.67% | - |
| HSV(B) | 20.64º | 0.54% | 0.91% | - |
| XYZ | 47.38 | 40.54 | 19.52 | - |
| YUV | 170.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 108 | 0 | 0.35 | 0.54 | 0.09 | 20.64 | 0.74 | 0.67 |
| Hex | E9 | 97 | 6C | 0 | 23 | 36 | 9 | 15 | 4A | 43 |
| Octal | 351 | 227 | 154 | 0 | 43 | 66 | 11 | 25 | 112 | 103 |
| Binary | 11101001 | 10010111 | 1101100 | 0 | 100011 | 110110 | 1001 | 10101 | 1001010 | 1000011 |
Color Harmonies of #E9976C
Complementary color
Monochromatic Colors of #E9976C
Black with #E9976C
Text Example
Text Example
White with #E9976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9976C; }
p { color: rgb(233,151,108); }
H1.HeaderClassName
{
color: #E9976C;
}
.AnyTagClassName
{
color: #E9976C;
}
</style>
background-color css
<style>
a { background-color: #E9976C; }
a { background-color: rgb(233,151,108); }
div.DivClassName
{
background-color: #E9976C;
}
.BgClassName
{
background-color: #E9976C;
}
</style>
border-color css
<style>
span { border-color: #E9976C; }
span { border-color: rgb(233,151,108); }
td.TdClassName
{
border-color: #E9976C;
}
.TagClassName
{
border-color: #E9976C;
}
</style>