Shades of Dark Salmon #E99D7A
Tints of Dark Salmon #E99D7A
RGB
CMYK
RGB Variations
Color information
#E99D7A (or 0xE99D7A) is known color: Dark Salmon. HEX triplet: E9, 9D and 7A. RGB value is (233,157,122). Sum of RGB (Red+Green+Blue) = 233+157+122=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D7A is #166285. Grayscale: #AFAFAF. Windows color (decimal): -1467014 or 8035817. OLE color: 8035817.
HSL color Cylindrical-coordinate representation of color #E99D7A: hue angle of 18.92º 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 #E99D7A is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 122 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.09 |
| HSL | 18.92º | 0.72% | 0.7% | - |
| HSV(B) | 18.92º | 0.48% | 0.91% | - |
| XYZ | 49.17 | 42.84 | 24.09 | - |
| YUV | 175.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 122 | 0 | 0.33 | 0.48 | 0.09 | 18.92 | 0.72 | 0.7 |
| Hex | E9 | 9D | 7A | 0 | 21 | 30 | 9 | 13 | 48 | 46 |
| Octal | 351 | 235 | 172 | 0 | 41 | 60 | 11 | 23 | 110 | 106 |
| Binary | 11101001 | 10011101 | 1111010 | 0 | 100001 | 110000 | 1001 | 10011 | 1001000 | 1000110 |
Color Harmonies of #E99D7A
Complementary color
Monochromatic Colors of #E99D7A
Black with #E99D7A
Text Example
Text Example
White with #E99D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D7A; }
p { color: rgb(233,157,122); }
H1.HeaderClassName
{
color: #E99D7A;
}
.AnyTagClassName
{
color: #E99D7A;
}
</style>
background-color css
<style>
a { background-color: #E99D7A; }
a { background-color: rgb(233,157,122); }
div.DivClassName
{
background-color: #E99D7A;
}
.BgClassName
{
background-color: #E99D7A;
}
</style>
border-color css
<style>
span { border-color: #E99D7A; }
span { border-color: rgb(233,157,122); }
td.TdClassName
{
border-color: #E99D7A;
}
.TagClassName
{
border-color: #E99D7A;
}
</style>