Shades of Dark Salmon #E39770
Tints of Dark Salmon #E39770
RGB
CMYK
RGB Variations
Color information
#E39770 (or 0xE39770) is known color: Dark Salmon. HEX triplet: E3, 97 and 70. RGB value is (227,151,112). Sum of RGB (Red+Green+Blue) = 227+151+112=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E39770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39770 is #1C688F. Grayscale: #A9A9A9. Windows color (decimal): -1861776 or 7378915. OLE color: 7378915.
HSL color Cylindrical-coordinate representation of color #E39770: hue angle of 20.35º 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 #E39770 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 112 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.11 |
| HSL | 20.35º | 0.67% | 0.66% | - |
| HSV(B) | 20.35º | 0.51% | 0.89% | - |
| XYZ | 45.67 | 39.63 | 20.57 | - |
| YUV | 169.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 112 | 0 | 0.33 | 0.51 | 0.11 | 20.35 | 0.67 | 0.66 |
| Hex | E3 | 97 | 70 | 0 | 21 | 33 | B | 14 | 43 | 42 |
| Octal | 343 | 227 | 160 | 0 | 41 | 63 | 13 | 24 | 103 | 102 |
| Binary | 11100011 | 10010111 | 1110000 | 0 | 100001 | 110011 | 1011 | 10100 | 1000011 | 1000010 |
Color Harmonies of #E39770
Complementary color
Monochromatic Colors of #E39770
Black with #E39770
Text Example
Text Example
White with #E39770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39770; }
p { color: rgb(227,151,112); }
H1.HeaderClassName
{
color: #E39770;
}
.AnyTagClassName
{
color: #E39770;
}
</style>
background-color css
<style>
a { background-color: #E39770; }
a { background-color: rgb(227,151,112); }
div.DivClassName
{
background-color: #E39770;
}
.BgClassName
{
background-color: #E39770;
}
</style>
border-color css
<style>
span { border-color: #E39770; }
span { border-color: rgb(227,151,112); }
td.TdClassName
{
border-color: #E39770;
}
.TagClassName
{
border-color: #E39770;
}
</style>