Shades of Dark Salmon #E39079
Tints of Dark Salmon #E39079
RGB
CMYK
RGB Variations
Color information
#E39079 (or 0xE39079) is known color: Dark Salmon. HEX triplet: E3, 90 and 79. RGB value is (227,144,121). Sum of RGB (Red+Green+Blue) = 227+144+121=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E39079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39079 is #1C6F86. Grayscale: #A6A6A6. Windows color (decimal): -1863559 or 7966947. OLE color: 7966947.
HSL color Cylindrical-coordinate representation of color #E39079: hue angle of 13.02º 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 #E39079 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 121 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.11 |
| HSL | 13.02º | 0.65% | 0.68% | - |
| HSV(B) | 13.02º | 0.47% | 0.89% | - |
| XYZ | 45.1 | 37.66 | 22.98 | - |
| YUV | 166.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 121 | 0 | 0.37 | 0.47 | 0.11 | 13.02 | 0.65 | 0.68 |
| Hex | E3 | 90 | 79 | 0 | 25 | 2F | B | D | 41 | 44 |
| Octal | 343 | 220 | 171 | 0 | 45 | 57 | 13 | 15 | 101 | 104 |
| Binary | 11100011 | 10010000 | 1111001 | 0 | 100101 | 101111 | 1011 | 1101 | 1000001 | 1000100 |
Color Harmonies of #E39079
Complementary color
Monochromatic Colors of #E39079
Black with #E39079
Text Example
Text Example
White with #E39079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39079; }
p { color: rgb(227,144,121); }
H1.HeaderClassName
{
color: #E39079;
}
.AnyTagClassName
{
color: #E39079;
}
</style>
background-color css
<style>
a { background-color: #E39079; }
a { background-color: rgb(227,144,121); }
div.DivClassName
{
background-color: #E39079;
}
.BgClassName
{
background-color: #E39079;
}
</style>
border-color css
<style>
span { border-color: #E39079; }
span { border-color: rgb(227,144,121); }
td.TdClassName
{
border-color: #E39079;
}
.TagClassName
{
border-color: #E39079;
}
</style>