Shades of Dark Salmon #E99D71
Tints of Dark Salmon #E99D71
RGB
CMYK
RGB Variations
Color information
#E99D71 (or 0xE99D71) is known color: Dark Salmon. HEX triplet: E9, 9D and 71. RGB value is (233,157,113). Sum of RGB (Red+Green+Blue) = 233+157+113=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D71 is #16628E. Grayscale: #AEAEAE. Windows color (decimal): -1467023 or 7445993. OLE color: 7445993.
HSL color Cylindrical-coordinate representation of color #E99D71: hue angle of 22º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E99D71 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 113 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.09 |
| HSL | 22º | 0.73% | 0.68% | - |
| HSV(B) | 22º | 0.52% | 0.91% | - |
| XYZ | 48.64 | 42.63 | 21.29 | - |
| YUV | 174.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 113 | 0 | 0.33 | 0.52 | 0.09 | 22 | 0.73 | 0.68 |
| Hex | E9 | 9D | 71 | 0 | 21 | 34 | 9 | 16 | 49 | 44 |
| Octal | 351 | 235 | 161 | 0 | 41 | 64 | 11 | 26 | 111 | 104 |
| Binary | 11101001 | 10011101 | 1110001 | 0 | 100001 | 110100 | 1001 | 10110 | 1001001 | 1000100 |
Color Harmonies of #E99D71
Complementary color
Monochromatic Colors of #E99D71
Black with #E99D71
Text Example
Text Example
White with #E99D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D71; }
p { color: rgb(233,157,113); }
H1.HeaderClassName
{
color: #E99D71;
}
.AnyTagClassName
{
color: #E99D71;
}
</style>
background-color css
<style>
a { background-color: #E99D71; }
a { background-color: rgb(233,157,113); }
div.DivClassName
{
background-color: #E99D71;
}
.BgClassName
{
background-color: #E99D71;
}
</style>
border-color css
<style>
span { border-color: #E99D71; }
span { border-color: rgb(233,157,113); }
td.TdClassName
{
border-color: #E99D71;
}
.TagClassName
{
border-color: #E99D71;
}
</style>