Shades of Golden Sand #E8C660
Tints of Golden Sand #E8C660
RGB
CMYK
RGB Variations
Color information
#E8C660 (or 0xE8C660) is known color: Golden Sand. HEX triplet: E8, C6 and 60. RGB value is (232,198,96). Sum of RGB (Red+Green+Blue) = 232+198+96=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C660 is #17399F. Grayscale: #C4C4C4. Windows color (decimal): -1522080 or 6342376. OLE color: 6342376.
HSL color Cylindrical-coordinate representation of color #E8C660: hue angle of 45º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8C660 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 96 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.09 |
| HSL | 45º | 0.75% | 0.64% | - |
| HSV(B) | 45º | 0.59% | 0.91% | - |
| XYZ | 55.58 | 58.39 | 19.41 | - |
| YUV | 196.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 96 | 0 | 0.15 | 0.59 | 0.09 | 45 | 0.75 | 0.64 |
| Hex | E8 | C6 | 60 | 0 | F | 3B | 9 | 2D | 4B | 40 |
| Octal | 350 | 306 | 140 | 0 | 17 | 73 | 11 | 55 | 113 | 100 |
| Binary | 11101000 | 11000110 | 1100000 | 0 | 1111 | 111011 | 1001 | 101101 | 1001011 | 1000000 |
Color Harmonies of #E8C660
Complementary color
Monochromatic Colors of #E8C660
Black with #E8C660
Text Example
Text Example
White with #E8C660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C660; }
p { color: rgb(232,198,96); }
H1.HeaderClassName
{
color: #E8C660;
}
.AnyTagClassName
{
color: #E8C660;
}
</style>
background-color css
<style>
a { background-color: #E8C660; }
a { background-color: rgb(232,198,96); }
div.DivClassName
{
background-color: #E8C660;
}
.BgClassName
{
background-color: #E8C660;
}
</style>
border-color css
<style>
span { border-color: #E8C660; }
span { border-color: rgb(232,198,96); }
td.TdClassName
{
border-color: #E8C660;
}
.TagClassName
{
border-color: #E8C660;
}
</style>