Shades of Dark Salmon #E78C70
Tints of Dark Salmon #E78C70
RGB
CMYK
RGB Variations
Color information
#E78C70 (or 0xE78C70) is known color: Dark Salmon. HEX triplet: E7, 8C and 70. RGB value is (231,140,112). Sum of RGB (Red+Green+Blue) = 231+140+112=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C70 is #18738F. Grayscale: #A4A4A4. Windows color (decimal): -1602448 or 7376103. OLE color: 7376103.
HSL color Cylindrical-coordinate representation of color #E78C70: hue angle of 14.12º 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 #E78C70 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 140 | 112 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.09 |
| HSL | 14.12º | 0.71% | 0.67% | - |
| HSV(B) | 14.12º | 0.52% | 0.91% | - |
| XYZ | 45.26 | 36.91 | 20.07 | - |
| YUV | 164.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 140 | 112 | 0 | 0.39 | 0.52 | 0.09 | 14.12 | 0.71 | 0.67 |
| Hex | E7 | 8C | 70 | 0 | 27 | 34 | 9 | E | 47 | 43 |
| Octal | 347 | 214 | 160 | 0 | 47 | 64 | 11 | 16 | 107 | 103 |
| Binary | 11100111 | 10001100 | 1110000 | 0 | 100111 | 110100 | 1001 | 1110 | 1000111 | 1000011 |
Color Harmonies of #E78C70
Complementary color
Monochromatic Colors of #E78C70
Black with #E78C70
Text Example
Text Example
White with #E78C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78C70; }
p { color: rgb(231,140,112); }
H1.HeaderClassName
{
color: #E78C70;
}
.AnyTagClassName
{
color: #E78C70;
}
</style>
background-color css
<style>
a { background-color: #E78C70; }
a { background-color: rgb(231,140,112); }
div.DivClassName
{
background-color: #E78C70;
}
.BgClassName
{
background-color: #E78C70;
}
</style>
border-color css
<style>
span { border-color: #E78C70; }
span { border-color: rgb(231,140,112); }
td.TdClassName
{
border-color: #E78C70;
}
.TagClassName
{
border-color: #E78C70;
}
</style>