Shades of Golden Sand #E5C766
Tints of Golden Sand #E5C766
RGB
CMYK
RGB Variations
Color information
#E5C766 (or 0xE5C766) is known color: Golden Sand. HEX triplet: E5, C7 and 66. RGB value is (229,199,102). Sum of RGB (Red+Green+Blue) = 229+199+102=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C766 is #1A3899. Grayscale: #C5C5C5. Windows color (decimal): -1718426 or 6735845. OLE color: 6735845.
HSL color Cylindrical-coordinate representation of color #E5C766: hue angle of 45.83º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5C766 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 102 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.10 |
| HSL | 45.83º | 0.71% | 0.65% | - |
| HSV(B) | 45.83º | 0.55% | 0.9% | - |
| XYZ | 55.13 | 58.46 | 20.95 | - |
| YUV | 196.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 102 | 0 | 0.13 | 0.55 | 0.10 | 45.83 | 0.71 | 0.65 |
| Hex | E5 | C7 | 66 | 0 | D | 37 | A | 2E | 47 | 41 |
| Octal | 345 | 307 | 146 | 0 | 15 | 67 | 12 | 56 | 107 | 101 |
| Binary | 11100101 | 11000111 | 1100110 | 0 | 1101 | 110111 | 1010 | 101110 | 1000111 | 1000001 |
Color Harmonies of #E5C766
Complementary color
Monochromatic Colors of #E5C766
Black with #E5C766
Text Example
Text Example
White with #E5C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C766; }
p { color: rgb(229,199,102); }
H1.HeaderClassName
{
color: #E5C766;
}
.AnyTagClassName
{
color: #E5C766;
}
</style>
background-color css
<style>
a { background-color: #E5C766; }
a { background-color: rgb(229,199,102); }
div.DivClassName
{
background-color: #E5C766;
}
.BgClassName
{
background-color: #E5C766;
}
</style>
border-color css
<style>
span { border-color: #E5C766; }
span { border-color: rgb(229,199,102); }
td.TdClassName
{
border-color: #E5C766;
}
.TagClassName
{
border-color: #E5C766;
}
</style>