Shades of Dark Salmon #E99F76
Tints of Dark Salmon #E99F76
RGB
CMYK
RGB Variations
Color information
#E99F76 (or 0xE99F76) is known color: Dark Salmon. HEX triplet: E9, 9F and 76. RGB value is (233,159,118). Sum of RGB (Red+Green+Blue) = 233+159+118=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99F76 is #166089. Grayscale: #B0B0B0. Windows color (decimal): -1466506 or 7774185. OLE color: 7774185.
HSL color Cylindrical-coordinate representation of color #E99F76: hue angle of 21.39º 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 #E99F76 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 118 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.09 |
| HSL | 21.39º | 0.72% | 0.69% | - |
| HSV(B) | 21.39º | 0.49% | 0.91% | - |
| XYZ | 49.27 | 43.43 | 22.93 | - |
| YUV | 176.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 118 | 0 | 0.32 | 0.49 | 0.09 | 21.39 | 0.72 | 0.69 |
| Hex | E9 | 9F | 76 | 0 | 20 | 31 | 9 | 15 | 48 | 45 |
| Octal | 351 | 237 | 166 | 0 | 40 | 61 | 11 | 25 | 110 | 105 |
| Binary | 11101001 | 10011111 | 1110110 | 0 | 100000 | 110001 | 1001 | 10101 | 1001000 | 1000101 |
Color Harmonies of #E99F76
Complementary color
Monochromatic Colors of #E99F76
Black with #E99F76
Text Example
Text Example
White with #E99F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F76; }
p { color: rgb(233,159,118); }
H1.HeaderClassName
{
color: #E99F76;
}
.AnyTagClassName
{
color: #E99F76;
}
</style>
background-color css
<style>
a { background-color: #E99F76; }
a { background-color: rgb(233,159,118); }
div.DivClassName
{
background-color: #E99F76;
}
.BgClassName
{
background-color: #E99F76;
}
</style>
border-color css
<style>
span { border-color: #E99F76; }
span { border-color: rgb(233,159,118); }
td.TdClassName
{
border-color: #E99F76;
}
.TagClassName
{
border-color: #E99F76;
}
</style>