Shades of Dark Salmon #E6917D
Tints of Dark Salmon #E6917D
RGB
CMYK
RGB Variations
Color information
#E6917D (or 0xE6917D) is known color: Dark Salmon. HEX triplet: E6, 91 and 7D. RGB value is (230,145,125). Sum of RGB (Red+Green+Blue) = 230+145+125=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6917D is #196E82. Grayscale: #A8A8A8. Windows color (decimal): -1666691 or 8229350. OLE color: 8229350.
HSL color Cylindrical-coordinate representation of color #E6917D: hue angle of 11.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6917D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 125 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.10 |
| HSL | 11.43º | 0.68% | 0.7% | - |
| HSV(B) | 11.43º | 0.46% | 0.9% | - |
| XYZ | 46.46 | 38.55 | 24.4 | - |
| YUV | 168.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 125 | 0 | 0.37 | 0.46 | 0.10 | 11.43 | 0.68 | 0.7 |
| Hex | E6 | 91 | 7D | 0 | 25 | 2E | A | B | 44 | 46 |
| Octal | 346 | 221 | 175 | 0 | 45 | 56 | 12 | 13 | 104 | 106 |
| Binary | 11100110 | 10010001 | 1111101 | 0 | 100101 | 101110 | 1010 | 1011 | 1000100 | 1000110 |
Color Harmonies of #E6917D
Complementary color
Monochromatic Colors of #E6917D
Black with #E6917D
Text Example
Text Example
White with #E6917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6917D; }
p { color: rgb(230,145,125); }
H1.HeaderClassName
{
color: #E6917D;
}
.AnyTagClassName
{
color: #E6917D;
}
</style>
background-color css
<style>
a { background-color: #E6917D; }
a { background-color: rgb(230,145,125); }
div.DivClassName
{
background-color: #E6917D;
}
.BgClassName
{
background-color: #E6917D;
}
</style>
border-color css
<style>
span { border-color: #E6917D; }
span { border-color: rgb(230,145,125); }
td.TdClassName
{
border-color: #E6917D;
}
.TagClassName
{
border-color: #E6917D;
}
</style>