Shades of Dark Salmon #E78D6E
Tints of Dark Salmon #E78D6E
RGB
CMYK
RGB Variations
Color information
#E78D6E (or 0xE78D6E) is known color: Dark Salmon. HEX triplet: E7, 8D and 6E. RGB value is (231,141,110). Sum of RGB (Red+Green+Blue) = 231+141+110=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D6E is #187291. Grayscale: #A4A4A4. Windows color (decimal): -1602194 or 7245287. OLE color: 7245287.
HSL color Cylindrical-coordinate representation of color #E78D6E: hue angle of 15.37º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E78D6E is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 110 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.09 |
| HSL | 15.37º | 0.72% | 0.67% | - |
| HSV(B) | 15.37º | 0.52% | 0.91% | - |
| XYZ | 45.29 | 37.16 | 19.54 | - |
| YUV | 164.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 110 | 0 | 0.39 | 0.52 | 0.09 | 15.37 | 0.72 | 0.67 |
| Hex | E7 | 8D | 6E | 0 | 27 | 34 | 9 | F | 48 | 43 |
| Octal | 347 | 215 | 156 | 0 | 47 | 64 | 11 | 17 | 110 | 103 |
| Binary | 11100111 | 10001101 | 1101110 | 0 | 100111 | 110100 | 1001 | 1111 | 1001000 | 1000011 |
Color Harmonies of #E78D6E
Complementary color
Monochromatic Colors of #E78D6E
Black with #E78D6E
Text Example
Text Example
White with #E78D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D6E; }
p { color: rgb(231,141,110); }
H1.HeaderClassName
{
color: #E78D6E;
}
.AnyTagClassName
{
color: #E78D6E;
}
</style>
background-color css
<style>
a { background-color: #E78D6E; }
a { background-color: rgb(231,141,110); }
div.DivClassName
{
background-color: #E78D6E;
}
.BgClassName
{
background-color: #E78D6E;
}
</style>
border-color css
<style>
span { border-color: #E78D6E; }
span { border-color: rgb(231,141,110); }
td.TdClassName
{
border-color: #E78D6E;
}
.TagClassName
{
border-color: #E78D6E;
}
</style>