Shades of Dark Salmon #E9916E
Tints of Dark Salmon #E9916E
RGB
CMYK
RGB Variations
Color information
#E9916E (or 0xE9916E) is known color: Dark Salmon. HEX triplet: E9, 91 and 6E. RGB value is (233,145,110). Sum of RGB (Red+Green+Blue) = 233+145+110=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E9916E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9916E is #166E91. Grayscale: #A7A7A7. Windows color (decimal): -1470098 or 7246313. OLE color: 7246313.
HSL color Cylindrical-coordinate representation of color #E9916E: hue angle of 17.07º 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 #E9916E is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 110 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.09 |
| HSL | 17.07º | 0.74% | 0.67% | - |
| HSV(B) | 17.07º | 0.53% | 0.91% | - |
| XYZ | 46.54 | 38.7 | 19.77 | - |
| YUV | 167.32 | 95.65 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 110 | 0 | 0.38 | 0.53 | 0.09 | 17.07 | 0.74 | 0.67 |
| Hex | E9 | 91 | 6E | 0 | 26 | 35 | 9 | 11 | 4A | 43 |
| Octal | 351 | 221 | 156 | 0 | 46 | 65 | 11 | 21 | 112 | 103 |
| Binary | 11101001 | 10010001 | 1101110 | 0 | 100110 | 110101 | 1001 | 10001 | 1001010 | 1000011 |
Color Harmonies of #E9916E
Complementary color
Monochromatic Colors of #E9916E
Black with #E9916E
Text Example
Text Example
White with #E9916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9916E; }
p { color: rgb(233,145,110); }
H1.HeaderClassName
{
color: #E9916E;
}
.AnyTagClassName
{
color: #E9916E;
}
</style>
background-color css
<style>
a { background-color: #E9916E; }
a { background-color: rgb(233,145,110); }
div.DivClassName
{
background-color: #E9916E;
}
.BgClassName
{
background-color: #E9916E;
}
</style>
border-color css
<style>
span { border-color: #E9916E; }
span { border-color: rgb(233,145,110); }
td.TdClassName
{
border-color: #E9916E;
}
.TagClassName
{
border-color: #E9916E;
}
</style>