Shades of Dark Salmon #E6A06F
Tints of Dark Salmon #E6A06F
RGB
CMYK
RGB Variations
Color information
#E6A06F (or 0xE6A06F) is known color: Dark Salmon. HEX triplet: E6, A0 and 6F. RGB value is (230,160,111). Sum of RGB (Red+Green+Blue) = 230+160+111=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A06F is #195F90. Grayscale: #AFAFAF. Windows color (decimal): -1662865 or 7315686. OLE color: 7315686.
HSL color Cylindrical-coordinate representation of color #E6A06F: hue angle of 24.71º 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 #E6A06F is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 111 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.10 |
| HSL | 24.71º | 0.7% | 0.67% | - |
| HSV(B) | 24.71º | 0.52% | 0.9% | - |
| XYZ | 48.07 | 43.11 | 20.83 | - |
| YUV | 175.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 111 | 0 | 0.30 | 0.52 | 0.10 | 24.71 | 0.7 | 0.67 |
| Hex | E6 | A0 | 6F | 0 | 1E | 34 | A | 19 | 46 | 43 |
| Octal | 346 | 240 | 157 | 0 | 36 | 64 | 12 | 31 | 106 | 103 |
| Binary | 11100110 | 10100000 | 1101111 | 0 | 11110 | 110100 | 1010 | 11001 | 1000110 | 1000011 |
Color Harmonies of #E6A06F
Complementary color
Monochromatic Colors of #E6A06F
Black with #E6A06F
Text Example
Text Example
White with #E6A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A06F; }
p { color: rgb(230,160,111); }
H1.HeaderClassName
{
color: #E6A06F;
}
.AnyTagClassName
{
color: #E6A06F;
}
</style>
background-color css
<style>
a { background-color: #E6A06F; }
a { background-color: rgb(230,160,111); }
div.DivClassName
{
background-color: #E6A06F;
}
.BgClassName
{
background-color: #E6A06F;
}
</style>
border-color css
<style>
span { border-color: #E6A06F; }
span { border-color: rgb(230,160,111); }
td.TdClassName
{
border-color: #E6A06F;
}
.TagClassName
{
border-color: #E6A06F;
}
</style>