Shades of Dark Salmon #E99471
Tints of Dark Salmon #E99471
RGB
CMYK
RGB Variations
Color information
#E99471 (or 0xE99471) is known color: Dark Salmon. HEX triplet: E9, 94 and 71. RGB value is (233,148,113). Sum of RGB (Red+Green+Blue) = 233+148+113=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E99471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99471 is #166B8E. Grayscale: #A9A9A9. Windows color (decimal): -1469327 or 7443689. OLE color: 7443689.
HSL color Cylindrical-coordinate representation of color #E99471: hue angle of 17.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E99471 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 113 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.09 |
| HSL | 17.5º | 0.73% | 0.68% | - |
| HSV(B) | 17.5º | 0.52% | 0.91% | - |
| XYZ | 47.17 | 39.7 | 20.8 | - |
| YUV | 169.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 113 | 0 | 0.36 | 0.52 | 0.09 | 17.5 | 0.73 | 0.68 |
| Hex | E9 | 94 | 71 | 0 | 24 | 34 | 9 | 12 | 49 | 44 |
| Octal | 351 | 224 | 161 | 0 | 44 | 64 | 11 | 22 | 111 | 104 |
| Binary | 11101001 | 10010100 | 1110001 | 0 | 100100 | 110100 | 1001 | 10010 | 1001001 | 1000100 |
Color Harmonies of #E99471
Complementary color
Monochromatic Colors of #E99471
Black with #E99471
Text Example
Text Example
White with #E99471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99471; }
p { color: rgb(233,148,113); }
H1.HeaderClassName
{
color: #E99471;
}
.AnyTagClassName
{
color: #E99471;
}
</style>
background-color css
<style>
a { background-color: #E99471; }
a { background-color: rgb(233,148,113); }
div.DivClassName
{
background-color: #E99471;
}
.BgClassName
{
background-color: #E99471;
}
</style>
border-color css
<style>
span { border-color: #E99471; }
span { border-color: rgb(233,148,113); }
td.TdClassName
{
border-color: #E99471;
}
.TagClassName
{
border-color: #E99471;
}
</style>