Shades of Dark Salmon #E99F70
Tints of Dark Salmon #E99F70
RGB
CMYK
RGB Variations
Color information
#E99F70 (or 0xE99F70) is known color: Dark Salmon. HEX triplet: E9, 9F and 70. RGB value is (233,159,112). Sum of RGB (Red+Green+Blue) = 233+159+112=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99F70 is #16608F. Grayscale: #B0B0B0. Windows color (decimal): -1466512 or 7380969. OLE color: 7380969.
HSL color Cylindrical-coordinate representation of color #E99F70: hue angle of 23.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 #E99F70 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 112 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.09 |
| HSL | 23.31º | 0.73% | 0.68% | - |
| HSV(B) | 23.31º | 0.52% | 0.91% | - |
| XYZ | 48.93 | 43.29 | 21.11 | - |
| YUV | 175.77 | 92.02 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 112 | 0 | 0.32 | 0.52 | 0.09 | 23.31 | 0.73 | 0.68 |
| Hex | E9 | 9F | 70 | 0 | 20 | 34 | 9 | 17 | 49 | 44 |
| Octal | 351 | 237 | 160 | 0 | 40 | 64 | 11 | 27 | 111 | 104 |
| Binary | 11101001 | 10011111 | 1110000 | 0 | 100000 | 110100 | 1001 | 10111 | 1001001 | 1000100 |
Color Harmonies of #E99F70
Complementary color
Monochromatic Colors of #E99F70
Black with #E99F70
Text Example
Text Example
White with #E99F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F70; }
p { color: rgb(233,159,112); }
H1.HeaderClassName
{
color: #E99F70;
}
.AnyTagClassName
{
color: #E99F70;
}
</style>
background-color css
<style>
a { background-color: #E99F70; }
a { background-color: rgb(233,159,112); }
div.DivClassName
{
background-color: #E99F70;
}
.BgClassName
{
background-color: #E99F70;
}
</style>
border-color css
<style>
span { border-color: #E99F70; }
span { border-color: rgb(233,159,112); }
td.TdClassName
{
border-color: #E99F70;
}
.TagClassName
{
border-color: #E99F70;
}
</style>