Shades of Dark Salmon #E78D70
Tints of Dark Salmon #E78D70
RGB
CMYK
RGB Variations
Color information
#E78D70 (or 0xE78D70) is known color: Dark Salmon. HEX triplet: E7, 8D and 70. RGB value is (231,141,112). Sum of RGB (Red+Green+Blue) = 231+141+112=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D70 is #18728F. Grayscale: #A4A4A4. Windows color (decimal): -1602192 or 7376359. OLE color: 7376359.
HSL color Cylindrical-coordinate representation of color #E78D70: hue angle of 14.62º degrees, saturation: 0.71, 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 #E78D70 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 112 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.09 |
| HSL | 14.62º | 0.71% | 0.67% | - |
| HSV(B) | 14.62º | 0.52% | 0.91% | - |
| XYZ | 45.4 | 37.21 | 20.12 | - |
| YUV | 164.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 112 | 0 | 0.39 | 0.52 | 0.09 | 14.62 | 0.71 | 0.67 |
| Hex | E7 | 8D | 70 | 0 | 27 | 34 | 9 | F | 47 | 43 |
| Octal | 347 | 215 | 160 | 0 | 47 | 64 | 11 | 17 | 107 | 103 |
| Binary | 11100111 | 10001101 | 1110000 | 0 | 100111 | 110100 | 1001 | 1111 | 1000111 | 1000011 |
Color Harmonies of #E78D70
Complementary color
Monochromatic Colors of #E78D70
Black with #E78D70
Text Example
Text Example
White with #E78D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D70; }
p { color: rgb(231,141,112); }
H1.HeaderClassName
{
color: #E78D70;
}
.AnyTagClassName
{
color: #E78D70;
}
</style>
background-color css
<style>
a { background-color: #E78D70; }
a { background-color: rgb(231,141,112); }
div.DivClassName
{
background-color: #E78D70;
}
.BgClassName
{
background-color: #E78D70;
}
</style>
border-color css
<style>
span { border-color: #E78D70; }
span { border-color: rgb(231,141,112); }
td.TdClassName
{
border-color: #E78D70;
}
.TagClassName
{
border-color: #E78D70;
}
</style>