Shades of Dark Salmon #E79880
Tints of Dark Salmon #E79880
RGB
CMYK
RGB Variations
Color information
#E79880 (or 0xE79880) is known color: Dark Salmon. HEX triplet: E7, 98 and 80. RGB value is (231,152,128). Sum of RGB (Red+Green+Blue) = 231+152+128=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E79880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79880 is #18677F. Grayscale: #ADADAD. Windows color (decimal): -1599360 or 8427751. OLE color: 8427751.
HSL color Cylindrical-coordinate representation of color #E79880: hue angle of 13.98º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E79880 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 152 | 128 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.09 |
| HSL | 13.98º | 0.68% | 0.7% | - |
| HSV(B) | 13.98º | 0.45% | 0.91% | - |
| XYZ | 48.08 | 41 | 25.8 | - |
| YUV | 172.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 152 | 128 | 0 | 0.34 | 0.45 | 0.09 | 13.98 | 0.68 | 0.7 |
| Hex | E7 | 98 | 80 | 0 | 22 | 2D | 9 | E | 44 | 46 |
| Octal | 347 | 230 | 200 | 0 | 42 | 55 | 11 | 16 | 104 | 106 |
| Binary | 11100111 | 10011000 | 10000000 | 0 | 100010 | 101101 | 1001 | 1110 | 1000100 | 1000110 |
Color Harmonies of #E79880
Complementary color
Monochromatic Colors of #E79880
Black with #E79880
Text Example
Text Example
White with #E79880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79880; }
p { color: rgb(231,152,128); }
H1.HeaderClassName
{
color: #E79880;
}
.AnyTagClassName
{
color: #E79880;
}
</style>
background-color css
<style>
a { background-color: #E79880; }
a { background-color: rgb(231,152,128); }
div.DivClassName
{
background-color: #E79880;
}
.BgClassName
{
background-color: #E79880;
}
</style>
border-color css
<style>
span { border-color: #E79880; }
span { border-color: rgb(231,152,128); }
td.TdClassName
{
border-color: #E79880;
}
.TagClassName
{
border-color: #E79880;
}
</style>