Shades of Dark Salmon #E19077
Tints of Dark Salmon #E19077
RGB
CMYK
RGB Variations
Color information
#E19077 (or 0xE19077) is known color: Dark Salmon. HEX triplet: E1, 90 and 77. RGB value is (225,144,119). Sum of RGB (Red+Green+Blue) = 225+144+119=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E19077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19077 is #1E6F88. Grayscale: #A5A5A5. Windows color (decimal): -1994633 or 7835873. OLE color: 7835873.
HSL color Cylindrical-coordinate representation of color #E19077: hue angle of 14.15º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E19077 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 119 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.12 |
| HSL | 14.15º | 0.64% | 0.67% | - |
| HSV(B) | 14.15º | 0.47% | 0.88% | - |
| XYZ | 44.35 | 37.29 | 22.31 | - |
| YUV | 165.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 119 | 0 | 0.36 | 0.47 | 0.12 | 14.15 | 0.64 | 0.67 |
| Hex | E1 | 90 | 77 | 0 | 24 | 2F | C | E | 40 | 43 |
| Octal | 341 | 220 | 167 | 0 | 44 | 57 | 14 | 16 | 100 | 103 |
| Binary | 11100001 | 10010000 | 1110111 | 0 | 100100 | 101111 | 1100 | 1110 | 1000000 | 1000011 |
Color Harmonies of #E19077
Complementary color
Monochromatic Colors of #E19077
Black with #E19077
Text Example
Text Example
White with #E19077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19077; }
p { color: rgb(225,144,119); }
H1.HeaderClassName
{
color: #E19077;
}
.AnyTagClassName
{
color: #E19077;
}
</style>
background-color css
<style>
a { background-color: #E19077; }
a { background-color: rgb(225,144,119); }
div.DivClassName
{
background-color: #E19077;
}
.BgClassName
{
background-color: #E19077;
}
</style>
border-color css
<style>
span { border-color: #E19077; }
span { border-color: rgb(225,144,119); }
td.TdClassName
{
border-color: #E19077;
}
.TagClassName
{
border-color: #E19077;
}
</style>