Shades of Dark Salmon #E79A72
Tints of Dark Salmon #E79A72
RGB
CMYK
RGB Variations
Color information
#E79A72 (or 0xE79A72) is known color: Dark Salmon. HEX triplet: E7, 9A and 72. RGB value is (231,154,114). Sum of RGB (Red+Green+Blue) = 231+154+114=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79A72 is #18658D. Grayscale: #ACACAC. Windows color (decimal): -1598862 or 7510759. OLE color: 7510759.
HSL color Cylindrical-coordinate representation of color #E79A72: hue angle of 20.51º 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 #E79A72 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 154 | 114 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.09 |
| HSL | 20.51º | 0.71% | 0.68% | - |
| HSV(B) | 20.51º | 0.51% | 0.91% | - |
| XYZ | 47.55 | 41.32 | 21.39 | - |
| YUV | 172.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 154 | 114 | 0 | 0.33 | 0.51 | 0.09 | 20.51 | 0.71 | 0.68 |
| Hex | E7 | 9A | 72 | 0 | 21 | 33 | 9 | 15 | 47 | 44 |
| Octal | 347 | 232 | 162 | 0 | 41 | 63 | 11 | 25 | 107 | 104 |
| Binary | 11100111 | 10011010 | 1110010 | 0 | 100001 | 110011 | 1001 | 10101 | 1000111 | 1000100 |
Color Harmonies of #E79A72
Complementary color
Monochromatic Colors of #E79A72
Black with #E79A72
Text Example
Text Example
White with #E79A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79A72; }
p { color: rgb(231,154,114); }
H1.HeaderClassName
{
color: #E79A72;
}
.AnyTagClassName
{
color: #E79A72;
}
</style>
background-color css
<style>
a { background-color: #E79A72; }
a { background-color: rgb(231,154,114); }
div.DivClassName
{
background-color: #E79A72;
}
.BgClassName
{
background-color: #E79A72;
}
</style>
border-color css
<style>
span { border-color: #E79A72; }
span { border-color: rgb(231,154,114); }
td.TdClassName
{
border-color: #E79A72;
}
.TagClassName
{
border-color: #E79A72;
}
</style>