Shades of Dark Salmon #E79282
Tints of Dark Salmon #E79282
RGB
CMYK
RGB Variations
Color information
#E79282 (or 0xE79282) is known color: Dark Salmon. HEX triplet: E7, 92 and 82. RGB value is (231,146,130). Sum of RGB (Red+Green+Blue) = 231+146+130=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E79282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79282 is #186D7D. Grayscale: #A9A9A9. Windows color (decimal): -1600894 or 8557287. OLE color: 8557287.
HSL color Cylindrical-coordinate representation of color #E79282: hue angle of 9.5º 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 #E79282 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 130 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.09 |
| HSL | 9.5º | 0.68% | 0.71% | - |
| HSV(B) | 9.5º | 0.44% | 0.91% | - |
| XYZ | 47.26 | 39.16 | 26.19 | - |
| YUV | 169.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 130 | 0 | 0.37 | 0.44 | 0.09 | 9.5 | 0.68 | 0.71 |
| Hex | E7 | 92 | 82 | 0 | 25 | 2C | 9 | A | 44 | 47 |
| Octal | 347 | 222 | 202 | 0 | 45 | 54 | 11 | 12 | 104 | 107 |
| Binary | 11100111 | 10010010 | 10000010 | 0 | 100101 | 101100 | 1001 | 1010 | 1000100 | 1000111 |
Color Harmonies of #E79282
Complementary color
Monochromatic Colors of #E79282
Black with #E79282
Text Example
Text Example
White with #E79282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79282; }
p { color: rgb(231,146,130); }
H1.HeaderClassName
{
color: #E79282;
}
.AnyTagClassName
{
color: #E79282;
}
</style>
background-color css
<style>
a { background-color: #E79282; }
a { background-color: rgb(231,146,130); }
div.DivClassName
{
background-color: #E79282;
}
.BgClassName
{
background-color: #E79282;
}
</style>
border-color css
<style>
span { border-color: #E79282; }
span { border-color: rgb(231,146,130); }
td.TdClassName
{
border-color: #E79282;
}
.TagClassName
{
border-color: #E79282;
}
</style>