Shades of Dark Salmon #E79072
Tints of Dark Salmon #E79072
RGB
CMYK
RGB Variations
Color information
#E79072 (or 0xE79072) is known color: Dark Salmon. HEX triplet: E7, 90 and 72. RGB value is (231,144,114). Sum of RGB (Red+Green+Blue) = 231+144+114=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E79072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79072 is #186F8D. Grayscale: #A6A6A6. Windows color (decimal): -1601422 or 7508199. OLE color: 7508199.
HSL color Cylindrical-coordinate representation of color #E79072: hue angle of 15.38º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E79072 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 114 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.09 |
| HSL | 15.38º | 0.71% | 0.68% | - |
| HSV(B) | 15.38º | 0.51% | 0.91% | - |
| XYZ | 45.97 | 38.15 | 20.86 | - |
| YUV | 166.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 114 | 0 | 0.38 | 0.51 | 0.09 | 15.38 | 0.71 | 0.68 |
| Hex | E7 | 90 | 72 | 0 | 26 | 33 | 9 | F | 47 | 44 |
| Octal | 347 | 220 | 162 | 0 | 46 | 63 | 11 | 17 | 107 | 104 |
| Binary | 11100111 | 10010000 | 1110010 | 0 | 100110 | 110011 | 1001 | 1111 | 1000111 | 1000100 |
Color Harmonies of #E79072
Complementary color
Monochromatic Colors of #E79072
Black with #E79072
Text Example
Text Example
White with #E79072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79072; }
p { color: rgb(231,144,114); }
H1.HeaderClassName
{
color: #E79072;
}
.AnyTagClassName
{
color: #E79072;
}
</style>
background-color css
<style>
a { background-color: #E79072; }
a { background-color: rgb(231,144,114); }
div.DivClassName
{
background-color: #E79072;
}
.BgClassName
{
background-color: #E79072;
}
</style>
border-color css
<style>
span { border-color: #E79072; }
span { border-color: rgb(231,144,114); }
td.TdClassName
{
border-color: #E79072;
}
.TagClassName
{
border-color: #E79072;
}
</style>