Shades of Golden Sand #E3C763
Tints of Golden Sand #E3C763
RGB
CMYK
RGB Variations
Color information
#E3C763 (or 0xE3C763) is known color: Golden Sand. HEX triplet: E3, C7 and 63. RGB value is (227,199,99). Sum of RGB (Red+Green+Blue) = 227+199+99=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C763 is #1C389C. Grayscale: #C4C4C4. Windows color (decimal): -1849501 or 6539235. OLE color: 6539235.
HSL color Cylindrical-coordinate representation of color #E3C763: hue angle of 46.88º degrees, saturation: 0.7, 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 #E3C763 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 199 | 99 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.11 |
| HSL | 46.88º | 0.7% | 0.64% | - |
| HSV(B) | 46.88º | 0.56% | 0.89% | - |
| XYZ | 54.35 | 58.08 | 20.15 | - |
| YUV | 195.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 99 | 0 | 0.12 | 0.56 | 0.11 | 46.88 | 0.7 | 0.64 |
| Hex | E3 | C7 | 63 | 0 | C | 38 | B | 2F | 46 | 40 |
| Octal | 343 | 307 | 143 | 0 | 14 | 70 | 13 | 57 | 106 | 100 |
| Binary | 11100011 | 11000111 | 1100011 | 0 | 1100 | 111000 | 1011 | 101111 | 1000110 | 1000000 |
Color Harmonies of #E3C763
Complementary color
Monochromatic Colors of #E3C763
Black with #E3C763
Text Example
Text Example
White with #E3C763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C763; }
p { color: rgb(227,199,99); }
H1.HeaderClassName
{
color: #E3C763;
}
.AnyTagClassName
{
color: #E3C763;
}
</style>
background-color css
<style>
a { background-color: #E3C763; }
a { background-color: rgb(227,199,99); }
div.DivClassName
{
background-color: #E3C763;
}
.BgClassName
{
background-color: #E3C763;
}
</style>
border-color css
<style>
span { border-color: #E3C763; }
span { border-color: rgb(227,199,99); }
td.TdClassName
{
border-color: #E3C763;
}
.TagClassName
{
border-color: #E3C763;
}
</style>