Shades of Dark Salmon #E19A77
Tints of Dark Salmon #E19A77
RGB
CMYK
RGB Variations
Color information
#E19A77 (or 0xE19A77) is known color: Dark Salmon. HEX triplet: E1, 9A and 77. RGB value is (225,154,119). Sum of RGB (Red+Green+Blue) = 225+154+119=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19A77 is #1E6588. Grayscale: #ABABAB. Windows color (decimal): -1992073 or 7838433. OLE color: 7838433.
HSL color Cylindrical-coordinate representation of color #E19A77: hue angle of 19.81º 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 #E19A77 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 119 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.12 |
| HSL | 19.81º | 0.64% | 0.67% | - |
| HSV(B) | 19.81º | 0.47% | 0.88% | - |
| XYZ | 45.94 | 40.45 | 22.84 | - |
| YUV | 171.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 119 | 0 | 0.32 | 0.47 | 0.12 | 19.81 | 0.64 | 0.67 |
| Hex | E1 | 9A | 77 | 0 | 20 | 2F | C | 14 | 40 | 43 |
| Octal | 341 | 232 | 167 | 0 | 40 | 57 | 14 | 24 | 100 | 103 |
| Binary | 11100001 | 10011010 | 1110111 | 0 | 100000 | 101111 | 1100 | 10100 | 1000000 | 1000011 |
Color Harmonies of #E19A77
Complementary color
Monochromatic Colors of #E19A77
Black with #E19A77
Text Example
Text Example
White with #E19A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A77; }
p { color: rgb(225,154,119); }
H1.HeaderClassName
{
color: #E19A77;
}
.AnyTagClassName
{
color: #E19A77;
}
</style>
background-color css
<style>
a { background-color: #E19A77; }
a { background-color: rgb(225,154,119); }
div.DivClassName
{
background-color: #E19A77;
}
.BgClassName
{
background-color: #E19A77;
}
</style>
border-color css
<style>
span { border-color: #E19A77; }
span { border-color: rgb(225,154,119); }
td.TdClassName
{
border-color: #E19A77;
}
.TagClassName
{
border-color: #E19A77;
}
</style>