Shades of Golden Sand #E6D069
Tints of Golden Sand #E6D069
RGB
CMYK
RGB Variations
Color information
#E6D069 (or 0xE6D069) is known color: Golden Sand. HEX triplet: E6, D0 and 69. RGB value is (230,208,105). Sum of RGB (Red+Green+Blue) = 230+208+105=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D069 is #192F96. Grayscale: #CBCBCB. Windows color (decimal): -1650583 or 6934758. OLE color: 6934758.
HSL color Cylindrical-coordinate representation of color #E6D069: hue angle of 49.44º 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 #E6D069 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 105 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.10 |
| HSL | 49.44º | 0.71% | 0.66% | - |
| HSV(B) | 49.44º | 0.54% | 0.9% | - |
| XYZ | 57.74 | 62.95 | 22.47 | - |
| YUV | 202.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 105 | 0 | 0.10 | 0.54 | 0.10 | 49.44 | 0.71 | 0.66 |
| Hex | E6 | D0 | 69 | 0 | A | 36 | A | 31 | 47 | 42 |
| Octal | 346 | 320 | 151 | 0 | 12 | 66 | 12 | 61 | 107 | 102 |
| Binary | 11100110 | 11010000 | 1101001 | 0 | 1010 | 110110 | 1010 | 110001 | 1000111 | 1000010 |
Color Harmonies of #E6D069
Complementary color
Monochromatic Colors of #E6D069
Black with #E6D069
Text Example
Text Example
White with #E6D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D069; }
p { color: rgb(230,208,105); }
H1.HeaderClassName
{
color: #E6D069;
}
.AnyTagClassName
{
color: #E6D069;
}
</style>
background-color css
<style>
a { background-color: #E6D069; }
a { background-color: rgb(230,208,105); }
div.DivClassName
{
background-color: #E6D069;
}
.BgClassName
{
background-color: #E6D069;
}
</style>
border-color css
<style>
span { border-color: #E6D069; }
span { border-color: rgb(230,208,105); }
td.TdClassName
{
border-color: #E6D069;
}
.TagClassName
{
border-color: #E6D069;
}
</style>