Shades of Golden Sand #EBC765
Tints of Golden Sand #EBC765
RGB
CMYK
RGB Variations
Color information
#EBC765 (or 0xEBC765) is known color: Golden Sand. HEX triplet: EB, C7 and 65. RGB value is (235,199,101). Sum of RGB (Red+Green+Blue) = 235+199+101=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC765 is #14389A. Grayscale: #C7C7C7. Windows color (decimal): -1325211 or 6670315. OLE color: 6670315.
HSL color Cylindrical-coordinate representation of color #EBC765: hue angle of 43.88º 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 #EBC765 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 101 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.08 |
| HSL | 43.88º | 0.77% | 0.66% | - |
| HSV(B) | 43.88º | 0.57% | 0.92% | - |
| XYZ | 57.03 | 59.45 | 20.78 | - |
| YUV | 198.59 | 72.93 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 101 | 0 | 0.15 | 0.57 | 0.08 | 43.88 | 0.77 | 0.66 |
| Hex | EB | C7 | 65 | 0 | F | 39 | 8 | 2C | 4D | 42 |
| Octal | 353 | 307 | 145 | 0 | 17 | 71 | 10 | 54 | 115 | 102 |
| Binary | 11101011 | 11000111 | 1100101 | 0 | 1111 | 111001 | 1000 | 101100 | 1001101 | 1000010 |
Color Harmonies of #EBC765
Complementary color
Monochromatic Colors of #EBC765
Black with #EBC765
Text Example
Text Example
White with #EBC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC765; }
p { color: rgb(235,199,101); }
H1.HeaderClassName
{
color: #EBC765;
}
.AnyTagClassName
{
color: #EBC765;
}
</style>
background-color css
<style>
a { background-color: #EBC765; }
a { background-color: rgb(235,199,101); }
div.DivClassName
{
background-color: #EBC765;
}
.BgClassName
{
background-color: #EBC765;
}
</style>
border-color css
<style>
span { border-color: #EBC765; }
span { border-color: rgb(235,199,101); }
td.TdClassName
{
border-color: #EBC765;
}
.TagClassName
{
border-color: #EBC765;
}
</style>