Shades of Dark Salmon #E79871
Tints of Dark Salmon #E79871
RGB
CMYK
RGB Variations
Color information
#E79871 (or 0xE79871) is known color: Dark Salmon. HEX triplet: E7, 98 and 71. RGB value is (231,152,113). Sum of RGB (Red+Green+Blue) = 231+152+113=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E79871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79871 is #18678E. Grayscale: #ABABAB. Windows color (decimal): -1599375 or 7444711. OLE color: 7444711.
HSL color Cylindrical-coordinate representation of color #E79871: hue angle of 19.83º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E79871 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 113 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.09 |
| HSL | 19.83º | 0.71% | 0.67% | - |
| HSV(B) | 19.83º | 0.51% | 0.91% | - |
| XYZ | 47.16 | 40.64 | 20.98 | - |
| YUV | 171.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 113 | 0 | 0.34 | 0.51 | 0.09 | 19.83 | 0.71 | 0.67 |
| Hex | E7 | 98 | 71 | 0 | 22 | 33 | 9 | 14 | 47 | 43 |
| Octal | 347 | 230 | 161 | 0 | 42 | 63 | 11 | 24 | 107 | 103 |
| Binary | 11100111 | 10011000 | 1110001 | 0 | 100010 | 110011 | 1001 | 10100 | 1000111 | 1000011 |
Color Harmonies of #E79871
Complementary color
Monochromatic Colors of #E79871
Black with #E79871
Text Example
Text Example
White with #E79871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79871; }
p { color: rgb(231,152,113); }
H1.HeaderClassName
{
color: #E79871;
}
.AnyTagClassName
{
color: #E79871;
}
</style>
background-color css
<style>
a { background-color: #E79871; }
a { background-color: rgb(231,152,113); }
div.DivClassName
{
background-color: #E79871;
}
.BgClassName
{
background-color: #E79871;
}
</style>
border-color css
<style>
span { border-color: #E79871; }
span { border-color: rgb(231,152,113); }
td.TdClassName
{
border-color: #E79871;
}
.TagClassName
{
border-color: #E79871;
}
</style>