Shades of Golden Sand #E6D06E
Tints of Golden Sand #E6D06E
RGB
CMYK
RGB Variations
Color information
#E6D06E (or 0xE6D06E) is known color: Golden Sand. HEX triplet: E6, D0 and 6E. RGB value is (230,208,110). Sum of RGB (Red+Green+Blue) = 230+208+110=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D06E is #192F91. Grayscale: #CBCBCB. Windows color (decimal): -1650578 or 7262438. OLE color: 7262438.
HSL color Cylindrical-coordinate representation of color #E6D06E: hue angle of 49º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6D06E is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 110 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.10 |
| HSL | 49º | 0.71% | 0.67% | - |
| HSV(B) | 49º | 0.52% | 0.9% | - |
| XYZ | 58 | 63.06 | 23.87 | - |
| YUV | 203.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 110 | 0 | 0.10 | 0.52 | 0.10 | 49 | 0.71 | 0.67 |
| Hex | E6 | D0 | 6E | 0 | A | 34 | A | 31 | 47 | 43 |
| Octal | 346 | 320 | 156 | 0 | 12 | 64 | 12 | 61 | 107 | 103 |
| Binary | 11100110 | 11010000 | 1101110 | 0 | 1010 | 110100 | 1010 | 110001 | 1000111 | 1000011 |
Color Harmonies of #E6D06E
Complementary color
Monochromatic Colors of #E6D06E
Black with #E6D06E
Text Example
Text Example
White with #E6D06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D06E; }
p { color: rgb(230,208,110); }
H1.HeaderClassName
{
color: #E6D06E;
}
.AnyTagClassName
{
color: #E6D06E;
}
</style>
background-color css
<style>
a { background-color: #E6D06E; }
a { background-color: rgb(230,208,110); }
div.DivClassName
{
background-color: #E6D06E;
}
.BgClassName
{
background-color: #E6D06E;
}
</style>
border-color css
<style>
span { border-color: #E6D06E; }
span { border-color: rgb(230,208,110); }
td.TdClassName
{
border-color: #E6D06E;
}
.TagClassName
{
border-color: #E6D06E;
}
</style>