Shades of Dark Salmon #E9916C
Tints of Dark Salmon #E9916C
RGB
CMYK
RGB Variations
Color information
#E9916C (or 0xE9916C) is known color: Dark Salmon. HEX triplet: E9, 91 and 6C. RGB value is (233,145,108). Sum of RGB (Red+Green+Blue) = 233+145+108=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E9916C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9916C is #166E93. Grayscale: #A7A7A7. Windows color (decimal): -1470100 or 7115241. OLE color: 7115241.
HSL color Cylindrical-coordinate representation of color #E9916C: hue angle of 17.76º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E9916C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 108 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.09 |
| HSL | 17.76º | 0.74% | 0.67% | - |
| HSV(B) | 17.76º | 0.54% | 0.91% | - |
| XYZ | 46.44 | 38.66 | 19.2 | - |
| YUV | 167.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 108 | 0 | 0.38 | 0.54 | 0.09 | 17.76 | 0.74 | 0.67 |
| Hex | E9 | 91 | 6C | 0 | 26 | 36 | 9 | 12 | 4A | 43 |
| Octal | 351 | 221 | 154 | 0 | 46 | 66 | 11 | 22 | 112 | 103 |
| Binary | 11101001 | 10010001 | 1101100 | 0 | 100110 | 110110 | 1001 | 10010 | 1001010 | 1000011 |
Color Harmonies of #E9916C
Complementary color
Monochromatic Colors of #E9916C
Black with #E9916C
Text Example
Text Example
White with #E9916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9916C; }
p { color: rgb(233,145,108); }
H1.HeaderClassName
{
color: #E9916C;
}
.AnyTagClassName
{
color: #E9916C;
}
</style>
background-color css
<style>
a { background-color: #E9916C; }
a { background-color: rgb(233,145,108); }
div.DivClassName
{
background-color: #E9916C;
}
.BgClassName
{
background-color: #E9916C;
}
</style>
border-color css
<style>
span { border-color: #E9916C; }
span { border-color: rgb(233,145,108); }
td.TdClassName
{
border-color: #E9916C;
}
.TagClassName
{
border-color: #E9916C;
}
</style>