Shades of Golden Sand #E2CF64
Tints of Golden Sand #E2CF64
RGB
CMYK
RGB Variations
Color information
#E2CF64 (or 0xE2CF64) is known color: Golden Sand. HEX triplet: E2, CF and 64. RGB value is (226,207,100). Sum of RGB (Red+Green+Blue) = 226+207+100=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CF64 is #1D309B. Grayscale: #C8C8C8. Windows color (decimal): -1912988 or 6606818. OLE color: 6606818.
HSL color Cylindrical-coordinate representation of color #E2CF64: hue angle of 50.95º 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 #E2CF64 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 100 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.11 |
| HSL | 50.95º | 0.68% | 0.64% | - |
| HSV(B) | 50.95º | 0.56% | 0.89% | - |
| XYZ | 55.98 | 61.71 | 21.02 | - |
| YUV | 200.48 | 71.29 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 100 | 0 | 0.08 | 0.56 | 0.11 | 50.95 | 0.68 | 0.64 |
| Hex | E2 | CF | 64 | 0 | 8 | 38 | B | 33 | 44 | 40 |
| Octal | 342 | 317 | 144 | 0 | 10 | 70 | 13 | 63 | 104 | 100 |
| Binary | 11100010 | 11001111 | 1100100 | 0 | 1000 | 111000 | 1011 | 110011 | 1000100 | 1000000 |
Color Harmonies of #E2CF64
Complementary color
Monochromatic Colors of #E2CF64
Black with #E2CF64
Text Example
Text Example
White with #E2CF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF64; }
p { color: rgb(226,207,100); }
H1.HeaderClassName
{
color: #E2CF64;
}
.AnyTagClassName
{
color: #E2CF64;
}
</style>
background-color css
<style>
a { background-color: #E2CF64; }
a { background-color: rgb(226,207,100); }
div.DivClassName
{
background-color: #E2CF64;
}
.BgClassName
{
background-color: #E2CF64;
}
</style>
border-color css
<style>
span { border-color: #E2CF64; }
span { border-color: rgb(226,207,100); }
td.TdClassName
{
border-color: #E2CF64;
}
.TagClassName
{
border-color: #E2CF64;
}
</style>