Shades of Dark Salmon #E9966D
Tints of Dark Salmon #E9966D
RGB
CMYK
RGB Variations
Color information
#E9966D (or 0xE9966D) is known color: Dark Salmon. HEX triplet: E9, 96 and 6D. RGB value is (233,150,109). Sum of RGB (Red+Green+Blue) = 233+150+109=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E9966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9966D is #166992. Grayscale: #AAAAAA. Windows color (decimal): -1468819 or 7182057. OLE color: 7182057.
HSL color Cylindrical-coordinate representation of color #E9966D: hue angle of 19.84º 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 #E9966D is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 109 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.09 |
| HSL | 19.84º | 0.74% | 0.67% | - |
| HSV(B) | 19.84º | 0.53% | 0.91% | - |
| XYZ | 47.27 | 40.24 | 19.74 | - |
| YUV | 170.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 109 | 0 | 0.36 | 0.53 | 0.09 | 19.84 | 0.74 | 0.67 |
| Hex | E9 | 96 | 6D | 0 | 24 | 35 | 9 | 14 | 4A | 43 |
| Octal | 351 | 226 | 155 | 0 | 44 | 65 | 11 | 24 | 112 | 103 |
| Binary | 11101001 | 10010110 | 1101101 | 0 | 100100 | 110101 | 1001 | 10100 | 1001010 | 1000011 |
Color Harmonies of #E9966D
Complementary color
Monochromatic Colors of #E9966D
Black with #E9966D
Text Example
Text Example
White with #E9966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9966D; }
p { color: rgb(233,150,109); }
H1.HeaderClassName
{
color: #E9966D;
}
.AnyTagClassName
{
color: #E9966D;
}
</style>
background-color css
<style>
a { background-color: #E9966D; }
a { background-color: rgb(233,150,109); }
div.DivClassName
{
background-color: #E9966D;
}
.BgClassName
{
background-color: #E9966D;
}
</style>
border-color css
<style>
span { border-color: #E9966D; }
span { border-color: rgb(233,150,109); }
td.TdClassName
{
border-color: #E9966D;
}
.TagClassName
{
border-color: #E9966D;
}
</style>