Shades of Golden Sand #E5C861
Tints of Golden Sand #E5C861
RGB
CMYK
RGB Variations
Color information
#E5C861 (or 0xE5C861) is known color: Golden Sand. HEX triplet: E5, C8 and 61. RGB value is (229,200,97). Sum of RGB (Red+Green+Blue) = 229+200+97=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C861 is #1A379E. Grayscale: #C5C5C5. Windows color (decimal): -1718175 or 6408421. OLE color: 6408421.
HSL color Cylindrical-coordinate representation of color #E5C861: hue angle of 46.82º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5C861 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 97 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.10 |
| HSL | 46.82º | 0.72% | 0.64% | - |
| HSV(B) | 46.82º | 0.58% | 0.9% | - |
| XYZ | 55.13 | 58.83 | 19.76 | - |
| YUV | 196.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 97 | 0 | 0.13 | 0.58 | 0.10 | 46.82 | 0.72 | 0.64 |
| Hex | E5 | C8 | 61 | 0 | D | 3A | A | 2F | 48 | 40 |
| Octal | 345 | 310 | 141 | 0 | 15 | 72 | 12 | 57 | 110 | 100 |
| Binary | 11100101 | 11001000 | 1100001 | 0 | 1101 | 111010 | 1010 | 101111 | 1001000 | 1000000 |
Color Harmonies of #E5C861
Complementary color
Monochromatic Colors of #E5C861
Black with #E5C861
Text Example
Text Example
White with #E5C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C861; }
p { color: rgb(229,200,97); }
H1.HeaderClassName
{
color: #E5C861;
}
.AnyTagClassName
{
color: #E5C861;
}
</style>
background-color css
<style>
a { background-color: #E5C861; }
a { background-color: rgb(229,200,97); }
div.DivClassName
{
background-color: #E5C861;
}
.BgClassName
{
background-color: #E5C861;
}
</style>
border-color css
<style>
span { border-color: #E5C861; }
span { border-color: rgb(229,200,97); }
td.TdClassName
{
border-color: #E5C861;
}
.TagClassName
{
border-color: #E5C861;
}
</style>