Shades of Golden Sand #EBC66F
Tints of Golden Sand #EBC66F
RGB
CMYK
RGB Variations
Color information
#EBC66F (or 0xEBC66F) is known color: Golden Sand. HEX triplet: EB, C6 and 6F. RGB value is (235,198,111). Sum of RGB (Red+Green+Blue) = 235+198+111=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC66F is #143990. Grayscale: #C7C7C7. Windows color (decimal): -1325457 or 7325419. OLE color: 7325419.
HSL color Cylindrical-coordinate representation of color #EBC66F: hue angle of 42.1º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBC66F is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 111 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.08 |
| HSL | 42.1º | 0.76% | 0.68% | - |
| HSV(B) | 42.1º | 0.53% | 0.92% | - |
| XYZ | 57.32 | 59.2 | 23.44 | - |
| YUV | 199.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 111 | 0 | 0.16 | 0.53 | 0.08 | 42.1 | 0.76 | 0.68 |
| Hex | EB | C6 | 6F | 0 | 10 | 35 | 8 | 2A | 4C | 44 |
| Octal | 353 | 306 | 157 | 0 | 20 | 65 | 10 | 52 | 114 | 104 |
| Binary | 11101011 | 11000110 | 1101111 | 0 | 10000 | 110101 | 1000 | 101010 | 1001100 | 1000100 |
Color Harmonies of #EBC66F
Complementary color
Monochromatic Colors of #EBC66F
Black with #EBC66F
Text Example
Text Example
White with #EBC66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC66F; }
p { color: rgb(235,198,111); }
H1.HeaderClassName
{
color: #EBC66F;
}
.AnyTagClassName
{
color: #EBC66F;
}
</style>
background-color css
<style>
a { background-color: #EBC66F; }
a { background-color: rgb(235,198,111); }
div.DivClassName
{
background-color: #EBC66F;
}
.BgClassName
{
background-color: #EBC66F;
}
</style>
border-color css
<style>
span { border-color: #EBC66F; }
span { border-color: rgb(235,198,111); }
td.TdClassName
{
border-color: #EBC66F;
}
.TagClassName
{
border-color: #EBC66F;
}
</style>