Shades of Dark Salmon #E99377
Tints of Dark Salmon #E99377
RGB
CMYK
RGB Variations
Color information
#E99377 (or 0xE99377) is known color: Dark Salmon. HEX triplet: E9, 93 and 77. RGB value is (233,147,119). Sum of RGB (Red+Green+Blue) = 233+147+119=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E99377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99377 is #166C88. Grayscale: #A9A9A9. Windows color (decimal): -1469577 or 7836649. OLE color: 7836649.
HSL color Cylindrical-coordinate representation of color #E99377: hue angle of 14.74º 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 #E99377 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 147 | 119 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.09 |
| HSL | 14.74º | 0.72% | 0.69% | - |
| HSV(B) | 14.74º | 0.49% | 0.91% | - |
| XYZ | 47.37 | 39.52 | 22.58 | - |
| YUV | 169.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 147 | 119 | 0 | 0.37 | 0.49 | 0.09 | 14.74 | 0.72 | 0.69 |
| Hex | E9 | 93 | 77 | 0 | 25 | 31 | 9 | F | 48 | 45 |
| Octal | 351 | 223 | 167 | 0 | 45 | 61 | 11 | 17 | 110 | 105 |
| Binary | 11101001 | 10010011 | 1110111 | 0 | 100101 | 110001 | 1001 | 1111 | 1001000 | 1000101 |
Color Harmonies of #E99377
Complementary color
Monochromatic Colors of #E99377
Black with #E99377
Text Example
Text Example
White with #E99377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99377; }
p { color: rgb(233,147,119); }
H1.HeaderClassName
{
color: #E99377;
}
.AnyTagClassName
{
color: #E99377;
}
</style>
background-color css
<style>
a { background-color: #E99377; }
a { background-color: rgb(233,147,119); }
div.DivClassName
{
background-color: #E99377;
}
.BgClassName
{
background-color: #E99377;
}
</style>
border-color css
<style>
span { border-color: #E99377; }
span { border-color: rgb(233,147,119); }
td.TdClassName
{
border-color: #E99377;
}
.TagClassName
{
border-color: #E99377;
}
</style>