Shades of Golden Sand #EBC863
Tints of Golden Sand #EBC863
RGB
CMYK
RGB Variations
Color information
#EBC863 (or 0xEBC863) is known color: Golden Sand. HEX triplet: EB, C8 and 63. RGB value is (235,200,99). Sum of RGB (Red+Green+Blue) = 235+200+99=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC863 is #14379C. Grayscale: #C7C7C7. Windows color (decimal): -1324957 or 6539499. OLE color: 6539499.
HSL color Cylindrical-coordinate representation of color #EBC863: hue angle of 44.56º 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 #EBC863 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 99 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.08 |
| HSL | 44.56º | 0.77% | 0.65% | - |
| HSV(B) | 44.56º | 0.58% | 0.92% | - |
| XYZ | 57.17 | 59.87 | 20.35 | - |
| YUV | 198.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 99 | 0 | 0.15 | 0.58 | 0.08 | 44.56 | 0.77 | 0.65 |
| Hex | EB | C8 | 63 | 0 | F | 3A | 8 | 2D | 4D | 41 |
| Octal | 353 | 310 | 143 | 0 | 17 | 72 | 10 | 55 | 115 | 101 |
| Binary | 11101011 | 11001000 | 1100011 | 0 | 1111 | 111010 | 1000 | 101101 | 1001101 | 1000001 |
Color Harmonies of #EBC863
Complementary color
Monochromatic Colors of #EBC863
Black with #EBC863
Text Example
Text Example
White with #EBC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC863; }
p { color: rgb(235,200,99); }
H1.HeaderClassName
{
color: #EBC863;
}
.AnyTagClassName
{
color: #EBC863;
}
</style>
background-color css
<style>
a { background-color: #EBC863; }
a { background-color: rgb(235,200,99); }
div.DivClassName
{
background-color: #EBC863;
}
.BgClassName
{
background-color: #EBC863;
}
</style>
border-color css
<style>
span { border-color: #EBC863; }
span { border-color: rgb(235,200,99); }
td.TdClassName
{
border-color: #EBC863;
}
.TagClassName
{
border-color: #EBC863;
}
</style>