Shades of Golden Sand #E6C768
Tints of Golden Sand #E6C768
RGB
CMYK
RGB Variations
Color information
#E6C768 (or 0xE6C768) is known color: Golden Sand. HEX triplet: E6, C7 and 68. RGB value is (230,199,104). Sum of RGB (Red+Green+Blue) = 230+199+104=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C768 is #193897. Grayscale: #C5C5C5. Windows color (decimal): -1652888 or 6866918. OLE color: 6866918.
HSL color Cylindrical-coordinate representation of color #E6C768: hue angle of 45.24º 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 #E6C768 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 104 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.10 |
| HSL | 45.24º | 0.72% | 0.65% | - |
| HSV(B) | 45.24º | 0.55% | 0.9% | - |
| XYZ | 55.56 | 58.67 | 21.49 | - |
| YUV | 197.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 104 | 0 | 0.13 | 0.55 | 0.10 | 45.24 | 0.72 | 0.65 |
| Hex | E6 | C7 | 68 | 0 | D | 37 | A | 2D | 48 | 41 |
| Octal | 346 | 307 | 150 | 0 | 15 | 67 | 12 | 55 | 110 | 101 |
| Binary | 11100110 | 11000111 | 1101000 | 0 | 1101 | 110111 | 1010 | 101101 | 1001000 | 1000001 |
Color Harmonies of #E6C768
Complementary color
Monochromatic Colors of #E6C768
Black with #E6C768
Text Example
Text Example
White with #E6C768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C768; }
p { color: rgb(230,199,104); }
H1.HeaderClassName
{
color: #E6C768;
}
.AnyTagClassName
{
color: #E6C768;
}
</style>
background-color css
<style>
a { background-color: #E6C768; }
a { background-color: rgb(230,199,104); }
div.DivClassName
{
background-color: #E6C768;
}
.BgClassName
{
background-color: #E6C768;
}
</style>
border-color css
<style>
span { border-color: #E6C768; }
span { border-color: rgb(230,199,104); }
td.TdClassName
{
border-color: #E6C768;
}
.TagClassName
{
border-color: #E6C768;
}
</style>