Shades of Dark Salmon #E39B7F
Tints of Dark Salmon #E39B7F
RGB
CMYK
RGB Variations
Color information
#E39B7F (or 0xE39B7F) is known color: Dark Salmon. HEX triplet: E3, 9B and 7F. RGB value is (227,155,127). Sum of RGB (Red+Green+Blue) = 227+155+127=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39B7F is #1C6480. Grayscale: #ADADAD. Windows color (decimal): -1860737 or 8362979. OLE color: 8362979.
HSL color Cylindrical-coordinate representation of color #E39B7F: hue angle of 16.8º 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 #E39B7F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 155 | 127 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.11 |
| HSL | 16.8º | 0.64% | 0.69% | - |
| HSV(B) | 16.8º | 0.44% | 0.89% | - |
| XYZ | 47.23 | 41.31 | 25.56 | - |
| YUV | 173.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 155 | 127 | 0 | 0.32 | 0.44 | 0.11 | 16.8 | 0.64 | 0.69 |
| Hex | E3 | 9B | 7F | 0 | 20 | 2C | B | 11 | 40 | 45 |
| Octal | 343 | 233 | 177 | 0 | 40 | 54 | 13 | 21 | 100 | 105 |
| Binary | 11100011 | 10011011 | 1111111 | 0 | 100000 | 101100 | 1011 | 10001 | 1000000 | 1000101 |
Color Harmonies of #E39B7F
Complementary color
Monochromatic Colors of #E39B7F
Black with #E39B7F
Text Example
Text Example
White with #E39B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39B7F; }
p { color: rgb(227,155,127); }
H1.HeaderClassName
{
color: #E39B7F;
}
.AnyTagClassName
{
color: #E39B7F;
}
</style>
background-color css
<style>
a { background-color: #E39B7F; }
a { background-color: rgb(227,155,127); }
div.DivClassName
{
background-color: #E39B7F;
}
.BgClassName
{
background-color: #E39B7F;
}
</style>
border-color css
<style>
span { border-color: #E39B7F; }
span { border-color: rgb(227,155,127); }
td.TdClassName
{
border-color: #E39B7F;
}
.TagClassName
{
border-color: #E39B7F;
}
</style>