Shades of Golden Sand #E8D966
Tints of Golden Sand #E8D966
RGB
CMYK
RGB Variations
Color information
#E8D966 (or 0xE8D966) is known color: Golden Sand. HEX triplet: E8, D9 and 66. RGB value is (232,217,102). Sum of RGB (Red+Green+Blue) = 232+217+102=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D966 is #172699. Grayscale: #D0D0D0. Windows color (decimal): -1517210 or 6740456. OLE color: 6740456.
HSL color Cylindrical-coordinate representation of color #E8D966: hue angle of 53.08º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8D966 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 102 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.09 |
| HSL | 53.08º | 0.74% | 0.65% | - |
| HSV(B) | 53.08º | 0.56% | 0.91% | - |
| XYZ | 60.49 | 67.74 | 22.46 | - |
| YUV | 208.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 102 | 0 | 0.06 | 0.56 | 0.09 | 53.08 | 0.74 | 0.65 |
| Hex | E8 | D9 | 66 | 0 | 6 | 38 | 9 | 35 | 4A | 41 |
| Octal | 350 | 331 | 146 | 0 | 6 | 70 | 11 | 65 | 112 | 101 |
| Binary | 11101000 | 11011001 | 1100110 | 0 | 110 | 111000 | 1001 | 110101 | 1001010 | 1000001 |
Color Harmonies of #E8D966
Complementary color
Monochromatic Colors of #E8D966
Black with #E8D966
Text Example
Text Example
White with #E8D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D966; }
p { color: rgb(232,217,102); }
H1.HeaderClassName
{
color: #E8D966;
}
.AnyTagClassName
{
color: #E8D966;
}
</style>
background-color css
<style>
a { background-color: #E8D966; }
a { background-color: rgb(232,217,102); }
div.DivClassName
{
background-color: #E8D966;
}
.BgClassName
{
background-color: #E8D966;
}
</style>
border-color css
<style>
span { border-color: #E8D966; }
span { border-color: rgb(232,217,102); }
td.TdClassName
{
border-color: #E8D966;
}
.TagClassName
{
border-color: #E8D966;
}
</style>