Shades of Dark Salmon #E39E7A
Tints of Dark Salmon #E39E7A
RGB
CMYK
RGB Variations
Color information
#E39E7A (or 0xE39E7A) is known color: Dark Salmon. HEX triplet: E3, 9E and 7A. RGB value is (227,158,122). Sum of RGB (Red+Green+Blue) = 227+158+122=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E39E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39E7A is #1C6185. Grayscale: #AEAEAE. Windows color (decimal): -1859974 or 8036067. OLE color: 8036067.
HSL color Cylindrical-coordinate representation of color #E39E7A: hue angle of 20.57º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E39E7A is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 158 | 122 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.11 |
| HSL | 20.57º | 0.65% | 0.68% | - |
| HSV(B) | 20.57º | 0.46% | 0.89% | - |
| XYZ | 47.42 | 42.19 | 24.06 | - |
| YUV | 174.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 158 | 122 | 0 | 0.30 | 0.46 | 0.11 | 20.57 | 0.65 | 0.68 |
| Hex | E3 | 9E | 7A | 0 | 1E | 2E | B | 15 | 41 | 44 |
| Octal | 343 | 236 | 172 | 0 | 36 | 56 | 13 | 25 | 101 | 104 |
| Binary | 11100011 | 10011110 | 1111010 | 0 | 11110 | 101110 | 1011 | 10101 | 1000001 | 1000100 |
Color Harmonies of #E39E7A
Complementary color
Monochromatic Colors of #E39E7A
Black with #E39E7A
Text Example
Text Example
White with #E39E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39E7A; }
p { color: rgb(227,158,122); }
H1.HeaderClassName
{
color: #E39E7A;
}
.AnyTagClassName
{
color: #E39E7A;
}
</style>
background-color css
<style>
a { background-color: #E39E7A; }
a { background-color: rgb(227,158,122); }
div.DivClassName
{
background-color: #E39E7A;
}
.BgClassName
{
background-color: #E39E7A;
}
</style>
border-color css
<style>
span { border-color: #E39E7A; }
span { border-color: rgb(227,158,122); }
td.TdClassName
{
border-color: #E39E7A;
}
.TagClassName
{
border-color: #E39E7A;
}
</style>