Shades of Dark Salmon #E19C7D
Tints of Dark Salmon #E19C7D
RGB
CMYK
RGB Variations
Color information
#E19C7D (or 0xE19C7D) is known color: Dark Salmon. HEX triplet: E1, 9C and 7D. RGB value is (225,156,125). Sum of RGB (Red+Green+Blue) = 225+156+125=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19C7D is #1E6382. Grayscale: #ADADAD. Windows color (decimal): -1991555 or 8232161. OLE color: 8232161.
HSL color Cylindrical-coordinate representation of color #E19C7D: hue angle of 18.6º 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 #E19C7D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 125 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.12 |
| HSL | 18.6º | 0.63% | 0.69% | - |
| HSV(B) | 18.6º | 0.44% | 0.88% | - |
| XYZ | 46.64 | 41.27 | 24.91 | - |
| YUV | 173.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 125 | 0 | 0.31 | 0.44 | 0.12 | 18.6 | 0.63 | 0.69 |
| Hex | E1 | 9C | 7D | 0 | 1F | 2C | C | 13 | 3E | 45 |
| Octal | 341 | 234 | 175 | 0 | 37 | 54 | 14 | 23 | 76 | 105 |
| Binary | 11100001 | 10011100 | 1111101 | 0 | 11111 | 101100 | 1100 | 10011 | 111110 | 1000101 |
Color Harmonies of #E19C7D
Complementary color
Monochromatic Colors of #E19C7D
Black with #E19C7D
Text Example
Text Example
White with #E19C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C7D; }
p { color: rgb(225,156,125); }
H1.HeaderClassName
{
color: #E19C7D;
}
.AnyTagClassName
{
color: #E19C7D;
}
</style>
background-color css
<style>
a { background-color: #E19C7D; }
a { background-color: rgb(225,156,125); }
div.DivClassName
{
background-color: #E19C7D;
}
.BgClassName
{
background-color: #E19C7D;
}
</style>
border-color css
<style>
span { border-color: #E19C7D; }
span { border-color: rgb(225,156,125); }
td.TdClassName
{
border-color: #E19C7D;
}
.TagClassName
{
border-color: #E19C7D;
}
</style>