Shades of Dark Salmon #E99D6F
Tints of Dark Salmon #E99D6F
RGB
CMYK
RGB Variations
Color information
#E99D6F (or 0xE99D6F) is known color: Dark Salmon. HEX triplet: E9, 9D and 6F. RGB value is (233,157,111). Sum of RGB (Red+Green+Blue) = 233+157+111=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D6F is #166290. Grayscale: #AEAEAE. Windows color (decimal): -1467025 or 7314921. OLE color: 7314921.
HSL color Cylindrical-coordinate representation of color #E99D6F: hue angle of 22.62º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E99D6F is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 111 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.09 |
| HSL | 22.62º | 0.73% | 0.67% | - |
| HSV(B) | 22.62º | 0.52% | 0.91% | - |
| XYZ | 48.53 | 42.59 | 20.7 | - |
| YUV | 174.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 111 | 0 | 0.33 | 0.52 | 0.09 | 22.62 | 0.73 | 0.67 |
| Hex | E9 | 9D | 6F | 0 | 21 | 34 | 9 | 17 | 49 | 43 |
| Octal | 351 | 235 | 157 | 0 | 41 | 64 | 11 | 27 | 111 | 103 |
| Binary | 11101001 | 10011101 | 1101111 | 0 | 100001 | 110100 | 1001 | 10111 | 1001001 | 1000011 |
Color Harmonies of #E99D6F
Complementary color
Monochromatic Colors of #E99D6F
Black with #E99D6F
Text Example
Text Example
White with #E99D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D6F; }
p { color: rgb(233,157,111); }
H1.HeaderClassName
{
color: #E99D6F;
}
.AnyTagClassName
{
color: #E99D6F;
}
</style>
background-color css
<style>
a { background-color: #E99D6F; }
a { background-color: rgb(233,157,111); }
div.DivClassName
{
background-color: #E99D6F;
}
.BgClassName
{
background-color: #E99D6F;
}
</style>
border-color css
<style>
span { border-color: #E99D6F; }
span { border-color: rgb(233,157,111); }
td.TdClassName
{
border-color: #E99D6F;
}
.TagClassName
{
border-color: #E99D6F;
}
</style>