Shades of Dark Salmon #E39670
Tints of Dark Salmon #E39670
RGB
CMYK
RGB Variations
Color information
#E39670 (or 0xE39670) is known color: Dark Salmon. HEX triplet: E3, 96 and 70. RGB value is (227,150,112). Sum of RGB (Red+Green+Blue) = 227+150+112=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E39670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39670 is #1C698F. Grayscale: #A8A8A8. Windows color (decimal): -1862032 or 7378659. OLE color: 7378659.
HSL color Cylindrical-coordinate representation of color #E39670: hue angle of 19.83º 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 #E39670 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 150 | 112 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.11 |
| HSL | 19.83º | 0.67% | 0.66% | - |
| HSV(B) | 19.83º | 0.51% | 0.89% | - |
| XYZ | 45.51 | 39.31 | 20.52 | - |
| YUV | 168.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 150 | 112 | 0 | 0.34 | 0.51 | 0.11 | 19.83 | 0.67 | 0.66 |
| Hex | E3 | 96 | 70 | 0 | 22 | 33 | B | 14 | 43 | 42 |
| Octal | 343 | 226 | 160 | 0 | 42 | 63 | 13 | 24 | 103 | 102 |
| Binary | 11100011 | 10010110 | 1110000 | 0 | 100010 | 110011 | 1011 | 10100 | 1000011 | 1000010 |
Color Harmonies of #E39670
Complementary color
Monochromatic Colors of #E39670
Black with #E39670
Text Example
Text Example
White with #E39670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39670; }
p { color: rgb(227,150,112); }
H1.HeaderClassName
{
color: #E39670;
}
.AnyTagClassName
{
color: #E39670;
}
</style>
background-color css
<style>
a { background-color: #E39670; }
a { background-color: rgb(227,150,112); }
div.DivClassName
{
background-color: #E39670;
}
.BgClassName
{
background-color: #E39670;
}
</style>
border-color css
<style>
span { border-color: #E39670; }
span { border-color: rgb(227,150,112); }
td.TdClassName
{
border-color: #E39670;
}
.TagClassName
{
border-color: #E39670;
}
</style>