Shades of Golden Sand #E2C662
Tints of Golden Sand #E2C662
RGB
CMYK
RGB Variations
Color information
#E2C662 (or 0xE2C662) is known color: Golden Sand. HEX triplet: E2, C6 and 62. RGB value is (226,198,98). Sum of RGB (Red+Green+Blue) = 226+198+98=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C662 is #1D399D. Grayscale: #C3C3C3. Windows color (decimal): -1915294 or 6473442. OLE color: 6473442.
HSL color Cylindrical-coordinate representation of color #E2C662: hue angle of 46.88º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2C662 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 198 | 98 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.11 |
| HSL | 46.88º | 0.69% | 0.64% | - |
| HSV(B) | 46.88º | 0.57% | 0.89% | - |
| XYZ | 53.76 | 57.44 | 19.81 | - |
| YUV | 194.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 98 | 0 | 0.12 | 0.57 | 0.11 | 46.88 | 0.69 | 0.64 |
| Hex | E2 | C6 | 62 | 0 | C | 39 | B | 2F | 45 | 40 |
| Octal | 342 | 306 | 142 | 0 | 14 | 71 | 13 | 57 | 105 | 100 |
| Binary | 11100010 | 11000110 | 1100010 | 0 | 1100 | 111001 | 1011 | 101111 | 1000101 | 1000000 |
Color Harmonies of #E2C662
Complementary color
Monochromatic Colors of #E2C662
Black with #E2C662
Text Example
Text Example
White with #E2C662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C662; }
p { color: rgb(226,198,98); }
H1.HeaderClassName
{
color: #E2C662;
}
.AnyTagClassName
{
color: #E2C662;
}
</style>
background-color css
<style>
a { background-color: #E2C662; }
a { background-color: rgb(226,198,98); }
div.DivClassName
{
background-color: #E2C662;
}
.BgClassName
{
background-color: #E2C662;
}
</style>
border-color css
<style>
span { border-color: #E2C662; }
span { border-color: rgb(226,198,98); }
td.TdClassName
{
border-color: #E2C662;
}
.TagClassName
{
border-color: #E2C662;
}
</style>