Shades of Dark Salmon #E19C7F
Tints of Dark Salmon #E19C7F
RGB
CMYK
RGB Variations
Color information
#E19C7F (or 0xE19C7F) is known color: Dark Salmon. HEX triplet: E1, 9C and 7F. RGB value is (225,156,127). Sum of RGB (Red+Green+Blue) = 225+156+127=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19C7F is #1E6380. Grayscale: #ADADAD. Windows color (decimal): -1991553 or 8363233. OLE color: 8363233.
HSL color Cylindrical-coordinate representation of color #E19C7F: hue angle of 17.76º 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 #E19C7F is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 127 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.12 |
| HSL | 17.76º | 0.62% | 0.69% | - |
| HSV(B) | 17.76º | 0.44% | 0.88% | - |
| XYZ | 46.77 | 41.32 | 25.59 | - |
| YUV | 173.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 127 | 0 | 0.31 | 0.44 | 0.12 | 17.76 | 0.62 | 0.69 |
| Hex | E1 | 9C | 7F | 0 | 1F | 2C | C | 12 | 3E | 45 |
| Octal | 341 | 234 | 177 | 0 | 37 | 54 | 14 | 22 | 76 | 105 |
| Binary | 11100001 | 10011100 | 1111111 | 0 | 11111 | 101100 | 1100 | 10010 | 111110 | 1000101 |
Color Harmonies of #E19C7F
Complementary color
Monochromatic Colors of #E19C7F
Black with #E19C7F
Text Example
Text Example
White with #E19C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C7F; }
p { color: rgb(225,156,127); }
H1.HeaderClassName
{
color: #E19C7F;
}
.AnyTagClassName
{
color: #E19C7F;
}
</style>
background-color css
<style>
a { background-color: #E19C7F; }
a { background-color: rgb(225,156,127); }
div.DivClassName
{
background-color: #E19C7F;
}
.BgClassName
{
background-color: #E19C7F;
}
</style>
border-color css
<style>
span { border-color: #E19C7F; }
span { border-color: rgb(225,156,127); }
td.TdClassName
{
border-color: #E19C7F;
}
.TagClassName
{
border-color: #E19C7F;
}
</style>