Shades of Golden Sand #E2C861
Tints of Golden Sand #E2C861
RGB
CMYK
RGB Variations
Color information
#E2C861 (or 0xE2C861) is known color: Golden Sand. HEX triplet: E2, C8 and 61. RGB value is (226,200,97). Sum of RGB (Red+Green+Blue) = 226+200+97=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 97 (38.28% from 255 or 18.55% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C861 is #1D379E. Grayscale: #C4C4C4. Windows color (decimal): -1914783 or 6408418. OLE color: 6408418.
HSL color Cylindrical-coordinate representation of color #E2C861: hue angle of 47.91º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2C861 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 97 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.11 |
| HSL | 47.91º | 0.69% | 0.63% | - |
| HSV(B) | 47.91º | 0.57% | 0.89% | - |
| XYZ | 54.18 | 58.34 | 19.71 | - |
| YUV | 196.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 97 | 0 | 0.12 | 0.57 | 0.11 | 47.91 | 0.69 | 0.63 |
| Hex | E2 | C8 | 61 | 0 | C | 39 | B | 30 | 45 | 3F |
| Octal | 342 | 310 | 141 | 0 | 14 | 71 | 13 | 60 | 105 | 77 |
| Binary | 11100010 | 11001000 | 1100001 | 0 | 1100 | 111001 | 1011 | 110000 | 1000101 | 111111 |
Color Harmonies of #E2C861
Complementary color
Monochromatic Colors of #E2C861
Black with #E2C861
Text Example
Text Example
White with #E2C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C861; }
p { color: rgb(226,200,97); }
H1.HeaderClassName
{
color: #E2C861;
}
.AnyTagClassName
{
color: #E2C861;
}
</style>
background-color css
<style>
a { background-color: #E2C861; }
a { background-color: rgb(226,200,97); }
div.DivClassName
{
background-color: #E2C861;
}
.BgClassName
{
background-color: #E2C861;
}
</style>
border-color css
<style>
span { border-color: #E2C861; }
span { border-color: rgb(226,200,97); }
td.TdClassName
{
border-color: #E2C861;
}
.TagClassName
{
border-color: #E2C861;
}
</style>