Shades of Dark Salmon #E19C70
Tints of Dark Salmon #E19C70
RGB
CMYK
RGB Variations
Color information
#E19C70 (or 0xE19C70) is known color: Dark Salmon. HEX triplet: E1, 9C and 70. RGB value is (225,156,112). Sum of RGB (Red+Green+Blue) = 225+156+112=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19C70 is #1E638F. Grayscale: #ABABAB. Windows color (decimal): -1991568 or 7380193. OLE color: 7380193.
HSL color Cylindrical-coordinate representation of color #E19C70: hue angle of 23.36º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E19C70 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 112 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.12 |
| HSL | 23.36º | 0.65% | 0.66% | - |
| HSV(B) | 23.36º | 0.5% | 0.88% | - |
| XYZ | 45.86 | 40.95 | 20.82 | - |
| YUV | 171.62 | 94.36 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 112 | 0 | 0.31 | 0.50 | 0.12 | 23.36 | 0.65 | 0.66 |
| Hex | E1 | 9C | 70 | 0 | 1F | 32 | C | 17 | 41 | 42 |
| Octal | 341 | 234 | 160 | 0 | 37 | 62 | 14 | 27 | 101 | 102 |
| Binary | 11100001 | 10011100 | 1110000 | 0 | 11111 | 110010 | 1100 | 10111 | 1000001 | 1000010 |
Color Harmonies of #E19C70
Complementary color
Monochromatic Colors of #E19C70
Black with #E19C70
Text Example
Text Example
White with #E19C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C70; }
p { color: rgb(225,156,112); }
H1.HeaderClassName
{
color: #E19C70;
}
.AnyTagClassName
{
color: #E19C70;
}
</style>
background-color css
<style>
a { background-color: #E19C70; }
a { background-color: rgb(225,156,112); }
div.DivClassName
{
background-color: #E19C70;
}
.BgClassName
{
background-color: #E19C70;
}
</style>
border-color css
<style>
span { border-color: #E19C70; }
span { border-color: rgb(225,156,112); }
td.TdClassName
{
border-color: #E19C70;
}
.TagClassName
{
border-color: #E19C70;
}
</style>