Shades of Dark Salmon #E79082
Tints of Dark Salmon #E79082
RGB
CMYK
RGB Variations
Color information
#E79082 (or 0xE79082) is known color: Dark Salmon. HEX triplet: E7, 90 and 82. RGB value is (231,144,130). Sum of RGB (Red+Green+Blue) = 231+144+130=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E79082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79082 is #186F7D. Grayscale: #A8A8A8. Windows color (decimal): -1601406 or 8556775. OLE color: 8556775.
HSL color Cylindrical-coordinate representation of color #E79082: hue angle of 8.32º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E79082 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 130 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.09 |
| HSL | 8.32º | 0.68% | 0.71% | - |
| HSV(B) | 8.32º | 0.44% | 0.91% | - |
| XYZ | 46.96 | 38.55 | 26.08 | - |
| YUV | 168.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 130 | 0 | 0.38 | 0.44 | 0.09 | 8.32 | 0.68 | 0.71 |
| Hex | E7 | 90 | 82 | 0 | 26 | 2C | 9 | 8 | 44 | 47 |
| Octal | 347 | 220 | 202 | 0 | 46 | 54 | 11 | 10 | 104 | 107 |
| Binary | 11100111 | 10010000 | 10000010 | 0 | 100110 | 101100 | 1001 | 1000 | 1000100 | 1000111 |
Color Harmonies of #E79082
Complementary color
Monochromatic Colors of #E79082
Black with #E79082
Text Example
Text Example
White with #E79082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79082; }
p { color: rgb(231,144,130); }
H1.HeaderClassName
{
color: #E79082;
}
.AnyTagClassName
{
color: #E79082;
}
</style>
background-color css
<style>
a { background-color: #E79082; }
a { background-color: rgb(231,144,130); }
div.DivClassName
{
background-color: #E79082;
}
.BgClassName
{
background-color: #E79082;
}
</style>
border-color css
<style>
span { border-color: #E79082; }
span { border-color: rgb(231,144,130); }
td.TdClassName
{
border-color: #E79082;
}
.TagClassName
{
border-color: #E79082;
}
</style>