Shades of Golden Sand #E1CF64
Tints of Golden Sand #E1CF64
RGB
CMYK
RGB Variations
Color information
#E1CF64 (or 0xE1CF64) is known color: Golden Sand. HEX triplet: E1, CF and 64. RGB value is (225,207,100). Sum of RGB (Red+Green+Blue) = 225+207+100=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF64 is #1E309B. Grayscale: #C8C8C8. Windows color (decimal): -1978524 or 6606817. OLE color: 6606817.
HSL color Cylindrical-coordinate representation of color #E1CF64: hue angle of 51.36º 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 #E1CF64 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 100 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.12 |
| HSL | 51.36º | 0.68% | 0.64% | - |
| HSV(B) | 51.36º | 0.56% | 0.88% | - |
| XYZ | 55.66 | 61.55 | 21 | - |
| YUV | 200.18 | 71.46 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 100 | 0 | 0.08 | 0.56 | 0.12 | 51.36 | 0.68 | 0.64 |
| Hex | E1 | CF | 64 | 0 | 8 | 38 | C | 33 | 44 | 40 |
| Octal | 341 | 317 | 144 | 0 | 10 | 70 | 14 | 63 | 104 | 100 |
| Binary | 11100001 | 11001111 | 1100100 | 0 | 1000 | 111000 | 1100 | 110011 | 1000100 | 1000000 |
Color Harmonies of #E1CF64
Complementary color
Monochromatic Colors of #E1CF64
Black with #E1CF64
Text Example
Text Example
White with #E1CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF64; }
p { color: rgb(225,207,100); }
H1.HeaderClassName
{
color: #E1CF64;
}
.AnyTagClassName
{
color: #E1CF64;
}
</style>
background-color css
<style>
a { background-color: #E1CF64; }
a { background-color: rgb(225,207,100); }
div.DivClassName
{
background-color: #E1CF64;
}
.BgClassName
{
background-color: #E1CF64;
}
</style>
border-color css
<style>
span { border-color: #E1CF64; }
span { border-color: rgb(225,207,100); }
td.TdClassName
{
border-color: #E1CF64;
}
.TagClassName
{
border-color: #E1CF64;
}
</style>