Shades of Dark Salmon #E99977
Tints of Dark Salmon #E99977
RGB
CMYK
RGB Variations
Color information
#E99977 (or 0xE99977) is known color: Dark Salmon. HEX triplet: E9, 99 and 77. RGB value is (233,153,119). Sum of RGB (Red+Green+Blue) = 233+153+119=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E99977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99977 is #166688. Grayscale: #ADADAD. Windows color (decimal): -1468041 or 7838185. OLE color: 7838185.
HSL color Cylindrical-coordinate representation of color #E99977: hue angle of 17.89º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E99977 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 119 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.09 |
| HSL | 17.89º | 0.72% | 0.69% | - |
| HSV(B) | 17.89º | 0.49% | 0.91% | - |
| XYZ | 48.33 | 41.44 | 22.9 | - |
| YUV | 173.04 | 97.5 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 119 | 0 | 0.34 | 0.49 | 0.09 | 17.89 | 0.72 | 0.69 |
| Hex | E9 | 99 | 77 | 0 | 22 | 31 | 9 | 12 | 48 | 45 |
| Octal | 351 | 231 | 167 | 0 | 42 | 61 | 11 | 22 | 110 | 105 |
| Binary | 11101001 | 10011001 | 1110111 | 0 | 100010 | 110001 | 1001 | 10010 | 1001000 | 1000101 |
Color Harmonies of #E99977
Complementary color
Monochromatic Colors of #E99977
Black with #E99977
Text Example
Text Example
White with #E99977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99977; }
p { color: rgb(233,153,119); }
H1.HeaderClassName
{
color: #E99977;
}
.AnyTagClassName
{
color: #E99977;
}
</style>
background-color css
<style>
a { background-color: #E99977; }
a { background-color: rgb(233,153,119); }
div.DivClassName
{
background-color: #E99977;
}
.BgClassName
{
background-color: #E99977;
}
</style>
border-color css
<style>
span { border-color: #E99977; }
span { border-color: rgb(233,153,119); }
td.TdClassName
{
border-color: #E99977;
}
.TagClassName
{
border-color: #E99977;
}
</style>