Shades of Dark Salmon #E39078
Tints of Dark Salmon #E39078
RGB
CMYK
RGB Variations
Color information
#E39078 (or 0xE39078) is known color: Dark Salmon. HEX triplet: E3, 90 and 78. RGB value is (227,144,120). Sum of RGB (Red+Green+Blue) = 227+144+120=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E39078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39078 is #1C6F87. Grayscale: #A6A6A6. Windows color (decimal): -1863560 or 7901411. OLE color: 7901411.
HSL color Cylindrical-coordinate representation of color #E39078: hue angle of 13.46º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E39078 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 120 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.11 |
| HSL | 13.46º | 0.66% | 0.68% | - |
| HSV(B) | 13.46º | 0.47% | 0.89% | - |
| XYZ | 45.04 | 37.63 | 22.66 | - |
| YUV | 166.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 120 | 0 | 0.37 | 0.47 | 0.11 | 13.46 | 0.66 | 0.68 |
| Hex | E3 | 90 | 78 | 0 | 25 | 2F | B | D | 42 | 44 |
| Octal | 343 | 220 | 170 | 0 | 45 | 57 | 13 | 15 | 102 | 104 |
| Binary | 11100011 | 10010000 | 1111000 | 0 | 100101 | 101111 | 1011 | 1101 | 1000010 | 1000100 |
Color Harmonies of #E39078
Complementary color
Monochromatic Colors of #E39078
Black with #E39078
Text Example
Text Example
White with #E39078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39078; }
p { color: rgb(227,144,120); }
H1.HeaderClassName
{
color: #E39078;
}
.AnyTagClassName
{
color: #E39078;
}
</style>
background-color css
<style>
a { background-color: #E39078; }
a { background-color: rgb(227,144,120); }
div.DivClassName
{
background-color: #E39078;
}
.BgClassName
{
background-color: #E39078;
}
</style>
border-color css
<style>
span { border-color: #E39078; }
span { border-color: rgb(227,144,120); }
td.TdClassName
{
border-color: #E39078;
}
.TagClassName
{
border-color: #E39078;
}
</style>