Shades of Dark Salmon #E9917B
Tints of Dark Salmon #E9917B
RGB
CMYK
RGB Variations
Color information
#E9917B (or 0xE9917B) is known color: Dark Salmon. HEX triplet: E9, 91 and 7B. RGB value is (233,145,123). Sum of RGB (Red+Green+Blue) = 233+145+123=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E9917B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9917B is #166E84. Grayscale: #A8A8A8. Windows color (decimal): -1470085 or 8098281. OLE color: 8098281.
HSL color Cylindrical-coordinate representation of color #E9917B: hue angle of 12º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E9917B is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 123 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.09 |
| HSL | 12º | 0.71% | 0.7% | - |
| HSV(B) | 12º | 0.47% | 0.91% | - |
| XYZ | 47.3 | 39 | 23.77 | - |
| YUV | 168.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 123 | 0 | 0.38 | 0.47 | 0.09 | 12 | 0.71 | 0.7 |
| Hex | E9 | 91 | 7B | 0 | 26 | 2F | 9 | C | 47 | 46 |
| Octal | 351 | 221 | 173 | 0 | 46 | 57 | 11 | 14 | 107 | 106 |
| Binary | 11101001 | 10010001 | 1111011 | 0 | 100110 | 101111 | 1001 | 1100 | 1000111 | 1000110 |
Color Harmonies of #E9917B
Complementary color
Monochromatic Colors of #E9917B
Black with #E9917B
Text Example
Text Example
White with #E9917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9917B; }
p { color: rgb(233,145,123); }
H1.HeaderClassName
{
color: #E9917B;
}
.AnyTagClassName
{
color: #E9917B;
}
</style>
background-color css
<style>
a { background-color: #E9917B; }
a { background-color: rgb(233,145,123); }
div.DivClassName
{
background-color: #E9917B;
}
.BgClassName
{
background-color: #E9917B;
}
</style>
border-color css
<style>
span { border-color: #E9917B; }
span { border-color: rgb(233,145,123); }
td.TdClassName
{
border-color: #E9917B;
}
.TagClassName
{
border-color: #E9917B;
}
</style>