Shades of Dark Salmon #E9976F
Tints of Dark Salmon #E9976F
RGB
CMYK
RGB Variations
Color information
#E9976F (or 0xE9976F) is known color: Dark Salmon. HEX triplet: E9, 97 and 6F. RGB value is (233,151,111). Sum of RGB (Red+Green+Blue) = 233+151+111=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E9976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9976F is #166890. Grayscale: #ABABAB. Windows color (decimal): -1468561 or 7313385. OLE color: 7313385.
HSL color Cylindrical-coordinate representation of color #E9976F: hue angle of 19.67º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9976F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 111 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.09 |
| HSL | 19.67º | 0.73% | 0.67% | - |
| HSV(B) | 19.67º | 0.52% | 0.91% | - |
| XYZ | 47.54 | 40.6 | 20.37 | - |
| YUV | 170.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 111 | 0 | 0.35 | 0.52 | 0.09 | 19.67 | 0.73 | 0.67 |
| Hex | E9 | 97 | 6F | 0 | 23 | 34 | 9 | 14 | 49 | 43 |
| Octal | 351 | 227 | 157 | 0 | 43 | 64 | 11 | 24 | 111 | 103 |
| Binary | 11101001 | 10010111 | 1101111 | 0 | 100011 | 110100 | 1001 | 10100 | 1001001 | 1000011 |
Color Harmonies of #E9976F
Complementary color
Monochromatic Colors of #E9976F
Black with #E9976F
Text Example
Text Example
White with #E9976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9976F; }
p { color: rgb(233,151,111); }
H1.HeaderClassName
{
color: #E9976F;
}
.AnyTagClassName
{
color: #E9976F;
}
</style>
background-color css
<style>
a { background-color: #E9976F; }
a { background-color: rgb(233,151,111); }
div.DivClassName
{
background-color: #E9976F;
}
.BgClassName
{
background-color: #E9976F;
}
</style>
border-color css
<style>
span { border-color: #E9976F; }
span { border-color: rgb(233,151,111); }
td.TdClassName
{
border-color: #E9976F;
}
.TagClassName
{
border-color: #E9976F;
}
</style>