Shades of Dark Salmon #E99D70
Tints of Dark Salmon #E99D70
RGB
CMYK
RGB Variations
Color information
#E99D70 (or 0xE99D70) is known color: Dark Salmon. HEX triplet: E9, 9D and 70. RGB value is (233,157,112). Sum of RGB (Red+Green+Blue) = 233+157+112=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99D70 is #16628F. Grayscale: #AEAEAE. Windows color (decimal): -1467024 or 7380457. OLE color: 7380457.
HSL color Cylindrical-coordinate representation of color #E99D70: hue angle of 22.31º 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 #E99D70 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 112 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.09 |
| HSL | 22.31º | 0.73% | 0.68% | - |
| HSV(B) | 22.31º | 0.52% | 0.91% | - |
| XYZ | 48.59 | 42.61 | 20.99 | - |
| YUV | 174.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 112 | 0 | 0.33 | 0.52 | 0.09 | 22.31 | 0.73 | 0.68 |
| Hex | E9 | 9D | 70 | 0 | 21 | 34 | 9 | 16 | 49 | 44 |
| Octal | 351 | 235 | 160 | 0 | 41 | 64 | 11 | 26 | 111 | 104 |
| Binary | 11101001 | 10011101 | 1110000 | 0 | 100001 | 110100 | 1001 | 10110 | 1001001 | 1000100 |
Color Harmonies of #E99D70
Complementary color
Monochromatic Colors of #E99D70
Black with #E99D70
Text Example
Text Example
White with #E99D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D70; }
p { color: rgb(233,157,112); }
H1.HeaderClassName
{
color: #E99D70;
}
.AnyTagClassName
{
color: #E99D70;
}
</style>
background-color css
<style>
a { background-color: #E99D70; }
a { background-color: rgb(233,157,112); }
div.DivClassName
{
background-color: #E99D70;
}
.BgClassName
{
background-color: #E99D70;
}
</style>
border-color css
<style>
span { border-color: #E99D70; }
span { border-color: rgb(233,157,112); }
td.TdClassName
{
border-color: #E99D70;
}
.TagClassName
{
border-color: #E99D70;
}
</style>