Shades of Golden Sand #EBC364
Tints of Golden Sand #EBC364
RGB
CMYK
RGB Variations
Color information
#EBC364 (or 0xEBC364) is known color: Golden Sand. HEX triplet: EB, C3 and 64. RGB value is (235,195,100). Sum of RGB (Red+Green+Blue) = 235+195+100=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC364 is #143C9B. Grayscale: #C4C4C4. Windows color (decimal): -1326236 or 6603755. OLE color: 6603755.
HSL color Cylindrical-coordinate representation of color #EBC364: hue angle of 42.22º 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 #EBC364 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 100 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.08 |
| HSL | 42.22º | 0.77% | 0.66% | - |
| HSV(B) | 42.22º | 0.57% | 0.92% | - |
| XYZ | 56.08 | 57.61 | 20.22 | - |
| YUV | 196.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 100 | 0 | 0.17 | 0.57 | 0.08 | 42.22 | 0.77 | 0.66 |
| Hex | EB | C3 | 64 | 0 | 11 | 39 | 8 | 2A | 4D | 42 |
| Octal | 353 | 303 | 144 | 0 | 21 | 71 | 10 | 52 | 115 | 102 |
| Binary | 11101011 | 11000011 | 1100100 | 0 | 10001 | 111001 | 1000 | 101010 | 1001101 | 1000010 |
Color Harmonies of #EBC364
Complementary color
Monochromatic Colors of #EBC364
Black with #EBC364
Text Example
Text Example
White with #EBC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC364; }
p { color: rgb(235,195,100); }
H1.HeaderClassName
{
color: #EBC364;
}
.AnyTagClassName
{
color: #EBC364;
}
</style>
background-color css
<style>
a { background-color: #EBC364; }
a { background-color: rgb(235,195,100); }
div.DivClassName
{
background-color: #EBC364;
}
.BgClassName
{
background-color: #EBC364;
}
</style>
border-color css
<style>
span { border-color: #EBC364; }
span { border-color: rgb(235,195,100); }
td.TdClassName
{
border-color: #EBC364;
}
.TagClassName
{
border-color: #EBC364;
}
</style>