Shades of Dark Salmon #E39076
Tints of Dark Salmon #E39076
RGB
CMYK
RGB Variations
Color information
#E39076 (or 0xE39076) is known color: Dark Salmon. HEX triplet: E3, 90 and 76. RGB value is (227,144,118). Sum of RGB (Red+Green+Blue) = 227+144+118=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E39076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39076 is #1C6F89. Grayscale: #A6A6A6. Windows color (decimal): -1863562 or 7770339. OLE color: 7770339.
HSL color Cylindrical-coordinate representation of color #E39076: hue angle of 14.31º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E39076 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 118 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.11 |
| HSL | 14.31º | 0.66% | 0.68% | - |
| HSV(B) | 14.31º | 0.48% | 0.89% | - |
| XYZ | 44.92 | 37.59 | 22.03 | - |
| YUV | 165.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 118 | 0 | 0.37 | 0.48 | 0.11 | 14.31 | 0.66 | 0.68 |
| Hex | E3 | 90 | 76 | 0 | 25 | 30 | B | E | 42 | 44 |
| Octal | 343 | 220 | 166 | 0 | 45 | 60 | 13 | 16 | 102 | 104 |
| Binary | 11100011 | 10010000 | 1110110 | 0 | 100101 | 110000 | 1011 | 1110 | 1000010 | 1000100 |
Color Harmonies of #E39076
Complementary color
Monochromatic Colors of #E39076
Black with #E39076
Text Example
Text Example
White with #E39076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39076; }
p { color: rgb(227,144,118); }
H1.HeaderClassName
{
color: #E39076;
}
.AnyTagClassName
{
color: #E39076;
}
</style>
background-color css
<style>
a { background-color: #E39076; }
a { background-color: rgb(227,144,118); }
div.DivClassName
{
background-color: #E39076;
}
.BgClassName
{
background-color: #E39076;
}
</style>
border-color css
<style>
span { border-color: #E39076; }
span { border-color: rgb(227,144,118); }
td.TdClassName
{
border-color: #E39076;
}
.TagClassName
{
border-color: #E39076;
}
</style>