Shades of Dark Salmon #E9916D
Tints of Dark Salmon #E9916D
RGB
CMYK
RGB Variations
Color information
#E9916D (or 0xE9916D) is known color: Dark Salmon. HEX triplet: E9, 91 and 6D. RGB value is (233,145,109). Sum of RGB (Red+Green+Blue) = 233+145+109=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E9916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9916D is #166E92. Grayscale: #A7A7A7. Windows color (decimal): -1470099 or 7180777. OLE color: 7180777.
HSL color Cylindrical-coordinate representation of color #E9916D: hue angle of 17.42º 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 #E9916D is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 145 | 109 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.09 |
| HSL | 17.42º | 0.74% | 0.67% | - |
| HSV(B) | 17.42º | 0.53% | 0.91% | - |
| XYZ | 46.49 | 38.68 | 19.48 | - |
| YUV | 167.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 109 | 0 | 0.38 | 0.53 | 0.09 | 17.42 | 0.74 | 0.67 |
| Hex | E9 | 91 | 6D | 0 | 26 | 35 | 9 | 11 | 4A | 43 |
| Octal | 351 | 221 | 155 | 0 | 46 | 65 | 11 | 21 | 112 | 103 |
| Binary | 11101001 | 10010001 | 1101101 | 0 | 100110 | 110101 | 1001 | 10001 | 1001010 | 1000011 |
Color Harmonies of #E9916D
Complementary color
Monochromatic Colors of #E9916D
Black with #E9916D
Text Example
Text Example
White with #E9916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9916D; }
p { color: rgb(233,145,109); }
H1.HeaderClassName
{
color: #E9916D;
}
.AnyTagClassName
{
color: #E9916D;
}
</style>
background-color css
<style>
a { background-color: #E9916D; }
a { background-color: rgb(233,145,109); }
div.DivClassName
{
background-color: #E9916D;
}
.BgClassName
{
background-color: #E9916D;
}
</style>
border-color css
<style>
span { border-color: #E9916D; }
span { border-color: rgb(233,145,109); }
td.TdClassName
{
border-color: #E9916D;
}
.TagClassName
{
border-color: #E9916D;
}
</style>