Shades of Dark Salmon #E69D6D
Tints of Dark Salmon #E69D6D
RGB
CMYK
RGB Variations
Color information
#E69D6D (or 0xE69D6D) is known color: Dark Salmon. HEX triplet: E6, 9D and 6D. RGB value is (230,157,109). Sum of RGB (Red+Green+Blue) = 230+157+109=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69D6D is #196292. Grayscale: #ADADAD. Windows color (decimal): -1663635 or 7183846. OLE color: 7183846.
HSL color Cylindrical-coordinate representation of color #E69D6D: hue angle of 23.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E69D6D is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 109 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.10 |
| HSL | 23.8º | 0.71% | 0.66% | - |
| HSV(B) | 23.8º | 0.53% | 0.9% | - |
| XYZ | 47.45 | 42.04 | 20.08 | - |
| YUV | 173.36 | 91.68 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 109 | 0 | 0.32 | 0.53 | 0.10 | 23.8 | 0.71 | 0.66 |
| Hex | E6 | 9D | 6D | 0 | 20 | 35 | A | 18 | 47 | 42 |
| Octal | 346 | 235 | 155 | 0 | 40 | 65 | 12 | 30 | 107 | 102 |
| Binary | 11100110 | 10011101 | 1101101 | 0 | 100000 | 110101 | 1010 | 11000 | 1000111 | 1000010 |
Color Harmonies of #E69D6D
Complementary color
Monochromatic Colors of #E69D6D
Black with #E69D6D
Text Example
Text Example
White with #E69D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D6D; }
p { color: rgb(230,157,109); }
H1.HeaderClassName
{
color: #E69D6D;
}
.AnyTagClassName
{
color: #E69D6D;
}
</style>
background-color css
<style>
a { background-color: #E69D6D; }
a { background-color: rgb(230,157,109); }
div.DivClassName
{
background-color: #E69D6D;
}
.BgClassName
{
background-color: #E69D6D;
}
</style>
border-color css
<style>
span { border-color: #E69D6D; }
span { border-color: rgb(230,157,109); }
td.TdClassName
{
border-color: #E69D6D;
}
.TagClassName
{
border-color: #E69D6D;
}
</style>