Shades of Dark Salmon #E39C7E
Tints of Dark Salmon #E39C7E
RGB
CMYK
RGB Variations
Color information
#E39C7E (or 0xE39C7E) is known color: Dark Salmon. HEX triplet: E3, 9C and 7E. RGB value is (227,156,126). Sum of RGB (Red+Green+Blue) = 227+156+126=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E39C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39C7E is #1C6381. Grayscale: #AEAEAE. Windows color (decimal): -1860482 or 8297699. OLE color: 8297699.
HSL color Cylindrical-coordinate representation of color #E39C7E: hue angle of 17.82º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E39C7E is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 156 | 126 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.11 |
| HSL | 17.82º | 0.64% | 0.69% | - |
| HSV(B) | 17.82º | 0.44% | 0.89% | - |
| XYZ | 47.33 | 41.61 | 25.28 | - |
| YUV | 173.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 156 | 126 | 0 | 0.31 | 0.44 | 0.11 | 17.82 | 0.64 | 0.69 |
| Hex | E3 | 9C | 7E | 0 | 1F | 2C | B | 12 | 40 | 45 |
| Octal | 343 | 234 | 176 | 0 | 37 | 54 | 13 | 22 | 100 | 105 |
| Binary | 11100011 | 10011100 | 1111110 | 0 | 11111 | 101100 | 1011 | 10010 | 1000000 | 1000101 |
Color Harmonies of #E39C7E
Complementary color
Monochromatic Colors of #E39C7E
Black with #E39C7E
Text Example
Text Example
White with #E39C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39C7E; }
p { color: rgb(227,156,126); }
H1.HeaderClassName
{
color: #E39C7E;
}
.AnyTagClassName
{
color: #E39C7E;
}
</style>
background-color css
<style>
a { background-color: #E39C7E; }
a { background-color: rgb(227,156,126); }
div.DivClassName
{
background-color: #E39C7E;
}
.BgClassName
{
background-color: #E39C7E;
}
</style>
border-color css
<style>
span { border-color: #E39C7E; }
span { border-color: rgb(227,156,126); }
td.TdClassName
{
border-color: #E39C7E;
}
.TagClassName
{
border-color: #E39C7E;
}
</style>