Shades of Golden Sand #EBC868
Tints of Golden Sand #EBC868
RGB
CMYK
RGB Variations
Color information
#EBC868 (or 0xEBC868) is known color: Golden Sand. HEX triplet: EB, C8 and 68. RGB value is (235,200,104). Sum of RGB (Red+Green+Blue) = 235+200+104=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC868 is #143797. Grayscale: #C7C7C7. Windows color (decimal): -1324952 or 6867179. OLE color: 6867179.
HSL color Cylindrical-coordinate representation of color #EBC868: hue angle of 43.97º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBC868 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 104 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.08 |
| HSL | 43.97º | 0.77% | 0.66% | - |
| HSV(B) | 43.97º | 0.56% | 0.92% | - |
| XYZ | 57.41 | 59.97 | 21.65 | - |
| YUV | 199.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 104 | 0 | 0.15 | 0.56 | 0.08 | 43.97 | 0.77 | 0.66 |
| Hex | EB | C8 | 68 | 0 | F | 38 | 8 | 2C | 4D | 42 |
| Octal | 353 | 310 | 150 | 0 | 17 | 70 | 10 | 54 | 115 | 102 |
| Binary | 11101011 | 11001000 | 1101000 | 0 | 1111 | 111000 | 1000 | 101100 | 1001101 | 1000010 |
Color Harmonies of #EBC868
Complementary color
Monochromatic Colors of #EBC868
Black with #EBC868
Text Example
Text Example
White with #EBC868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC868; }
p { color: rgb(235,200,104); }
H1.HeaderClassName
{
color: #EBC868;
}
.AnyTagClassName
{
color: #EBC868;
}
</style>
background-color css
<style>
a { background-color: #EBC868; }
a { background-color: rgb(235,200,104); }
div.DivClassName
{
background-color: #EBC868;
}
.BgClassName
{
background-color: #EBC868;
}
</style>
border-color css
<style>
span { border-color: #EBC868; }
span { border-color: rgb(235,200,104); }
td.TdClassName
{
border-color: #EBC868;
}
.TagClassName
{
border-color: #EBC868;
}
</style>