Shades of Golden Sand #E2C863
Tints of Golden Sand #E2C863
RGB
CMYK
RGB Variations
Color information
#E2C863 (or 0xE2C863) is known color: Golden Sand. HEX triplet: E2, C8 and 63. RGB value is (226,200,99). Sum of RGB (Red+Green+Blue) = 226+200+99=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C863 is #1D379C. Grayscale: #C4C4C4. Windows color (decimal): -1914781 or 6539490. OLE color: 6539490.
HSL color Cylindrical-coordinate representation of color #E2C863: hue angle of 47.72º degrees, saturation: 0.69, 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 #E2C863 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 99 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.11 |
| HSL | 47.72º | 0.69% | 0.64% | - |
| HSV(B) | 47.72º | 0.56% | 0.89% | - |
| XYZ | 54.27 | 58.38 | 20.21 | - |
| YUV | 196.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 99 | 0 | 0.12 | 0.56 | 0.11 | 47.72 | 0.69 | 0.64 |
| Hex | E2 | C8 | 63 | 0 | C | 38 | B | 30 | 45 | 40 |
| Octal | 342 | 310 | 143 | 0 | 14 | 70 | 13 | 60 | 105 | 100 |
| Binary | 11100010 | 11001000 | 1100011 | 0 | 1100 | 111000 | 1011 | 110000 | 1000101 | 1000000 |
Color Harmonies of #E2C863
Complementary color
Monochromatic Colors of #E2C863
Black with #E2C863
Text Example
Text Example
White with #E2C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C863; }
p { color: rgb(226,200,99); }
H1.HeaderClassName
{
color: #E2C863;
}
.AnyTagClassName
{
color: #E2C863;
}
</style>
background-color css
<style>
a { background-color: #E2C863; }
a { background-color: rgb(226,200,99); }
div.DivClassName
{
background-color: #E2C863;
}
.BgClassName
{
background-color: #E2C863;
}
</style>
border-color css
<style>
span { border-color: #E2C863; }
span { border-color: rgb(226,200,99); }
td.TdClassName
{
border-color: #E2C863;
}
.TagClassName
{
border-color: #E2C863;
}
</style>