Shades of Golden Sand #E1D066
Tints of Golden Sand #E1D066
RGB
CMYK
RGB Variations
Color information
#E1D066 (or 0xE1D066) is known color: Golden Sand. HEX triplet: E1, D0 and 66. RGB value is (225,208,102). Sum of RGB (Red+Green+Blue) = 225+208+102=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D066 is #1E2F99. Grayscale: #C9C9C9. Windows color (decimal): -1978266 or 6738145. OLE color: 6738145.
HSL color Cylindrical-coordinate representation of color #E1D066: hue angle of 51.71º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1D066 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 102 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.12 |
| HSL | 51.71º | 0.67% | 0.64% | - |
| HSV(B) | 51.71º | 0.55% | 0.88% | - |
| XYZ | 56.01 | 62.08 | 21.6 | - |
| YUV | 201 | 72.13 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 102 | 0 | 0.08 | 0.55 | 0.12 | 51.71 | 0.67 | 0.64 |
| Hex | E1 | D0 | 66 | 0 | 8 | 37 | C | 34 | 43 | 40 |
| Octal | 341 | 320 | 146 | 0 | 10 | 67 | 14 | 64 | 103 | 100 |
| Binary | 11100001 | 11010000 | 1100110 | 0 | 1000 | 110111 | 1100 | 110100 | 1000011 | 1000000 |
Color Harmonies of #E1D066
Complementary color
Monochromatic Colors of #E1D066
Black with #E1D066
Text Example
Text Example
White with #E1D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D066; }
p { color: rgb(225,208,102); }
H1.HeaderClassName
{
color: #E1D066;
}
.AnyTagClassName
{
color: #E1D066;
}
</style>
background-color css
<style>
a { background-color: #E1D066; }
a { background-color: rgb(225,208,102); }
div.DivClassName
{
background-color: #E1D066;
}
.BgClassName
{
background-color: #E1D066;
}
</style>
border-color css
<style>
span { border-color: #E1D066; }
span { border-color: rgb(225,208,102); }
td.TdClassName
{
border-color: #E1D066;
}
.TagClassName
{
border-color: #E1D066;
}
</style>