Shades of Dark Salmon #E19B77
Tints of Dark Salmon #E19B77
RGB
CMYK
RGB Variations
Color information
#E19B77 (or 0xE19B77) is known color: Dark Salmon. HEX triplet: E1, 9B and 77. RGB value is (225,155,119). Sum of RGB (Red+Green+Blue) = 225+155+119=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19B77 is #1E6488. Grayscale: #ACACAC. Windows color (decimal): -1991817 or 7838689. OLE color: 7838689.
HSL color Cylindrical-coordinate representation of color #E19B77: hue angle of 20.38º 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 #E19B77 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 119 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.12 |
| HSL | 20.38º | 0.64% | 0.67% | - |
| HSV(B) | 20.38º | 0.47% | 0.88% | - |
| XYZ | 46.1 | 40.78 | 22.89 | - |
| YUV | 171.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 119 | 0 | 0.31 | 0.47 | 0.12 | 20.38 | 0.64 | 0.67 |
| Hex | E1 | 9B | 77 | 0 | 1F | 2F | C | 14 | 40 | 43 |
| Octal | 341 | 233 | 167 | 0 | 37 | 57 | 14 | 24 | 100 | 103 |
| Binary | 11100001 | 10011011 | 1110111 | 0 | 11111 | 101111 | 1100 | 10100 | 1000000 | 1000011 |
Color Harmonies of #E19B77
Complementary color
Monochromatic Colors of #E19B77
Black with #E19B77
Text Example
Text Example
White with #E19B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B77; }
p { color: rgb(225,155,119); }
H1.HeaderClassName
{
color: #E19B77;
}
.AnyTagClassName
{
color: #E19B77;
}
</style>
background-color css
<style>
a { background-color: #E19B77; }
a { background-color: rgb(225,155,119); }
div.DivClassName
{
background-color: #E19B77;
}
.BgClassName
{
background-color: #E19B77;
}
</style>
border-color css
<style>
span { border-color: #E19B77; }
span { border-color: rgb(225,155,119); }
td.TdClassName
{
border-color: #E19B77;
}
.TagClassName
{
border-color: #E19B77;
}
</style>