Shades of Dark Salmon #E7937C
Tints of Dark Salmon #E7937C
RGB
CMYK
RGB Variations
Color information
#E7937C (or 0xE7937C) is known color: Dark Salmon. HEX triplet: E7, 93 and 7C. RGB value is (231,147,124). Sum of RGB (Red+Green+Blue) = 231+147+124=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E7937C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7937C is #186C83. Grayscale: #A9A9A9. Windows color (decimal): -1600644 or 8164327. OLE color: 8164327.
HSL color Cylindrical-coordinate representation of color #E7937C: hue angle of 12.9º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7937C is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 124 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.09 |
| HSL | 12.9º | 0.69% | 0.7% | - |
| HSV(B) | 12.9º | 0.46% | 0.91% | - |
| XYZ | 47.03 | 39.31 | 24.18 | - |
| YUV | 169.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 124 | 0 | 0.36 | 0.46 | 0.09 | 12.9 | 0.69 | 0.7 |
| Hex | E7 | 93 | 7C | 0 | 24 | 2E | 9 | D | 45 | 46 |
| Octal | 347 | 223 | 174 | 0 | 44 | 56 | 11 | 15 | 105 | 106 |
| Binary | 11100111 | 10010011 | 1111100 | 0 | 100100 | 101110 | 1001 | 1101 | 1000101 | 1000110 |
Color Harmonies of #E7937C
Complementary color
Monochromatic Colors of #E7937C
Black with #E7937C
Text Example
Text Example
White with #E7937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7937C; }
p { color: rgb(231,147,124); }
H1.HeaderClassName
{
color: #E7937C;
}
.AnyTagClassName
{
color: #E7937C;
}
</style>
background-color css
<style>
a { background-color: #E7937C; }
a { background-color: rgb(231,147,124); }
div.DivClassName
{
background-color: #E7937C;
}
.BgClassName
{
background-color: #E7937C;
}
</style>
border-color css
<style>
span { border-color: #E7937C; }
span { border-color: rgb(231,147,124); }
td.TdClassName
{
border-color: #E7937C;
}
.TagClassName
{
border-color: #E7937C;
}
</style>