Shades of Golden Sand #E6C668
Tints of Golden Sand #E6C668
RGB
CMYK
RGB Variations
Color information
#E6C668 (or 0xE6C668) is known color: Golden Sand. HEX triplet: E6, C6 and 68. RGB value is (230,198,104). Sum of RGB (Red+Green+Blue) = 230+198+104=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C668 is #193997. Grayscale: #C5C5C5. Windows color (decimal): -1653144 or 6866662. OLE color: 6866662.
HSL color Cylindrical-coordinate representation of color #E6C668: hue angle of 44.76º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6C668 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 104 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.10 |
| HSL | 44.76º | 0.72% | 0.65% | - |
| HSV(B) | 44.76º | 0.55% | 0.9% | - |
| XYZ | 55.33 | 58.21 | 21.42 | - |
| YUV | 196.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 104 | 0 | 0.14 | 0.55 | 0.10 | 44.76 | 0.72 | 0.65 |
| Hex | E6 | C6 | 68 | 0 | E | 37 | A | 2D | 48 | 41 |
| Octal | 346 | 306 | 150 | 0 | 16 | 67 | 12 | 55 | 110 | 101 |
| Binary | 11100110 | 11000110 | 1101000 | 0 | 1110 | 110111 | 1010 | 101101 | 1001000 | 1000001 |
Color Harmonies of #E6C668
Complementary color
Monochromatic Colors of #E6C668
Black with #E6C668
Text Example
Text Example
White with #E6C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C668; }
p { color: rgb(230,198,104); }
H1.HeaderClassName
{
color: #E6C668;
}
.AnyTagClassName
{
color: #E6C668;
}
</style>
background-color css
<style>
a { background-color: #E6C668; }
a { background-color: rgb(230,198,104); }
div.DivClassName
{
background-color: #E6C668;
}
.BgClassName
{
background-color: #E6C668;
}
</style>
border-color css
<style>
span { border-color: #E6C668; }
span { border-color: rgb(230,198,104); }
td.TdClassName
{
border-color: #E6C668;
}
.TagClassName
{
border-color: #E6C668;
}
</style>