Shades of Golden Sand #E8D664
Tints of Golden Sand #E8D664
RGB
CMYK
RGB Variations
Color information
#E8D664 (or 0xE8D664) is known color: Golden Sand. HEX triplet: E8, D6 and 64. RGB value is (232,214,100). Sum of RGB (Red+Green+Blue) = 232+214+100=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D664 is #17299B. Grayscale: #CECECE. Windows color (decimal): -1517980 or 6608616. OLE color: 6608616.
HSL color Cylindrical-coordinate representation of color #E8D664: hue angle of 51.82º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E8D664 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 100 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.09 |
| HSL | 51.82º | 0.74% | 0.65% | - |
| HSV(B) | 51.82º | 0.57% | 0.91% | - |
| XYZ | 59.63 | 66.17 | 21.69 | - |
| YUV | 206.39 | 67.96 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 100 | 0 | 0.08 | 0.57 | 0.09 | 51.82 | 0.74 | 0.65 |
| Hex | E8 | D6 | 64 | 0 | 8 | 39 | 9 | 34 | 4A | 41 |
| Octal | 350 | 326 | 144 | 0 | 10 | 71 | 11 | 64 | 112 | 101 |
| Binary | 11101000 | 11010110 | 1100100 | 0 | 1000 | 111001 | 1001 | 110100 | 1001010 | 1000001 |
Color Harmonies of #E8D664
Complementary color
Monochromatic Colors of #E8D664
Black with #E8D664
Text Example
Text Example
White with #E8D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D664; }
p { color: rgb(232,214,100); }
H1.HeaderClassName
{
color: #E8D664;
}
.AnyTagClassName
{
color: #E8D664;
}
</style>
background-color css
<style>
a { background-color: #E8D664; }
a { background-color: rgb(232,214,100); }
div.DivClassName
{
background-color: #E8D664;
}
.BgClassName
{
background-color: #E8D664;
}
</style>
border-color css
<style>
span { border-color: #E8D664; }
span { border-color: rgb(232,214,100); }
td.TdClassName
{
border-color: #E8D664;
}
.TagClassName
{
border-color: #E8D664;
}
</style>