Shades of Dark Salmon #E39780
Tints of Dark Salmon #E39780
RGB
CMYK
RGB Variations
Color information
#E39780 (or 0xE39780) is known color: Dark Salmon. HEX triplet: E3, 97 and 80. RGB value is (227,151,128). Sum of RGB (Red+Green+Blue) = 227+151+128=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E39780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39780 is #1C687F. Grayscale: #ABABAB. Windows color (decimal): -1861760 or 8427491. OLE color: 8427491.
HSL color Cylindrical-coordinate representation of color #E39780: hue angle of 13.94º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E39780 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 128 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.11 |
| HSL | 13.94º | 0.64% | 0.7% | - |
| HSV(B) | 13.94º | 0.44% | 0.89% | - |
| XYZ | 46.64 | 40.02 | 25.69 | - |
| YUV | 171.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 128 | 0 | 0.33 | 0.44 | 0.11 | 13.94 | 0.64 | 0.7 |
| Hex | E3 | 97 | 80 | 0 | 21 | 2C | B | E | 40 | 46 |
| Octal | 343 | 227 | 200 | 0 | 41 | 54 | 13 | 16 | 100 | 106 |
| Binary | 11100011 | 10010111 | 10000000 | 0 | 100001 | 101100 | 1011 | 1110 | 1000000 | 1000110 |
Color Harmonies of #E39780
Complementary color
Monochromatic Colors of #E39780
Black with #E39780
Text Example
Text Example
White with #E39780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39780; }
p { color: rgb(227,151,128); }
H1.HeaderClassName
{
color: #E39780;
}
.AnyTagClassName
{
color: #E39780;
}
</style>
background-color css
<style>
a { background-color: #E39780; }
a { background-color: rgb(227,151,128); }
div.DivClassName
{
background-color: #E39780;
}
.BgClassName
{
background-color: #E39780;
}
</style>
border-color css
<style>
span { border-color: #E39780; }
span { border-color: rgb(227,151,128); }
td.TdClassName
{
border-color: #E39780;
}
.TagClassName
{
border-color: #E39780;
}
</style>