Shades of Dark Salmon #E6957C
Tints of Dark Salmon #E6957C
RGB
CMYK
RGB Variations
Color information
#E6957C (or 0xE6957C) is known color: Dark Salmon. HEX triplet: E6, 95 and 7C. RGB value is (230,149,124). Sum of RGB (Red+Green+Blue) = 230+149+124=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6957C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6957C is #196A83. Grayscale: #AAAAAA. Windows color (decimal): -1665668 or 8164838. OLE color: 8164838.
HSL color Cylindrical-coordinate representation of color #E6957C: hue angle of 14.15º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6957C is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 124 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.10 |
| HSL | 14.15º | 0.68% | 0.69% | - |
| HSV(B) | 14.15º | 0.46% | 0.9% | - |
| XYZ | 47.02 | 39.77 | 24.27 | - |
| YUV | 170.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 124 | 0 | 0.35 | 0.46 | 0.10 | 14.15 | 0.68 | 0.69 |
| Hex | E6 | 95 | 7C | 0 | 23 | 2E | A | E | 44 | 45 |
| Octal | 346 | 225 | 174 | 0 | 43 | 56 | 12 | 16 | 104 | 105 |
| Binary | 11100110 | 10010101 | 1111100 | 0 | 100011 | 101110 | 1010 | 1110 | 1000100 | 1000101 |
Color Harmonies of #E6957C
Complementary color
Monochromatic Colors of #E6957C
Black with #E6957C
Text Example
Text Example
White with #E6957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6957C; }
p { color: rgb(230,149,124); }
H1.HeaderClassName
{
color: #E6957C;
}
.AnyTagClassName
{
color: #E6957C;
}
</style>
background-color css
<style>
a { background-color: #E6957C; }
a { background-color: rgb(230,149,124); }
div.DivClassName
{
background-color: #E6957C;
}
.BgClassName
{
background-color: #E6957C;
}
</style>
border-color css
<style>
span { border-color: #E6957C; }
span { border-color: rgb(230,149,124); }
td.TdClassName
{
border-color: #E6957C;
}
.TagClassName
{
border-color: #E6957C;
}
</style>