Shades of Dark Salmon #E39680
Tints of Dark Salmon #E39680
RGB
CMYK
RGB Variations
Color information
#E39680 (or 0xE39680) is known color: Dark Salmon. HEX triplet: E3, 96 and 80. RGB value is (227,150,128). Sum of RGB (Red+Green+Blue) = 227+150+128=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E39680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39680 is #1C697F. Grayscale: #AAAAAA. Windows color (decimal): -1862016 or 8427235. OLE color: 8427235.
HSL color Cylindrical-coordinate representation of color #E39680: hue angle of 13.33º 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 #E39680 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 128 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.11 |
| HSL | 13.33º | 0.64% | 0.7% | - |
| HSV(B) | 13.33º | 0.44% | 0.89% | - |
| XYZ | 46.48 | 39.7 | 25.64 | - |
| YUV | 170.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 128 | 0 | 0.34 | 0.44 | 0.11 | 13.33 | 0.64 | 0.7 |
| Hex | E3 | 96 | 80 | 0 | 22 | 2C | B | D | 40 | 46 |
| Octal | 343 | 226 | 200 | 0 | 42 | 54 | 13 | 15 | 100 | 106 |
| Binary | 11100011 | 10010110 | 10000000 | 0 | 100010 | 101100 | 1011 | 1101 | 1000000 | 1000110 |
Color Harmonies of #E39680
Complementary color
Monochromatic Colors of #E39680
Black with #E39680
Text Example
Text Example
White with #E39680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39680; }
p { color: rgb(227,150,128); }
H1.HeaderClassName
{
color: #E39680;
}
.AnyTagClassName
{
color: #E39680;
}
</style>
background-color css
<style>
a { background-color: #E39680; }
a { background-color: rgb(227,150,128); }
div.DivClassName
{
background-color: #E39680;
}
.BgClassName
{
background-color: #E39680;
}
</style>
border-color css
<style>
span { border-color: #E39680; }
span { border-color: rgb(227,150,128); }
td.TdClassName
{
border-color: #E39680;
}
.TagClassName
{
border-color: #E39680;
}
</style>