Shades of Dark Salmon #E9926E
Tints of Dark Salmon #E9926E
RGB
CMYK
RGB Variations
Color information
#E9926E (or 0xE9926E) is known color: Dark Salmon. HEX triplet: E9, 92 and 6E. RGB value is (233,146,110). Sum of RGB (Red+Green+Blue) = 233+146+110=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E9926E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9926E is #166D91. Grayscale: #A8A8A8. Windows color (decimal): -1469842 or 7246569. OLE color: 7246569.
HSL color Cylindrical-coordinate representation of color #E9926E: hue angle of 17.56º 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 #E9926E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 110 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.09 |
| HSL | 17.56º | 0.74% | 0.67% | - |
| HSV(B) | 17.56º | 0.53% | 0.91% | - |
| XYZ | 46.7 | 39.01 | 19.82 | - |
| YUV | 167.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 110 | 0 | 0.37 | 0.53 | 0.09 | 17.56 | 0.74 | 0.67 |
| Hex | E9 | 92 | 6E | 0 | 25 | 35 | 9 | 12 | 4A | 43 |
| Octal | 351 | 222 | 156 | 0 | 45 | 65 | 11 | 22 | 112 | 103 |
| Binary | 11101001 | 10010010 | 1101110 | 0 | 100101 | 110101 | 1001 | 10010 | 1001010 | 1000011 |
Color Harmonies of #E9926E
Complementary color
Monochromatic Colors of #E9926E
Black with #E9926E
Text Example
Text Example
White with #E9926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9926E; }
p { color: rgb(233,146,110); }
H1.HeaderClassName
{
color: #E9926E;
}
.AnyTagClassName
{
color: #E9926E;
}
</style>
background-color css
<style>
a { background-color: #E9926E; }
a { background-color: rgb(233,146,110); }
div.DivClassName
{
background-color: #E9926E;
}
.BgClassName
{
background-color: #E9926E;
}
</style>
border-color css
<style>
span { border-color: #E9926E; }
span { border-color: rgb(233,146,110); }
td.TdClassName
{
border-color: #E9926E;
}
.TagClassName
{
border-color: #E9926E;
}
</style>