Shades of Golden Sand #E7C66A
Tints of Golden Sand #E7C66A
RGB
CMYK
RGB Variations
Color information
#E7C66A (or 0xE7C66A) is known color: Golden Sand. HEX triplet: E7, C6 and 6A. RGB value is (231,198,106). Sum of RGB (Red+Green+Blue) = 231+198+106=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C66A is #183995. Grayscale: #C5C5C5. Windows color (decimal): -1587606 or 6997735. OLE color: 6997735.
HSL color Cylindrical-coordinate representation of color #E7C66A: hue angle of 44.16º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7C66A is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 198 | 106 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.09 |
| HSL | 44.16º | 0.72% | 0.66% | - |
| HSV(B) | 44.16º | 0.54% | 0.91% | - |
| XYZ | 55.75 | 58.42 | 21.97 | - |
| YUV | 197.38 | 76.43 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 198 | 106 | 0 | 0.14 | 0.54 | 0.09 | 44.16 | 0.72 | 0.66 |
| Hex | E7 | C6 | 6A | 0 | E | 36 | 9 | 2C | 48 | 42 |
| Octal | 347 | 306 | 152 | 0 | 16 | 66 | 11 | 54 | 110 | 102 |
| Binary | 11100111 | 11000110 | 1101010 | 0 | 1110 | 110110 | 1001 | 101100 | 1001000 | 1000010 |
Color Harmonies of #E7C66A
Complementary color
Monochromatic Colors of #E7C66A
Black with #E7C66A
Text Example
Text Example
White with #E7C66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C66A; }
p { color: rgb(231,198,106); }
H1.HeaderClassName
{
color: #E7C66A;
}
.AnyTagClassName
{
color: #E7C66A;
}
</style>
background-color css
<style>
a { background-color: #E7C66A; }
a { background-color: rgb(231,198,106); }
div.DivClassName
{
background-color: #E7C66A;
}
.BgClassName
{
background-color: #E7C66A;
}
</style>
border-color css
<style>
span { border-color: #E7C66A; }
span { border-color: rgb(231,198,106); }
td.TdClassName
{
border-color: #E7C66A;
}
.TagClassName
{
border-color: #E7C66A;
}
</style>