Shades of Golden Sand #E5C660
Tints of Golden Sand #E5C660
RGB
CMYK
RGB Variations
Color information
#E5C660 (or 0xE5C660) is known color: Golden Sand. HEX triplet: E5, C6 and 60. RGB value is (229,198,96). Sum of RGB (Red+Green+Blue) = 229+198+96=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C660 is #1A399F. Grayscale: #C4C4C4. Windows color (decimal): -1718688 or 6342373. OLE color: 6342373.
HSL color Cylindrical-coordinate representation of color #E5C660: hue angle of 46.02º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5C660 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 96 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.10 |
| HSL | 46.02º | 0.72% | 0.64% | - |
| HSV(B) | 46.02º | 0.58% | 0.9% | - |
| XYZ | 54.62 | 57.89 | 19.36 | - |
| YUV | 195.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 96 | 0 | 0.14 | 0.58 | 0.10 | 46.02 | 0.72 | 0.64 |
| Hex | E5 | C6 | 60 | 0 | E | 3A | A | 2E | 48 | 40 |
| Octal | 345 | 306 | 140 | 0 | 16 | 72 | 12 | 56 | 110 | 100 |
| Binary | 11100101 | 11000110 | 1100000 | 0 | 1110 | 111010 | 1010 | 101110 | 1001000 | 1000000 |
Color Harmonies of #E5C660
Complementary color
Monochromatic Colors of #E5C660
Black with #E5C660
Text Example
Text Example
White with #E5C660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C660; }
p { color: rgb(229,198,96); }
H1.HeaderClassName
{
color: #E5C660;
}
.AnyTagClassName
{
color: #E5C660;
}
</style>
background-color css
<style>
a { background-color: #E5C660; }
a { background-color: rgb(229,198,96); }
div.DivClassName
{
background-color: #E5C660;
}
.BgClassName
{
background-color: #E5C660;
}
</style>
border-color css
<style>
span { border-color: #E5C660; }
span { border-color: rgb(229,198,96); }
td.TdClassName
{
border-color: #E5C660;
}
.TagClassName
{
border-color: #E5C660;
}
</style>