Shades of Dark Salmon #E9976A
Tints of Dark Salmon #E9976A
RGB
CMYK
RGB Variations
Color information
#E9976A (or 0xE9976A) is known color: Dark Salmon. HEX triplet: E9, 97 and 6A. RGB value is (233,151,106). Sum of RGB (Red+Green+Blue) = 233+151+106=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9976A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9976A is #166895. Grayscale: #AAAAAA. Windows color (decimal): -1468566 or 6985705. OLE color: 6985705.
HSL color Cylindrical-coordinate representation of color #E9976A: hue angle of 21.26º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9976A is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 106 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.09 |
| HSL | 21.26º | 0.74% | 0.66% | - |
| HSV(B) | 21.26º | 0.55% | 0.91% | - |
| XYZ | 47.27 | 40.5 | 18.96 | - |
| YUV | 170.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 106 | 0 | 0.35 | 0.55 | 0.09 | 21.26 | 0.74 | 0.66 |
| Hex | E9 | 97 | 6A | 0 | 23 | 37 | 9 | 15 | 4A | 42 |
| Octal | 351 | 227 | 152 | 0 | 43 | 67 | 11 | 25 | 112 | 102 |
| Binary | 11101001 | 10010111 | 1101010 | 0 | 100011 | 110111 | 1001 | 10101 | 1001010 | 1000010 |
Color Harmonies of #E9976A
Complementary color
Monochromatic Colors of #E9976A
Black with #E9976A
Text Example
Text Example
White with #E9976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9976A; }
p { color: rgb(233,151,106); }
H1.HeaderClassName
{
color: #E9976A;
}
.AnyTagClassName
{
color: #E9976A;
}
</style>
background-color css
<style>
a { background-color: #E9976A; }
a { background-color: rgb(233,151,106); }
div.DivClassName
{
background-color: #E9976A;
}
.BgClassName
{
background-color: #E9976A;
}
</style>
border-color css
<style>
span { border-color: #E9976A; }
span { border-color: rgb(233,151,106); }
td.TdClassName
{
border-color: #E9976A;
}
.TagClassName
{
border-color: #E9976A;
}
</style>