Shades of Dark Salmon #E39A70
Tints of Dark Salmon #E39A70
RGB
CMYK
RGB Variations
Color information
#E39A70 (or 0xE39A70) is known color: Dark Salmon. HEX triplet: E3, 9A and 70. RGB value is (227,154,112). Sum of RGB (Red+Green+Blue) = 227+154+112=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E39A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39A70 is #1C658F. Grayscale: #ABABAB. Windows color (decimal): -1861008 or 7379683. OLE color: 7379683.
HSL color Cylindrical-coordinate representation of color #E39A70: hue angle of 21.91º 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 #E39A70 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 154 | 112 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.11 |
| HSL | 21.91º | 0.67% | 0.66% | - |
| HSV(B) | 21.91º | 0.51% | 0.89% | - |
| XYZ | 46.16 | 40.61 | 20.74 | - |
| YUV | 171.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 154 | 112 | 0 | 0.32 | 0.51 | 0.11 | 21.91 | 0.67 | 0.66 |
| Hex | E3 | 9A | 70 | 0 | 20 | 33 | B | 16 | 43 | 42 |
| Octal | 343 | 232 | 160 | 0 | 40 | 63 | 13 | 26 | 103 | 102 |
| Binary | 11100011 | 10011010 | 1110000 | 0 | 100000 | 110011 | 1011 | 10110 | 1000011 | 1000010 |
Color Harmonies of #E39A70
Complementary color
Monochromatic Colors of #E39A70
Black with #E39A70
Text Example
Text Example
White with #E39A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39A70; }
p { color: rgb(227,154,112); }
H1.HeaderClassName
{
color: #E39A70;
}
.AnyTagClassName
{
color: #E39A70;
}
</style>
background-color css
<style>
a { background-color: #E39A70; }
a { background-color: rgb(227,154,112); }
div.DivClassName
{
background-color: #E39A70;
}
.BgClassName
{
background-color: #E39A70;
}
</style>
border-color css
<style>
span { border-color: #E39A70; }
span { border-color: rgb(227,154,112); }
td.TdClassName
{
border-color: #E39A70;
}
.TagClassName
{
border-color: #E39A70;
}
</style>