Shades of Golden Sand #E2CE65
Tints of Golden Sand #E2CE65
RGB
CMYK
RGB Variations
Color information
#E2CE65 (or 0xE2CE65) is known color: Golden Sand. HEX triplet: E2, CE and 65. RGB value is (226,206,101). Sum of RGB (Red+Green+Blue) = 226+206+101=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE65 is #1D319A. Grayscale: #C8C8C8. Windows color (decimal): -1913243 or 6672098. OLE color: 6672098.
HSL color Cylindrical-coordinate representation of color #E2CE65: hue angle of 50.4º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2CE65 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 101 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.11 |
| HSL | 50.4º | 0.68% | 0.64% | - |
| HSV(B) | 50.4º | 0.55% | 0.89% | - |
| XYZ | 55.78 | 61.25 | 21.19 | - |
| YUV | 200.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 101 | 0 | 0.09 | 0.55 | 0.11 | 50.4 | 0.68 | 0.64 |
| Hex | E2 | CE | 65 | 0 | 9 | 37 | B | 32 | 44 | 40 |
| Octal | 342 | 316 | 145 | 0 | 11 | 67 | 13 | 62 | 104 | 100 |
| Binary | 11100010 | 11001110 | 1100101 | 0 | 1001 | 110111 | 1011 | 110010 | 1000100 | 1000000 |
Color Harmonies of #E2CE65
Complementary color
Monochromatic Colors of #E2CE65
Black with #E2CE65
Text Example
Text Example
White with #E2CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE65; }
p { color: rgb(226,206,101); }
H1.HeaderClassName
{
color: #E2CE65;
}
.AnyTagClassName
{
color: #E2CE65;
}
</style>
background-color css
<style>
a { background-color: #E2CE65; }
a { background-color: rgb(226,206,101); }
div.DivClassName
{
background-color: #E2CE65;
}
.BgClassName
{
background-color: #E2CE65;
}
</style>
border-color css
<style>
span { border-color: #E2CE65; }
span { border-color: rgb(226,206,101); }
td.TdClassName
{
border-color: #E2CE65;
}
.TagClassName
{
border-color: #E2CE65;
}
</style>