Shades of Golden Sand #E2C763
Tints of Golden Sand #E2C763
RGB
CMYK
RGB Variations
Color information
#E2C763 (or 0xE2C763) is known color: Golden Sand. HEX triplet: E2, C7 and 63. RGB value is (226,199,99). Sum of RGB (Red+Green+Blue) = 226+199+99=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C763 is #1D389C. Grayscale: #C4C4C4. Windows color (decimal): -1915037 or 6539234. OLE color: 6539234.
HSL color Cylindrical-coordinate representation of color #E2C763: hue angle of 47.24º 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 #E2C763 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 199 | 99 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.11 |
| HSL | 47.24º | 0.69% | 0.64% | - |
| HSV(B) | 47.24º | 0.56% | 0.89% | - |
| XYZ | 54.04 | 57.92 | 20.14 | - |
| YUV | 195.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 99 | 0 | 0.12 | 0.56 | 0.11 | 47.24 | 0.69 | 0.64 |
| Hex | E2 | C7 | 63 | 0 | C | 38 | B | 2F | 45 | 40 |
| Octal | 342 | 307 | 143 | 0 | 14 | 70 | 13 | 57 | 105 | 100 |
| Binary | 11100010 | 11000111 | 1100011 | 0 | 1100 | 111000 | 1011 | 101111 | 1000101 | 1000000 |
Color Harmonies of #E2C763
Complementary color
Monochromatic Colors of #E2C763
Black with #E2C763
Text Example
Text Example
White with #E2C763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C763; }
p { color: rgb(226,199,99); }
H1.HeaderClassName
{
color: #E2C763;
}
.AnyTagClassName
{
color: #E2C763;
}
</style>
background-color css
<style>
a { background-color: #E2C763; }
a { background-color: rgb(226,199,99); }
div.DivClassName
{
background-color: #E2C763;
}
.BgClassName
{
background-color: #E2C763;
}
</style>
border-color css
<style>
span { border-color: #E2C763; }
span { border-color: rgb(226,199,99); }
td.TdClassName
{
border-color: #E2C763;
}
.TagClassName
{
border-color: #E2C763;
}
</style>