Shades of Golden Sand #E2CE64
Tints of Golden Sand #E2CE64
RGB
CMYK
RGB Variations
Color information
#E2CE64 (or 0xE2CE64) is known color: Golden Sand. HEX triplet: E2, CE and 64. RGB value is (226,206,100). Sum of RGB (Red+Green+Blue) = 226+206+100=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE64 is #1D319B. Grayscale: #C8C8C8. Windows color (decimal): -1913244 or 6606562. OLE color: 6606562.
HSL color Cylindrical-coordinate representation of color #E2CE64: hue angle of 50.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2CE64 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 100 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.11 |
| HSL | 50.48º | 0.68% | 0.64% | - |
| HSV(B) | 50.48º | 0.56% | 0.89% | - |
| XYZ | 55.74 | 61.23 | 20.94 | - |
| YUV | 199.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 100 | 0 | 0.09 | 0.56 | 0.11 | 50.48 | 0.68 | 0.64 |
| Hex | E2 | CE | 64 | 0 | 9 | 38 | B | 32 | 44 | 40 |
| Octal | 342 | 316 | 144 | 0 | 11 | 70 | 13 | 62 | 104 | 100 |
| Binary | 11100010 | 11001110 | 1100100 | 0 | 1001 | 111000 | 1011 | 110010 | 1000100 | 1000000 |
Color Harmonies of #E2CE64
Complementary color
Monochromatic Colors of #E2CE64
Black with #E2CE64
Text Example
Text Example
White with #E2CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE64; }
p { color: rgb(226,206,100); }
H1.HeaderClassName
{
color: #E2CE64;
}
.AnyTagClassName
{
color: #E2CE64;
}
</style>
background-color css
<style>
a { background-color: #E2CE64; }
a { background-color: rgb(226,206,100); }
div.DivClassName
{
background-color: #E2CE64;
}
.BgClassName
{
background-color: #E2CE64;
}
</style>
border-color css
<style>
span { border-color: #E2CE64; }
span { border-color: rgb(226,206,100); }
td.TdClassName
{
border-color: #E2CE64;
}
.TagClassName
{
border-color: #E2CE64;
}
</style>