Shades of Dark Salmon #E39870
Tints of Dark Salmon #E39870
RGB
CMYK
RGB Variations
Color information
#E39870 (or 0xE39870) is known color: Dark Salmon. HEX triplet: E3, 98 and 70. RGB value is (227,152,112). Sum of RGB (Red+Green+Blue) = 227+152+112=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E39870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39870 is #1C678F. Grayscale: #AAAAAA. Windows color (decimal): -1861520 or 7379171. OLE color: 7379171.
HSL color Cylindrical-coordinate representation of color #E39870: hue angle of 20.87º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E39870 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 112 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.11 |
| HSL | 20.87º | 0.67% | 0.66% | - |
| HSV(B) | 20.87º | 0.51% | 0.89% | - |
| XYZ | 45.83 | 39.96 | 20.63 | - |
| YUV | 169.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 112 | 0 | 0.33 | 0.51 | 0.11 | 20.87 | 0.67 | 0.66 |
| Hex | E3 | 98 | 70 | 0 | 21 | 33 | B | 15 | 43 | 42 |
| Octal | 343 | 230 | 160 | 0 | 41 | 63 | 13 | 25 | 103 | 102 |
| Binary | 11100011 | 10011000 | 1110000 | 0 | 100001 | 110011 | 1011 | 10101 | 1000011 | 1000010 |
Color Harmonies of #E39870
Complementary color
Monochromatic Colors of #E39870
Black with #E39870
Text Example
Text Example
White with #E39870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39870; }
p { color: rgb(227,152,112); }
H1.HeaderClassName
{
color: #E39870;
}
.AnyTagClassName
{
color: #E39870;
}
</style>
background-color css
<style>
a { background-color: #E39870; }
a { background-color: rgb(227,152,112); }
div.DivClassName
{
background-color: #E39870;
}
.BgClassName
{
background-color: #E39870;
}
</style>
border-color css
<style>
span { border-color: #E39870; }
span { border-color: rgb(227,152,112); }
td.TdClassName
{
border-color: #E39870;
}
.TagClassName
{
border-color: #E39870;
}
</style>