Shades of Dark Salmon #E19679
Tints of Dark Salmon #E19679
RGB
CMYK
RGB Variations
Color information
#E19679 (or 0xE19679) is known color: Dark Salmon. HEX triplet: E1, 96 and 79. RGB value is (225,150,121). Sum of RGB (Red+Green+Blue) = 225+150+121=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E19679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19679 is #1E6986. Grayscale: #A9A9A9. Windows color (decimal): -1993095 or 7968481. OLE color: 7968481.
HSL color Cylindrical-coordinate representation of color #E19679: hue angle of 16.73º 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 #E19679 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 121 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.12 |
| HSL | 16.73º | 0.63% | 0.68% | - |
| HSV(B) | 16.73º | 0.46% | 0.88% | - |
| XYZ | 45.41 | 39.2 | 23.26 | - |
| YUV | 169.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 121 | 0 | 0.33 | 0.46 | 0.12 | 16.73 | 0.63 | 0.68 |
| Hex | E1 | 96 | 79 | 0 | 21 | 2E | C | 11 | 3F | 44 |
| Octal | 341 | 226 | 171 | 0 | 41 | 56 | 14 | 21 | 77 | 104 |
| Binary | 11100001 | 10010110 | 1111001 | 0 | 100001 | 101110 | 1100 | 10001 | 111111 | 1000100 |
Color Harmonies of #E19679
Complementary color
Monochromatic Colors of #E19679
Black with #E19679
Text Example
Text Example
White with #E19679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19679; }
p { color: rgb(225,150,121); }
H1.HeaderClassName
{
color: #E19679;
}
.AnyTagClassName
{
color: #E19679;
}
</style>
background-color css
<style>
a { background-color: #E19679; }
a { background-color: rgb(225,150,121); }
div.DivClassName
{
background-color: #E19679;
}
.BgClassName
{
background-color: #E19679;
}
</style>
border-color css
<style>
span { border-color: #E19679; }
span { border-color: rgb(225,150,121); }
td.TdClassName
{
border-color: #E19679;
}
.TagClassName
{
border-color: #E19679;
}
</style>