Shades of Golden Sand #E6D06A
Tints of Golden Sand #E6D06A
RGB
CMYK
RGB Variations
Color information
#E6D06A (or 0xE6D06A) is known color: Golden Sand. HEX triplet: E6, D0 and 6A. RGB value is (230,208,106). Sum of RGB (Red+Green+Blue) = 230+208+106=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D06A is #192F95. Grayscale: #CBCBCB. Windows color (decimal): -1650582 or 7000294. OLE color: 7000294.
HSL color Cylindrical-coordinate representation of color #E6D06A: hue angle of 49.35º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6D06A is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 106 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.10 |
| HSL | 49.35º | 0.71% | 0.66% | - |
| HSV(B) | 49.35º | 0.54% | 0.9% | - |
| XYZ | 57.79 | 62.98 | 22.75 | - |
| YUV | 202.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 106 | 0 | 0.10 | 0.54 | 0.10 | 49.35 | 0.71 | 0.66 |
| Hex | E6 | D0 | 6A | 0 | A | 36 | A | 31 | 47 | 42 |
| Octal | 346 | 320 | 152 | 0 | 12 | 66 | 12 | 61 | 107 | 102 |
| Binary | 11100110 | 11010000 | 1101010 | 0 | 1010 | 110110 | 1010 | 110001 | 1000111 | 1000010 |
Color Harmonies of #E6D06A
Complementary color
Monochromatic Colors of #E6D06A
Black with #E6D06A
Text Example
Text Example
White with #E6D06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D06A; }
p { color: rgb(230,208,106); }
H1.HeaderClassName
{
color: #E6D06A;
}
.AnyTagClassName
{
color: #E6D06A;
}
</style>
background-color css
<style>
a { background-color: #E6D06A; }
a { background-color: rgb(230,208,106); }
div.DivClassName
{
background-color: #E6D06A;
}
.BgClassName
{
background-color: #E6D06A;
}
</style>
border-color css
<style>
span { border-color: #E6D06A; }
span { border-color: rgb(230,208,106); }
td.TdClassName
{
border-color: #E6D06A;
}
.TagClassName
{
border-color: #E6D06A;
}
</style>