Shades of Dark Salmon #E39077
Tints of Dark Salmon #E39077
RGB
CMYK
RGB Variations
Color information
#E39077 (or 0xE39077) is known color: Dark Salmon. HEX triplet: E3, 90 and 77. RGB value is (227,144,119). Sum of RGB (Red+Green+Blue) = 227+144+119=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E39077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39077 is #1C6F88. Grayscale: #A6A6A6. Windows color (decimal): -1863561 or 7835875. OLE color: 7835875.
HSL color Cylindrical-coordinate representation of color #E39077: hue angle of 13.89º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E39077 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 119 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.11 |
| HSL | 13.89º | 0.66% | 0.68% | - |
| HSV(B) | 13.89º | 0.48% | 0.89% | - |
| XYZ | 44.98 | 37.61 | 22.34 | - |
| YUV | 165.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 119 | 0 | 0.37 | 0.48 | 0.11 | 13.89 | 0.66 | 0.68 |
| Hex | E3 | 90 | 77 | 0 | 25 | 30 | B | E | 42 | 44 |
| Octal | 343 | 220 | 167 | 0 | 45 | 60 | 13 | 16 | 102 | 104 |
| Binary | 11100011 | 10010000 | 1110111 | 0 | 100101 | 110000 | 1011 | 1110 | 1000010 | 1000100 |
Color Harmonies of #E39077
Complementary color
Monochromatic Colors of #E39077
Black with #E39077
Text Example
Text Example
White with #E39077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39077; }
p { color: rgb(227,144,119); }
H1.HeaderClassName
{
color: #E39077;
}
.AnyTagClassName
{
color: #E39077;
}
</style>
background-color css
<style>
a { background-color: #E39077; }
a { background-color: rgb(227,144,119); }
div.DivClassName
{
background-color: #E39077;
}
.BgClassName
{
background-color: #E39077;
}
</style>
border-color css
<style>
span { border-color: #E39077; }
span { border-color: rgb(227,144,119); }
td.TdClassName
{
border-color: #E39077;
}
.TagClassName
{
border-color: #E39077;
}
</style>