Shades of Golden Sand #E6D662
Tints of Golden Sand #E6D662
RGB
CMYK
RGB Variations
Color information
#E6D662 (or 0xE6D662) is known color: Golden Sand. HEX triplet: E6, D6 and 62. RGB value is (230,214,98). Sum of RGB (Red+Green+Blue) = 230+214+98=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D662 is #19299D. Grayscale: #CECECE. Windows color (decimal): -1649054 or 6477542. OLE color: 6477542.
HSL color Cylindrical-coordinate representation of color #E6D662: hue angle of 52.73º 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 #E6D662 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 98 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.10 |
| HSL | 52.73º | 0.73% | 0.64% | - |
| HSV(B) | 52.73º | 0.57% | 0.9% | - |
| XYZ | 58.88 | 65.8 | 21.15 | - |
| YUV | 205.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 98 | 0 | 0.07 | 0.57 | 0.10 | 52.73 | 0.73 | 0.64 |
| Hex | E6 | D6 | 62 | 0 | 7 | 39 | A | 35 | 49 | 40 |
| Octal | 346 | 326 | 142 | 0 | 7 | 71 | 12 | 65 | 111 | 100 |
| Binary | 11100110 | 11010110 | 1100010 | 0 | 111 | 111001 | 1010 | 110101 | 1001001 | 1000000 |
Color Harmonies of #E6D662
Complementary color
Monochromatic Colors of #E6D662
Black with #E6D662
Text Example
Text Example
White with #E6D662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D662; }
p { color: rgb(230,214,98); }
H1.HeaderClassName
{
color: #E6D662;
}
.AnyTagClassName
{
color: #E6D662;
}
</style>
background-color css
<style>
a { background-color: #E6D662; }
a { background-color: rgb(230,214,98); }
div.DivClassName
{
background-color: #E6D662;
}
.BgClassName
{
background-color: #E6D662;
}
</style>
border-color css
<style>
span { border-color: #E6D662; }
span { border-color: rgb(230,214,98); }
td.TdClassName
{
border-color: #E6D662;
}
.TagClassName
{
border-color: #E6D662;
}
</style>