Shades of Dark Salmon #E79080
Tints of Dark Salmon #E79080
RGB
CMYK
RGB Variations
Color information
#E79080 (or 0xE79080) is known color: Dark Salmon. HEX triplet: E7, 90 and 80. RGB value is (231,144,128). Sum of RGB (Red+Green+Blue) = 231+144+128=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E79080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79080 is #186F7F. Grayscale: #A8A8A8. Windows color (decimal): -1601408 or 8425703. OLE color: 8425703.
HSL color Cylindrical-coordinate representation of color #E79080: hue angle of 9.32º 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 #E79080 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 128 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.09 |
| HSL | 9.32º | 0.68% | 0.7% | - |
| HSV(B) | 9.32º | 0.45% | 0.91% | - |
| XYZ | 46.82 | 38.49 | 25.38 | - |
| YUV | 168.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 128 | 0 | 0.38 | 0.45 | 0.09 | 9.32 | 0.68 | 0.7 |
| Hex | E7 | 90 | 80 | 0 | 26 | 2D | 9 | 9 | 44 | 46 |
| Octal | 347 | 220 | 200 | 0 | 46 | 55 | 11 | 11 | 104 | 106 |
| Binary | 11100111 | 10010000 | 10000000 | 0 | 100110 | 101101 | 1001 | 1001 | 1000100 | 1000110 |
Color Harmonies of #E79080
Complementary color
Monochromatic Colors of #E79080
Black with #E79080
Text Example
Text Example
White with #E79080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79080; }
p { color: rgb(231,144,128); }
H1.HeaderClassName
{
color: #E79080;
}
.AnyTagClassName
{
color: #E79080;
}
</style>
background-color css
<style>
a { background-color: #E79080; }
a { background-color: rgb(231,144,128); }
div.DivClassName
{
background-color: #E79080;
}
.BgClassName
{
background-color: #E79080;
}
</style>
border-color css
<style>
span { border-color: #E79080; }
span { border-color: rgb(231,144,128); }
td.TdClassName
{
border-color: #E79080;
}
.TagClassName
{
border-color: #E79080;
}
</style>