Shades of Dark Salmon #E9976D
Tints of Dark Salmon #E9976D
RGB
CMYK
RGB Variations
Color information
#E9976D (or 0xE9976D) is known color: Dark Salmon. HEX triplet: E9, 97 and 6D. RGB value is (233,151,109). Sum of RGB (Red+Green+Blue) = 233+151+109=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E9976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9976D is #166892. Grayscale: #AAAAAA. Windows color (decimal): -1468563 or 7182313. OLE color: 7182313.
HSL color Cylindrical-coordinate representation of color #E9976D: hue angle of 20.32º degrees, saturation: 0.74, 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 #E9976D is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 109 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.09 |
| HSL | 20.32º | 0.74% | 0.67% | - |
| HSV(B) | 20.32º | 0.53% | 0.91% | - |
| XYZ | 47.43 | 40.56 | 19.8 | - |
| YUV | 170.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 109 | 0 | 0.35 | 0.53 | 0.09 | 20.32 | 0.74 | 0.67 |
| Hex | E9 | 97 | 6D | 0 | 23 | 35 | 9 | 14 | 4A | 43 |
| Octal | 351 | 227 | 155 | 0 | 43 | 65 | 11 | 24 | 112 | 103 |
| Binary | 11101001 | 10010111 | 1101101 | 0 | 100011 | 110101 | 1001 | 10100 | 1001010 | 1000011 |
Color Harmonies of #E9976D
Complementary color
Monochromatic Colors of #E9976D
Black with #E9976D
Text Example
Text Example
White with #E9976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9976D; }
p { color: rgb(233,151,109); }
H1.HeaderClassName
{
color: #E9976D;
}
.AnyTagClassName
{
color: #E9976D;
}
</style>
background-color css
<style>
a { background-color: #E9976D; }
a { background-color: rgb(233,151,109); }
div.DivClassName
{
background-color: #E9976D;
}
.BgClassName
{
background-color: #E9976D;
}
</style>
border-color css
<style>
span { border-color: #E9976D; }
span { border-color: rgb(233,151,109); }
td.TdClassName
{
border-color: #E9976D;
}
.TagClassName
{
border-color: #E9976D;
}
</style>