Shades of Golden Sand #EBC963
Tints of Golden Sand #EBC963
RGB
CMYK
RGB Variations
Color information
#EBC963 (or 0xEBC963) is known color: Golden Sand. HEX triplet: EB, C9 and 63. RGB value is (235,201,99). Sum of RGB (Red+Green+Blue) = 235+201+99=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC963 is #14369C. Grayscale: #C7C7C7. Windows color (decimal): -1324701 or 6539755. OLE color: 6539755.
HSL color Cylindrical-coordinate representation of color #EBC963: hue angle of 45º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EBC963 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 99 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.08 |
| HSL | 45º | 0.77% | 0.65% | - |
| HSV(B) | 45º | 0.58% | 0.92% | - |
| XYZ | 57.4 | 60.34 | 20.43 | - |
| YUV | 199.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 99 | 0 | 0.14 | 0.58 | 0.08 | 45 | 0.77 | 0.65 |
| Hex | EB | C9 | 63 | 0 | E | 3A | 8 | 2D | 4D | 41 |
| Octal | 353 | 311 | 143 | 0 | 16 | 72 | 10 | 55 | 115 | 101 |
| Binary | 11101011 | 11001001 | 1100011 | 0 | 1110 | 111010 | 1000 | 101101 | 1001101 | 1000001 |
Color Harmonies of #EBC963
Complementary color
Monochromatic Colors of #EBC963
Black with #EBC963
Text Example
Text Example
White with #EBC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC963; }
p { color: rgb(235,201,99); }
H1.HeaderClassName
{
color: #EBC963;
}
.AnyTagClassName
{
color: #EBC963;
}
</style>
background-color css
<style>
a { background-color: #EBC963; }
a { background-color: rgb(235,201,99); }
div.DivClassName
{
background-color: #EBC963;
}
.BgClassName
{
background-color: #EBC963;
}
</style>
border-color css
<style>
span { border-color: #EBC963; }
span { border-color: rgb(235,201,99); }
td.TdClassName
{
border-color: #EBC963;
}
.TagClassName
{
border-color: #EBC963;
}
</style>