Shades of Dark Salmon #E39A80
Tints of Dark Salmon #E39A80
RGB
CMYK
RGB Variations
Color information
#E39A80 (or 0xE39A80) is known color: Dark Salmon. HEX triplet: E3, 9A and 80. RGB value is (227,154,128). Sum of RGB (Red+Green+Blue) = 227+154+128=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39A80 is #1C657F. Grayscale: #ADADAD. Windows color (decimal): -1860992 or 8428259. OLE color: 8428259.
HSL color Cylindrical-coordinate representation of color #E39A80: hue angle of 15.76º 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 #E39A80 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 154 | 128 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.11 |
| HSL | 15.76º | 0.64% | 0.7% | - |
| HSV(B) | 15.76º | 0.44% | 0.89% | - |
| XYZ | 47.13 | 41 | 25.85 | - |
| YUV | 172.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 154 | 128 | 0 | 0.32 | 0.44 | 0.11 | 15.76 | 0.64 | 0.7 |
| Hex | E3 | 9A | 80 | 0 | 20 | 2C | B | 10 | 40 | 46 |
| Octal | 343 | 232 | 200 | 0 | 40 | 54 | 13 | 20 | 100 | 106 |
| Binary | 11100011 | 10011010 | 10000000 | 0 | 100000 | 101100 | 1011 | 10000 | 1000000 | 1000110 |
Color Harmonies of #E39A80
Complementary color
Monochromatic Colors of #E39A80
Black with #E39A80
Text Example
Text Example
White with #E39A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39A80; }
p { color: rgb(227,154,128); }
H1.HeaderClassName
{
color: #E39A80;
}
.AnyTagClassName
{
color: #E39A80;
}
</style>
background-color css
<style>
a { background-color: #E39A80; }
a { background-color: rgb(227,154,128); }
div.DivClassName
{
background-color: #E39A80;
}
.BgClassName
{
background-color: #E39A80;
}
</style>
border-color css
<style>
span { border-color: #E39A80; }
span { border-color: rgb(227,154,128); }
td.TdClassName
{
border-color: #E39A80;
}
.TagClassName
{
border-color: #E39A80;
}
</style>