Shades of Dark Salmon #E19C7E
Tints of Dark Salmon #E19C7E
RGB
CMYK
RGB Variations
Color information
#E19C7E (or 0xE19C7E) is known color: Dark Salmon. HEX triplet: E1, 9C and 7E. RGB value is (225,156,126). Sum of RGB (Red+Green+Blue) = 225+156+126=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19C7E is #1E6381. Grayscale: #ADADAD. Windows color (decimal): -1991554 or 8297697. OLE color: 8297697.
HSL color Cylindrical-coordinate representation of color #E19C7E: hue angle of 18.18º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E19C7E is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 126 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.12 |
| HSL | 18.18º | 0.62% | 0.69% | - |
| HSV(B) | 18.18º | 0.44% | 0.88% | - |
| XYZ | 46.71 | 41.29 | 25.25 | - |
| YUV | 173.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 126 | 0 | 0.31 | 0.44 | 0.12 | 18.18 | 0.62 | 0.69 |
| Hex | E1 | 9C | 7E | 0 | 1F | 2C | C | 12 | 3E | 45 |
| Octal | 341 | 234 | 176 | 0 | 37 | 54 | 14 | 22 | 76 | 105 |
| Binary | 11100001 | 10011100 | 1111110 | 0 | 11111 | 101100 | 1100 | 10010 | 111110 | 1000101 |
Color Harmonies of #E19C7E
Complementary color
Monochromatic Colors of #E19C7E
Black with #E19C7E
Text Example
Text Example
White with #E19C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C7E; }
p { color: rgb(225,156,126); }
H1.HeaderClassName
{
color: #E19C7E;
}
.AnyTagClassName
{
color: #E19C7E;
}
</style>
background-color css
<style>
a { background-color: #E19C7E; }
a { background-color: rgb(225,156,126); }
div.DivClassName
{
background-color: #E19C7E;
}
.BgClassName
{
background-color: #E19C7E;
}
</style>
border-color css
<style>
span { border-color: #E19C7E; }
span { border-color: rgb(225,156,126); }
td.TdClassName
{
border-color: #E19C7E;
}
.TagClassName
{
border-color: #E19C7E;
}
</style>