Shades of Dark Salmon #E19C7A
Tints of Dark Salmon #E19C7A
RGB
CMYK
RGB Variations
Color information
#E19C7A (or 0xE19C7A) is known color: Dark Salmon. HEX triplet: E1, 9C and 7A. RGB value is (225,156,122). Sum of RGB (Red+Green+Blue) = 225+156+122=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19C7A is #1E6385. Grayscale: #ACACAC. Windows color (decimal): -1991558 or 8035553. OLE color: 8035553.
HSL color Cylindrical-coordinate representation of color #E19C7A: hue angle of 19.81º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E19C7A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 122 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.12 |
| HSL | 19.81º | 0.63% | 0.68% | - |
| HSV(B) | 19.81º | 0.46% | 0.88% | - |
| XYZ | 46.45 | 41.19 | 23.91 | - |
| YUV | 172.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 122 | 0 | 0.31 | 0.46 | 0.12 | 19.81 | 0.63 | 0.68 |
| Hex | E1 | 9C | 7A | 0 | 1F | 2E | C | 14 | 3F | 44 |
| Octal | 341 | 234 | 172 | 0 | 37 | 56 | 14 | 24 | 77 | 104 |
| Binary | 11100001 | 10011100 | 1111010 | 0 | 11111 | 101110 | 1100 | 10100 | 111111 | 1000100 |
Color Harmonies of #E19C7A
Complementary color
Monochromatic Colors of #E19C7A
Black with #E19C7A
Text Example
Text Example
White with #E19C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C7A; }
p { color: rgb(225,156,122); }
H1.HeaderClassName
{
color: #E19C7A;
}
.AnyTagClassName
{
color: #E19C7A;
}
</style>
background-color css
<style>
a { background-color: #E19C7A; }
a { background-color: rgb(225,156,122); }
div.DivClassName
{
background-color: #E19C7A;
}
.BgClassName
{
background-color: #E19C7A;
}
</style>
border-color css
<style>
span { border-color: #E19C7A; }
span { border-color: rgb(225,156,122); }
td.TdClassName
{
border-color: #E19C7A;
}
.TagClassName
{
border-color: #E19C7A;
}
</style>