Shades of Golden Sand #E6C86C
Tints of Golden Sand #E6C86C
RGB
CMYK
RGB Variations
Color information
#E6C86C (or 0xE6C86C) is known color: Golden Sand. HEX triplet: E6, C8 and 6C. RGB value is (230,200,108). Sum of RGB (Red+Green+Blue) = 230+200+108=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C86C is #193793. Grayscale: #C6C6C6. Windows color (decimal): -1652628 or 7129318. OLE color: 7129318.
HSL color Cylindrical-coordinate representation of color #E6C86C: hue angle of 45.25º 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 #E6C86C is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 108 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.10 |
| HSL | 45.25º | 0.71% | 0.66% | - |
| HSV(B) | 45.25º | 0.53% | 0.9% | - |
| XYZ | 55.99 | 59.21 | 22.67 | - |
| YUV | 198.48 | 76.94 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 108 | 0 | 0.13 | 0.53 | 0.10 | 45.25 | 0.71 | 0.66 |
| Hex | E6 | C8 | 6C | 0 | D | 35 | A | 2D | 47 | 42 |
| Octal | 346 | 310 | 154 | 0 | 15 | 65 | 12 | 55 | 107 | 102 |
| Binary | 11100110 | 11001000 | 1101100 | 0 | 1101 | 110101 | 1010 | 101101 | 1000111 | 1000010 |
Color Harmonies of #E6C86C
Complementary color
Monochromatic Colors of #E6C86C
Black with #E6C86C
Text Example
Text Example
White with #E6C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C86C; }
p { color: rgb(230,200,108); }
H1.HeaderClassName
{
color: #E6C86C;
}
.AnyTagClassName
{
color: #E6C86C;
}
</style>
background-color css
<style>
a { background-color: #E6C86C; }
a { background-color: rgb(230,200,108); }
div.DivClassName
{
background-color: #E6C86C;
}
.BgClassName
{
background-color: #E6C86C;
}
</style>
border-color css
<style>
span { border-color: #E6C86C; }
span { border-color: rgb(230,200,108); }
td.TdClassName
{
border-color: #E6C86C;
}
.TagClassName
{
border-color: #E6C86C;
}
</style>