Shades of Dark Salmon #E7906F
Tints of Dark Salmon #E7906F
RGB
CMYK
RGB Variations
Color information
#E7906F (or 0xE7906F) is known color: Dark Salmon. HEX triplet: E7, 90 and 6F. RGB value is (231,144,111). Sum of RGB (Red+Green+Blue) = 231+144+111=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7906F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7906F is #186F90. Grayscale: #A6A6A6. Windows color (decimal): -1601425 or 7311591. OLE color: 7311591.
HSL color Cylindrical-coordinate representation of color #E7906F: hue angle of 16.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7906F is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 111 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.09 |
| HSL | 16.5º | 0.71% | 0.67% | - |
| HSV(B) | 16.5º | 0.52% | 0.91% | - |
| XYZ | 45.8 | 38.08 | 19.98 | - |
| YUV | 166.25 | 96.82 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 111 | 0 | 0.38 | 0.52 | 0.09 | 16.5 | 0.71 | 0.67 |
| Hex | E7 | 90 | 6F | 0 | 26 | 34 | 9 | 10 | 47 | 43 |
| Octal | 347 | 220 | 157 | 0 | 46 | 64 | 11 | 20 | 107 | 103 |
| Binary | 11100111 | 10010000 | 1101111 | 0 | 100110 | 110100 | 1001 | 10000 | 1000111 | 1000011 |
Color Harmonies of #E7906F
Complementary color
Monochromatic Colors of #E7906F
Black with #E7906F
Text Example
Text Example
White with #E7906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7906F; }
p { color: rgb(231,144,111); }
H1.HeaderClassName
{
color: #E7906F;
}
.AnyTagClassName
{
color: #E7906F;
}
</style>
background-color css
<style>
a { background-color: #E7906F; }
a { background-color: rgb(231,144,111); }
div.DivClassName
{
background-color: #E7906F;
}
.BgClassName
{
background-color: #E7906F;
}
</style>
border-color css
<style>
span { border-color: #E7906F; }
span { border-color: rgb(231,144,111); }
td.TdClassName
{
border-color: #E7906F;
}
.TagClassName
{
border-color: #E7906F;
}
</style>