Shades of Golden Sand #E6D866
Tints of Golden Sand #E6D866
RGB
CMYK
RGB Variations
Color information
#E6D866 (or 0xE6D866) is known color: Golden Sand. HEX triplet: E6, D8 and 66. RGB value is (230,216,102). Sum of RGB (Red+Green+Blue) = 230+216+102=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D866 is #192799. Grayscale: #CFCFCF. Windows color (decimal): -1648538 or 6740198. OLE color: 6740198.
HSL color Cylindrical-coordinate representation of color #E6D866: hue angle of 53.44º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6D866 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 102 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.10 |
| HSL | 53.44º | 0.72% | 0.65% | - |
| HSV(B) | 53.44º | 0.56% | 0.9% | - |
| XYZ | 59.59 | 66.89 | 22.34 | - |
| YUV | 207.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 102 | 0 | 0.06 | 0.56 | 0.10 | 53.44 | 0.72 | 0.65 |
| Hex | E6 | D8 | 66 | 0 | 6 | 38 | A | 35 | 48 | 41 |
| Octal | 346 | 330 | 146 | 0 | 6 | 70 | 12 | 65 | 110 | 101 |
| Binary | 11100110 | 11011000 | 1100110 | 0 | 110 | 111000 | 1010 | 110101 | 1001000 | 1000001 |
Color Harmonies of #E6D866
Complementary color
Monochromatic Colors of #E6D866
Black with #E6D866
Text Example
Text Example
White with #E6D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D866; }
p { color: rgb(230,216,102); }
H1.HeaderClassName
{
color: #E6D866;
}
.AnyTagClassName
{
color: #E6D866;
}
</style>
background-color css
<style>
a { background-color: #E6D866; }
a { background-color: rgb(230,216,102); }
div.DivClassName
{
background-color: #E6D866;
}
.BgClassName
{
background-color: #E6D866;
}
</style>
border-color css
<style>
span { border-color: #E6D866; }
span { border-color: rgb(230,216,102); }
td.TdClassName
{
border-color: #E6D866;
}
.TagClassName
{
border-color: #E6D866;
}
</style>