Shades of Golden Sand #EBC865
Tints of Golden Sand #EBC865
RGB
CMYK
RGB Variations
Color information
#EBC865 (or 0xEBC865) is known color: Golden Sand. HEX triplet: EB, C8 and 65. RGB value is (235,200,101). Sum of RGB (Red+Green+Blue) = 235+200+101=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC865 is #14379A. Grayscale: #C7C7C7. Windows color (decimal): -1324955 or 6670571. OLE color: 6670571.
HSL color Cylindrical-coordinate representation of color #EBC865: hue angle of 44.33º 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 #EBC865 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 101 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.08 |
| HSL | 44.33º | 0.77% | 0.66% | - |
| HSV(B) | 44.33º | 0.57% | 0.92% | - |
| XYZ | 57.26 | 59.91 | 20.86 | - |
| YUV | 199.18 | 72.6 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 101 | 0 | 0.15 | 0.57 | 0.08 | 44.33 | 0.77 | 0.66 |
| Hex | EB | C8 | 65 | 0 | F | 39 | 8 | 2C | 4D | 42 |
| Octal | 353 | 310 | 145 | 0 | 17 | 71 | 10 | 54 | 115 | 102 |
| Binary | 11101011 | 11001000 | 1100101 | 0 | 1111 | 111001 | 1000 | 101100 | 1001101 | 1000010 |
Color Harmonies of #EBC865
Complementary color
Monochromatic Colors of #EBC865
Black with #EBC865
Text Example
Text Example
White with #EBC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC865; }
p { color: rgb(235,200,101); }
H1.HeaderClassName
{
color: #EBC865;
}
.AnyTagClassName
{
color: #EBC865;
}
</style>
background-color css
<style>
a { background-color: #EBC865; }
a { background-color: rgb(235,200,101); }
div.DivClassName
{
background-color: #EBC865;
}
.BgClassName
{
background-color: #EBC865;
}
</style>
border-color css
<style>
span { border-color: #EBC865; }
span { border-color: rgb(235,200,101); }
td.TdClassName
{
border-color: #EBC865;
}
.TagClassName
{
border-color: #EBC865;
}
</style>