Shades of Golden Sand #E6C662
Tints of Golden Sand #E6C662
RGB
CMYK
RGB Variations
Color information
#E6C662 (or 0xE6C662) is known color: Golden Sand. HEX triplet: E6, C6 and 62. RGB value is (230,198,98). Sum of RGB (Red+Green+Blue) = 230+198+98=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C662 is #19399D. Grayscale: #C4C4C4. Windows color (decimal): -1653150 or 6473446. OLE color: 6473446.
HSL color Cylindrical-coordinate representation of color #E6C662: hue angle of 45.45º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6C662 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 98 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.10 |
| HSL | 45.45º | 0.73% | 0.64% | - |
| HSV(B) | 45.45º | 0.57% | 0.9% | - |
| XYZ | 55.03 | 58.09 | 19.87 | - |
| YUV | 196.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 98 | 0 | 0.14 | 0.57 | 0.10 | 45.45 | 0.73 | 0.64 |
| Hex | E6 | C6 | 62 | 0 | E | 39 | A | 2D | 49 | 40 |
| Octal | 346 | 306 | 142 | 0 | 16 | 71 | 12 | 55 | 111 | 100 |
| Binary | 11100110 | 11000110 | 1100010 | 0 | 1110 | 111001 | 1010 | 101101 | 1001001 | 1000000 |
Color Harmonies of #E6C662
Complementary color
Monochromatic Colors of #E6C662
Black with #E6C662
Text Example
Text Example
White with #E6C662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C662; }
p { color: rgb(230,198,98); }
H1.HeaderClassName
{
color: #E6C662;
}
.AnyTagClassName
{
color: #E6C662;
}
</style>
background-color css
<style>
a { background-color: #E6C662; }
a { background-color: rgb(230,198,98); }
div.DivClassName
{
background-color: #E6C662;
}
.BgClassName
{
background-color: #E6C662;
}
</style>
border-color css
<style>
span { border-color: #E6C662; }
span { border-color: rgb(230,198,98); }
td.TdClassName
{
border-color: #E6C662;
}
.TagClassName
{
border-color: #E6C662;
}
</style>