Shades of Dark Salmon #E29377
Tints of Dark Salmon #E29377
RGB
CMYK
RGB Variations
Color information
#E29377 (or 0xE29377) is known color: Dark Salmon. HEX triplet: E2, 93 and 77. RGB value is (226,147,119). Sum of RGB (Red+Green+Blue) = 226+147+119=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E29377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29377 is #1D6C88. Grayscale: #A7A7A7. Windows color (decimal): -1928329 or 7836642. OLE color: 7836642.
HSL color Cylindrical-coordinate representation of color #E29377: hue angle of 15.7º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E29377 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 119 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.11 |
| HSL | 15.7º | 0.65% | 0.68% | - |
| HSV(B) | 15.7º | 0.47% | 0.89% | - |
| XYZ | 45.13 | 38.37 | 22.48 | - |
| YUV | 167.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 119 | 0 | 0.35 | 0.47 | 0.11 | 15.7 | 0.65 | 0.68 |
| Hex | E2 | 93 | 77 | 0 | 23 | 2F | B | 10 | 41 | 44 |
| Octal | 342 | 223 | 167 | 0 | 43 | 57 | 13 | 20 | 101 | 104 |
| Binary | 11100010 | 10010011 | 1110111 | 0 | 100011 | 101111 | 1011 | 10000 | 1000001 | 1000100 |
Color Harmonies of #E29377
Complementary color
Monochromatic Colors of #E29377
Black with #E29377
Text Example
Text Example
White with #E29377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29377; }
p { color: rgb(226,147,119); }
H1.HeaderClassName
{
color: #E29377;
}
.AnyTagClassName
{
color: #E29377;
}
</style>
background-color css
<style>
a { background-color: #E29377; }
a { background-color: rgb(226,147,119); }
div.DivClassName
{
background-color: #E29377;
}
.BgClassName
{
background-color: #E29377;
}
</style>
border-color css
<style>
span { border-color: #E29377; }
span { border-color: rgb(226,147,119); }
td.TdClassName
{
border-color: #E29377;
}
.TagClassName
{
border-color: #E29377;
}
</style>