Shades of Golden Sand #E5CE64
Tints of Golden Sand #E5CE64
RGB
CMYK
RGB Variations
Color information
#E5CE64 (or 0xE5CE64) is known color: Golden Sand. HEX triplet: E5, CE and 64. RGB value is (229,206,100). Sum of RGB (Red+Green+Blue) = 229+206+100=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CE64 is #1A319B. Grayscale: #C9C9C9. Windows color (decimal): -1716636 or 6606565. OLE color: 6606565.
HSL color Cylindrical-coordinate representation of color #E5CE64: hue angle of 49.3º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5CE64 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 100 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.10 |
| HSL | 49.3º | 0.71% | 0.65% | - |
| HSV(B) | 49.3º | 0.56% | 0.9% | - |
| XYZ | 56.68 | 61.72 | 20.98 | - |
| YUV | 200.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 100 | 0 | 0.10 | 0.56 | 0.10 | 49.3 | 0.71 | 0.65 |
| Hex | E5 | CE | 64 | 0 | A | 38 | A | 31 | 47 | 41 |
| Octal | 345 | 316 | 144 | 0 | 12 | 70 | 12 | 61 | 107 | 101 |
| Binary | 11100101 | 11001110 | 1100100 | 0 | 1010 | 111000 | 1010 | 110001 | 1000111 | 1000001 |
Color Harmonies of #E5CE64
Complementary color
Monochromatic Colors of #E5CE64
Black with #E5CE64
Text Example
Text Example
White with #E5CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE64; }
p { color: rgb(229,206,100); }
H1.HeaderClassName
{
color: #E5CE64;
}
.AnyTagClassName
{
color: #E5CE64;
}
</style>
background-color css
<style>
a { background-color: #E5CE64; }
a { background-color: rgb(229,206,100); }
div.DivClassName
{
background-color: #E5CE64;
}
.BgClassName
{
background-color: #E5CE64;
}
</style>
border-color css
<style>
span { border-color: #E5CE64; }
span { border-color: rgb(229,206,100); }
td.TdClassName
{
border-color: #E5CE64;
}
.TagClassName
{
border-color: #E5CE64;
}
</style>