Shades of Dark Salmon #E7937B
Tints of Dark Salmon #E7937B
RGB
CMYK
RGB Variations
Color information
#E7937B (or 0xE7937B) is known color: Dark Salmon. HEX triplet: E7, 93 and 7B. RGB value is (231,147,123). Sum of RGB (Red+Green+Blue) = 231+147+123=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E7937B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7937B is #186C84. Grayscale: #A9A9A9. Windows color (decimal): -1600645 or 8098791. OLE color: 8098791.
HSL color Cylindrical-coordinate representation of color #E7937B: hue angle of 13.33º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7937B is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 123 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.09 |
| HSL | 13.33º | 0.69% | 0.69% | - |
| HSV(B) | 13.33º | 0.47% | 0.91% | - |
| XYZ | 46.96 | 39.29 | 23.85 | - |
| YUV | 169.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 123 | 0 | 0.36 | 0.47 | 0.09 | 13.33 | 0.69 | 0.69 |
| Hex | E7 | 93 | 7B | 0 | 24 | 2F | 9 | D | 45 | 45 |
| Octal | 347 | 223 | 173 | 0 | 44 | 57 | 11 | 15 | 105 | 105 |
| Binary | 11100111 | 10010011 | 1111011 | 0 | 100100 | 101111 | 1001 | 1101 | 1000101 | 1000101 |
Color Harmonies of #E7937B
Complementary color
Monochromatic Colors of #E7937B
Black with #E7937B
Text Example
Text Example
White with #E7937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7937B; }
p { color: rgb(231,147,123); }
H1.HeaderClassName
{
color: #E7937B;
}
.AnyTagClassName
{
color: #E7937B;
}
</style>
background-color css
<style>
a { background-color: #E7937B; }
a { background-color: rgb(231,147,123); }
div.DivClassName
{
background-color: #E7937B;
}
.BgClassName
{
background-color: #E7937B;
}
</style>
border-color css
<style>
span { border-color: #E7937B; }
span { border-color: rgb(231,147,123); }
td.TdClassName
{
border-color: #E7937B;
}
.TagClassName
{
border-color: #E7937B;
}
</style>