Shades of Dark Salmon #E99E7A
Tints of Dark Salmon #E99E7A
RGB
CMYK
RGB Variations
Color information
#E99E7A (or 0xE99E7A) is known color: Dark Salmon. HEX triplet: E9, 9E and 7A. RGB value is (233,158,122). Sum of RGB (Red+Green+Blue) = 233+158+122=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E99E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99E7A is #166185. Grayscale: #B0B0B0. Windows color (decimal): -1466758 or 8036073. OLE color: 8036073.
HSL color Cylindrical-coordinate representation of color #E99E7A: hue angle of 19.46º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E99E7A is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 158 | 122 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.09 |
| HSL | 19.46º | 0.72% | 0.7% | - |
| HSV(B) | 19.46º | 0.48% | 0.91% | - |
| XYZ | 49.34 | 43.18 | 24.15 | - |
| YUV | 176.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 158 | 122 | 0 | 0.32 | 0.48 | 0.09 | 19.46 | 0.72 | 0.7 |
| Hex | E9 | 9E | 7A | 0 | 20 | 30 | 9 | 13 | 48 | 46 |
| Octal | 351 | 236 | 172 | 0 | 40 | 60 | 11 | 23 | 110 | 106 |
| Binary | 11101001 | 10011110 | 1111010 | 0 | 100000 | 110000 | 1001 | 10011 | 1001000 | 1000110 |
Color Harmonies of #E99E7A
Complementary color
Monochromatic Colors of #E99E7A
Black with #E99E7A
Text Example
Text Example
White with #E99E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99E7A; }
p { color: rgb(233,158,122); }
H1.HeaderClassName
{
color: #E99E7A;
}
.AnyTagClassName
{
color: #E99E7A;
}
</style>
background-color css
<style>
a { background-color: #E99E7A; }
a { background-color: rgb(233,158,122); }
div.DivClassName
{
background-color: #E99E7A;
}
.BgClassName
{
background-color: #E99E7A;
}
</style>
border-color css
<style>
span { border-color: #E99E7A; }
span { border-color: rgb(233,158,122); }
td.TdClassName
{
border-color: #E99E7A;
}
.TagClassName
{
border-color: #E99E7A;
}
</style>