Shades of Golden Sand #EBC766
Tints of Golden Sand #EBC766
RGB
CMYK
RGB Variations
Color information
#EBC766 (or 0xEBC766) is known color: Golden Sand. HEX triplet: EB, C7 and 66. RGB value is (235,199,102). Sum of RGB (Red+Green+Blue) = 235+199+102=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC766 is #143899. Grayscale: #C7C7C7. Windows color (decimal): -1325210 or 6735851. OLE color: 6735851.
HSL color Cylindrical-coordinate representation of color #EBC766: hue angle of 43.76º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBC766 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 102 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.08 |
| HSL | 43.76º | 0.77% | 0.66% | - |
| HSV(B) | 43.76º | 0.57% | 0.92% | - |
| XYZ | 57.08 | 59.47 | 21.04 | - |
| YUV | 198.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 102 | 0 | 0.15 | 0.57 | 0.08 | 43.76 | 0.77 | 0.66 |
| Hex | EB | C7 | 66 | 0 | F | 39 | 8 | 2C | 4D | 42 |
| Octal | 353 | 307 | 146 | 0 | 17 | 71 | 10 | 54 | 115 | 102 |
| Binary | 11101011 | 11000111 | 1100110 | 0 | 1111 | 111001 | 1000 | 101100 | 1001101 | 1000010 |
Color Harmonies of #EBC766
Complementary color
Monochromatic Colors of #EBC766
Black with #EBC766
Text Example
Text Example
White with #EBC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC766; }
p { color: rgb(235,199,102); }
H1.HeaderClassName
{
color: #EBC766;
}
.AnyTagClassName
{
color: #EBC766;
}
</style>
background-color css
<style>
a { background-color: #EBC766; }
a { background-color: rgb(235,199,102); }
div.DivClassName
{
background-color: #EBC766;
}
.BgClassName
{
background-color: #EBC766;
}
</style>
border-color css
<style>
span { border-color: #EBC766; }
span { border-color: rgb(235,199,102); }
td.TdClassName
{
border-color: #EBC766;
}
.TagClassName
{
border-color: #EBC766;
}
</style>