Shades of Dark Salmon #E7907C
Tints of Dark Salmon #E7907C
RGB
CMYK
RGB Variations
Color information
#E7907C (or 0xE7907C) is known color: Dark Salmon. HEX triplet: E7, 90 and 7C. RGB value is (231,144,124). Sum of RGB (Red+Green+Blue) = 231+144+124=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7907C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7907C is #186F83. Grayscale: #A7A7A7. Windows color (decimal): -1601412 or 8163559. OLE color: 8163559.
HSL color Cylindrical-coordinate representation of color #E7907C: hue angle of 11.21º 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 #E7907C is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 124 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.09 |
| HSL | 11.21º | 0.69% | 0.7% | - |
| HSV(B) | 11.21º | 0.46% | 0.91% | - |
| XYZ | 46.57 | 38.39 | 24.02 | - |
| YUV | 167.73 | 103.32 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 124 | 0 | 0.38 | 0.46 | 0.09 | 11.21 | 0.69 | 0.7 |
| Hex | E7 | 90 | 7C | 0 | 26 | 2E | 9 | B | 45 | 46 |
| Octal | 347 | 220 | 174 | 0 | 46 | 56 | 11 | 13 | 105 | 106 |
| Binary | 11100111 | 10010000 | 1111100 | 0 | 100110 | 101110 | 1001 | 1011 | 1000101 | 1000110 |
Color Harmonies of #E7907C
Complementary color
Monochromatic Colors of #E7907C
Black with #E7907C
Text Example
Text Example
White with #E7907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7907C; }
p { color: rgb(231,144,124); }
H1.HeaderClassName
{
color: #E7907C;
}
.AnyTagClassName
{
color: #E7907C;
}
</style>
background-color css
<style>
a { background-color: #E7907C; }
a { background-color: rgb(231,144,124); }
div.DivClassName
{
background-color: #E7907C;
}
.BgClassName
{
background-color: #E7907C;
}
</style>
border-color css
<style>
span { border-color: #E7907C; }
span { border-color: rgb(231,144,124); }
td.TdClassName
{
border-color: #E7907C;
}
.TagClassName
{
border-color: #E7907C;
}
</style>