Shades of Dark Salmon #E19B7C
Tints of Dark Salmon #E19B7C
RGB
CMYK
RGB Variations
Color information
#E19B7C (or 0xE19B7C) is known color: Dark Salmon. HEX triplet: E1, 9B and 7C. RGB value is (225,155,124). Sum of RGB (Red+Green+Blue) = 225+155+124=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19B7C is #1E6483. Grayscale: #ACACAC. Windows color (decimal): -1991812 or 8166369. OLE color: 8166369.
HSL color Cylindrical-coordinate representation of color #E19B7C: hue angle of 18.42º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E19B7C is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 124 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.12 |
| HSL | 18.42º | 0.63% | 0.68% | - |
| HSV(B) | 18.42º | 0.45% | 0.88% | - |
| XYZ | 46.41 | 40.91 | 24.52 | - |
| YUV | 172.4 | 100.69 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 124 | 0 | 0.31 | 0.45 | 0.12 | 18.42 | 0.63 | 0.68 |
| Hex | E1 | 9B | 7C | 0 | 1F | 2D | C | 12 | 3F | 44 |
| Octal | 341 | 233 | 174 | 0 | 37 | 55 | 14 | 22 | 77 | 104 |
| Binary | 11100001 | 10011011 | 1111100 | 0 | 11111 | 101101 | 1100 | 10010 | 111111 | 1000100 |
Color Harmonies of #E19B7C
Complementary color
Monochromatic Colors of #E19B7C
Black with #E19B7C
Text Example
Text Example
White with #E19B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B7C; }
p { color: rgb(225,155,124); }
H1.HeaderClassName
{
color: #E19B7C;
}
.AnyTagClassName
{
color: #E19B7C;
}
</style>
background-color css
<style>
a { background-color: #E19B7C; }
a { background-color: rgb(225,155,124); }
div.DivClassName
{
background-color: #E19B7C;
}
.BgClassName
{
background-color: #E19B7C;
}
</style>
border-color css
<style>
span { border-color: #E19B7C; }
span { border-color: rgb(225,155,124); }
td.TdClassName
{
border-color: #E19B7C;
}
.TagClassName
{
border-color: #E19B7C;
}
</style>