Shades of Golden Sand #EBC563
Tints of Golden Sand #EBC563
RGB
CMYK
RGB Variations
Color information
#EBC563 (or 0xEBC563) is known color: Golden Sand. HEX triplet: EB, C5 and 63. RGB value is (235,197,99). Sum of RGB (Red+Green+Blue) = 235+197+99=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC563 is #143A9C. Grayscale: #C5C5C5. Windows color (decimal): -1325725 or 6538731. OLE color: 6538731.
HSL color Cylindrical-coordinate representation of color #EBC563: hue angle of 43.24º 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 #EBC563 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 99 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.08 |
| HSL | 43.24º | 0.77% | 0.65% | - |
| HSV(B) | 43.24º | 0.58% | 0.92% | - |
| XYZ | 56.48 | 58.5 | 20.12 | - |
| YUV | 197.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 99 | 0 | 0.16 | 0.58 | 0.08 | 43.24 | 0.77 | 0.65 |
| Hex | EB | C5 | 63 | 0 | 10 | 3A | 8 | 2B | 4D | 41 |
| Octal | 353 | 305 | 143 | 0 | 20 | 72 | 10 | 53 | 115 | 101 |
| Binary | 11101011 | 11000101 | 1100011 | 0 | 10000 | 111010 | 1000 | 101011 | 1001101 | 1000001 |
Color Harmonies of #EBC563
Complementary color
Monochromatic Colors of #EBC563
Black with #EBC563
Text Example
Text Example
White with #EBC563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC563; }
p { color: rgb(235,197,99); }
H1.HeaderClassName
{
color: #EBC563;
}
.AnyTagClassName
{
color: #EBC563;
}
</style>
background-color css
<style>
a { background-color: #EBC563; }
a { background-color: rgb(235,197,99); }
div.DivClassName
{
background-color: #EBC563;
}
.BgClassName
{
background-color: #EBC563;
}
</style>
border-color css
<style>
span { border-color: #EBC563; }
span { border-color: rgb(235,197,99); }
td.TdClassName
{
border-color: #EBC563;
}
.TagClassName
{
border-color: #EBC563;
}
</style>