Shades of Golden Sand #E6C66C
Tints of Golden Sand #E6C66C
RGB
CMYK
RGB Variations
Color information
#E6C66C (or 0xE6C66C) is known color: Golden Sand. HEX triplet: E6, C6 and 6C. RGB value is (230,198,108). Sum of RGB (Red+Green+Blue) = 230+198+108=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C66C is #193993. Grayscale: #C5C5C5. Windows color (decimal): -1653140 or 7128806. OLE color: 7128806.
HSL color Cylindrical-coordinate representation of color #E6C66C: hue angle of 44.26º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6C66C is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 108 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.10 |
| HSL | 44.26º | 0.71% | 0.66% | - |
| HSV(B) | 44.26º | 0.53% | 0.9% | - |
| XYZ | 55.53 | 58.29 | 22.51 | - |
| YUV | 197.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 108 | 0 | 0.14 | 0.53 | 0.10 | 44.26 | 0.71 | 0.66 |
| Hex | E6 | C6 | 6C | 0 | E | 35 | A | 2C | 47 | 42 |
| Octal | 346 | 306 | 154 | 0 | 16 | 65 | 12 | 54 | 107 | 102 |
| Binary | 11100110 | 11000110 | 1101100 | 0 | 1110 | 110101 | 1010 | 101100 | 1000111 | 1000010 |
Color Harmonies of #E6C66C
Complementary color
Monochromatic Colors of #E6C66C
Black with #E6C66C
Text Example
Text Example
White with #E6C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C66C; }
p { color: rgb(230,198,108); }
H1.HeaderClassName
{
color: #E6C66C;
}
.AnyTagClassName
{
color: #E6C66C;
}
</style>
background-color css
<style>
a { background-color: #E6C66C; }
a { background-color: rgb(230,198,108); }
div.DivClassName
{
background-color: #E6C66C;
}
.BgClassName
{
background-color: #E6C66C;
}
</style>
border-color css
<style>
span { border-color: #E6C66C; }
span { border-color: rgb(230,198,108); }
td.TdClassName
{
border-color: #E6C66C;
}
.TagClassName
{
border-color: #E6C66C;
}
</style>