Shades of Dark Salmon #E19376
Tints of Dark Salmon #E19376
RGB
CMYK
RGB Variations
Color information
#E19376 (or 0xE19376) is known color: Dark Salmon. HEX triplet: E1, 93 and 76. RGB value is (225,147,118). Sum of RGB (Red+Green+Blue) = 225+147+118=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E19376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19376 is #1E6C89. Grayscale: #A7A7A7. Windows color (decimal): -1993866 or 7771105. OLE color: 7771105.
HSL color Cylindrical-coordinate representation of color #E19376: hue angle of 16.26º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E19376 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 118 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.12 |
| HSL | 16.26º | 0.64% | 0.67% | - |
| HSV(B) | 16.26º | 0.48% | 0.88% | - |
| XYZ | 44.76 | 38.18 | 22.15 | - |
| YUV | 167.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 118 | 0 | 0.35 | 0.48 | 0.12 | 16.26 | 0.64 | 0.67 |
| Hex | E1 | 93 | 76 | 0 | 23 | 30 | C | 10 | 40 | 43 |
| Octal | 341 | 223 | 166 | 0 | 43 | 60 | 14 | 20 | 100 | 103 |
| Binary | 11100001 | 10010011 | 1110110 | 0 | 100011 | 110000 | 1100 | 10000 | 1000000 | 1000011 |
Color Harmonies of #E19376
Complementary color
Monochromatic Colors of #E19376
Black with #E19376
Text Example
Text Example
White with #E19376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19376; }
p { color: rgb(225,147,118); }
H1.HeaderClassName
{
color: #E19376;
}
.AnyTagClassName
{
color: #E19376;
}
</style>
background-color css
<style>
a { background-color: #E19376; }
a { background-color: rgb(225,147,118); }
div.DivClassName
{
background-color: #E19376;
}
.BgClassName
{
background-color: #E19376;
}
</style>
border-color css
<style>
span { border-color: #E19376; }
span { border-color: rgb(225,147,118); }
td.TdClassName
{
border-color: #E19376;
}
.TagClassName
{
border-color: #E19376;
}
</style>