Shades of Dark Salmon #E69E7D
Tints of Dark Salmon #E69E7D
RGB
CMYK
RGB Variations
Color information
#E69E7D (or 0xE69E7D) is known color: Dark Salmon. HEX triplet: E6, 9E and 7D. RGB value is (230,158,125). Sum of RGB (Red+Green+Blue) = 230+158+125=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69E7D is #196182. Grayscale: #AFAFAF. Windows color (decimal): -1663363 or 8232678. OLE color: 8232678.
HSL color Cylindrical-coordinate representation of color #E69E7D: hue angle of 18.86º 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 #E69E7D is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 125 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.10 |
| HSL | 18.86º | 0.68% | 0.7% | - |
| HSV(B) | 18.86º | 0.46% | 0.9% | - |
| XYZ | 48.56 | 42.76 | 25.1 | - |
| YUV | 175.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 125 | 0 | 0.31 | 0.46 | 0.10 | 18.86 | 0.68 | 0.7 |
| Hex | E6 | 9E | 7D | 0 | 1F | 2E | A | 13 | 44 | 46 |
| Octal | 346 | 236 | 175 | 0 | 37 | 56 | 12 | 23 | 104 | 106 |
| Binary | 11100110 | 10011110 | 1111101 | 0 | 11111 | 101110 | 1010 | 10011 | 1000100 | 1000110 |
Color Harmonies of #E69E7D
Complementary color
Monochromatic Colors of #E69E7D
Black with #E69E7D
Text Example
Text Example
White with #E69E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E7D; }
p { color: rgb(230,158,125); }
H1.HeaderClassName
{
color: #E69E7D;
}
.AnyTagClassName
{
color: #E69E7D;
}
</style>
background-color css
<style>
a { background-color: #E69E7D; }
a { background-color: rgb(230,158,125); }
div.DivClassName
{
background-color: #E69E7D;
}
.BgClassName
{
background-color: #E69E7D;
}
</style>
border-color css
<style>
span { border-color: #E69E7D; }
span { border-color: rgb(230,158,125); }
td.TdClassName
{
border-color: #E69E7D;
}
.TagClassName
{
border-color: #E69E7D;
}
</style>