Shades of Golden Sand #E2C660
Tints of Golden Sand #E2C660
RGB
CMYK
RGB Variations
Color information
#E2C660 (or 0xE2C660) is known color: Golden Sand. HEX triplet: E2, C6 and 60. RGB value is (226,198,96). Sum of RGB (Red+Green+Blue) = 226+198+96=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C660 is #1D399F. Grayscale: #C3C3C3. Windows color (decimal): -1915296 or 6342370. OLE color: 6342370.
HSL color Cylindrical-coordinate representation of color #E2C660: hue angle of 47.08º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2C660 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 198 | 96 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.11 |
| HSL | 47.08º | 0.69% | 0.63% | - |
| HSV(B) | 47.08º | 0.58% | 0.89% | - |
| XYZ | 53.67 | 57.4 | 19.32 | - |
| YUV | 194.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 96 | 0 | 0.12 | 0.58 | 0.11 | 47.08 | 0.69 | 0.63 |
| Hex | E2 | C6 | 60 | 0 | C | 3A | B | 2F | 45 | 3F |
| Octal | 342 | 306 | 140 | 0 | 14 | 72 | 13 | 57 | 105 | 77 |
| Binary | 11100010 | 11000110 | 1100000 | 0 | 1100 | 111010 | 1011 | 101111 | 1000101 | 111111 |
Color Harmonies of #E2C660
Complementary color
Monochromatic Colors of #E2C660
Black with #E2C660
Text Example
Text Example
White with #E2C660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C660; }
p { color: rgb(226,198,96); }
H1.HeaderClassName
{
color: #E2C660;
}
.AnyTagClassName
{
color: #E2C660;
}
</style>
background-color css
<style>
a { background-color: #E2C660; }
a { background-color: rgb(226,198,96); }
div.DivClassName
{
background-color: #E2C660;
}
.BgClassName
{
background-color: #E2C660;
}
</style>
border-color css
<style>
span { border-color: #E2C660; }
span { border-color: rgb(226,198,96); }
td.TdClassName
{
border-color: #E2C660;
}
.TagClassName
{
border-color: #E2C660;
}
</style>