Shades of Dark Salmon #E69E6F
Tints of Dark Salmon #E69E6F
RGB
CMYK
RGB Variations
Color information
#E69E6F (or 0xE69E6F) is known color: Dark Salmon. HEX triplet: E6, 9E and 6F. RGB value is (230,158,111). Sum of RGB (Red+Green+Blue) = 230+158+111=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69E6F is #196190. Grayscale: #AEAEAE. Windows color (decimal): -1663377 or 7315174. OLE color: 7315174.
HSL color Cylindrical-coordinate representation of color #E69E6F: hue angle of 23.7º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E69E6F is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 111 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.10 |
| HSL | 23.7º | 0.7% | 0.67% | - |
| HSV(B) | 23.7º | 0.52% | 0.9% | - |
| XYZ | 47.73 | 42.42 | 20.71 | - |
| YUV | 174.17 | 92.35 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 111 | 0 | 0.31 | 0.52 | 0.10 | 23.7 | 0.7 | 0.67 |
| Hex | E6 | 9E | 6F | 0 | 1F | 34 | A | 18 | 46 | 43 |
| Octal | 346 | 236 | 157 | 0 | 37 | 64 | 12 | 30 | 106 | 103 |
| Binary | 11100110 | 10011110 | 1101111 | 0 | 11111 | 110100 | 1010 | 11000 | 1000110 | 1000011 |
Color Harmonies of #E69E6F
Complementary color
Monochromatic Colors of #E69E6F
Black with #E69E6F
Text Example
Text Example
White with #E69E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E6F; }
p { color: rgb(230,158,111); }
H1.HeaderClassName
{
color: #E69E6F;
}
.AnyTagClassName
{
color: #E69E6F;
}
</style>
background-color css
<style>
a { background-color: #E69E6F; }
a { background-color: rgb(230,158,111); }
div.DivClassName
{
background-color: #E69E6F;
}
.BgClassName
{
background-color: #E69E6F;
}
</style>
border-color css
<style>
span { border-color: #E69E6F; }
span { border-color: rgb(230,158,111); }
td.TdClassName
{
border-color: #E69E6F;
}
.TagClassName
{
border-color: #E69E6F;
}
</style>