Shades of Dark Salmon #E99771
Tints of Dark Salmon #E99771
RGB
CMYK
RGB Variations
Color information
#E99771 (or 0xE99771) is known color: Dark Salmon. HEX triplet: E9, 97 and 71. RGB value is (233,151,113). Sum of RGB (Red+Green+Blue) = 233+151+113=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E99771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99771 is #16688E. Grayscale: #ABABAB. Windows color (decimal): -1468559 or 7444457. OLE color: 7444457.
HSL color Cylindrical-coordinate representation of color #E99771: hue angle of 19º 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 #E99771 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 151 | 113 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.09 |
| HSL | 19º | 0.73% | 0.68% | - |
| HSV(B) | 19º | 0.52% | 0.91% | - |
| XYZ | 47.65 | 40.65 | 20.96 | - |
| YUV | 171.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 151 | 113 | 0 | 0.35 | 0.52 | 0.09 | 19 | 0.73 | 0.68 |
| Hex | E9 | 97 | 71 | 0 | 23 | 34 | 9 | 13 | 49 | 44 |
| Octal | 351 | 227 | 161 | 0 | 43 | 64 | 11 | 23 | 111 | 104 |
| Binary | 11101001 | 10010111 | 1110001 | 0 | 100011 | 110100 | 1001 | 10011 | 1001001 | 1000100 |
Color Harmonies of #E99771
Complementary color
Monochromatic Colors of #E99771
Black with #E99771
Text Example
Text Example
White with #E99771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99771; }
p { color: rgb(233,151,113); }
H1.HeaderClassName
{
color: #E99771;
}
.AnyTagClassName
{
color: #E99771;
}
</style>
background-color css
<style>
a { background-color: #E99771; }
a { background-color: rgb(233,151,113); }
div.DivClassName
{
background-color: #E99771;
}
.BgClassName
{
background-color: #E99771;
}
</style>
border-color css
<style>
span { border-color: #E99771; }
span { border-color: rgb(233,151,113); }
td.TdClassName
{
border-color: #E99771;
}
.TagClassName
{
border-color: #E99771;
}
</style>