Shades of Golden Sand #E1C764
Tints of Golden Sand #E1C764
RGB
CMYK
RGB Variations
Color information
#E1C764 (or 0xE1C764) is known color: Golden Sand. HEX triplet: E1, C7 and 64. RGB value is (225,199,100). Sum of RGB (Red+Green+Blue) = 225+199+100=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C764 is #1E389B. Grayscale: #C3C3C3. Windows color (decimal): -1980572 or 6604769. OLE color: 6604769.
HSL color Cylindrical-coordinate representation of color #E1C764: hue angle of 47.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1C764 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 100 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.12 |
| HSL | 47.52º | 0.68% | 0.64% | - |
| HSV(B) | 47.52º | 0.56% | 0.88% | - |
| XYZ | 53.78 | 57.77 | 20.37 | - |
| YUV | 195.49 | 74.11 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 100 | 0 | 0.12 | 0.56 | 0.12 | 47.52 | 0.68 | 0.64 |
| Hex | E1 | C7 | 64 | 0 | C | 38 | C | 30 | 44 | 40 |
| Octal | 341 | 307 | 144 | 0 | 14 | 70 | 14 | 60 | 104 | 100 |
| Binary | 11100001 | 11000111 | 1100100 | 0 | 1100 | 111000 | 1100 | 110000 | 1000100 | 1000000 |
Color Harmonies of #E1C764
Complementary color
Monochromatic Colors of #E1C764
Black with #E1C764
Text Example
Text Example
White with #E1C764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C764; }
p { color: rgb(225,199,100); }
H1.HeaderClassName
{
color: #E1C764;
}
.AnyTagClassName
{
color: #E1C764;
}
</style>
background-color css
<style>
a { background-color: #E1C764; }
a { background-color: rgb(225,199,100); }
div.DivClassName
{
background-color: #E1C764;
}
.BgClassName
{
background-color: #E1C764;
}
</style>
border-color css
<style>
span { border-color: #E1C764; }
span { border-color: rgb(225,199,100); }
td.TdClassName
{
border-color: #E1C764;
}
.TagClassName
{
border-color: #E1C764;
}
</style>