Shades of Golden Sand #EBC85F
Tints of Golden Sand #EBC85F
RGB
CMYK
RGB Variations
Color information
#EBC85F (or 0xEBC85F) is known color: Golden Sand. HEX triplet: EB, C8 and 5F. RGB value is (235,200,95). Sum of RGB (Red+Green+Blue) = 235+200+95=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC85F is #1437A0. Grayscale: #C6C6C6. Windows color (decimal): -1324961 or 6277355. OLE color: 6277355.
HSL color Cylindrical-coordinate representation of color #EBC85F: hue angle of 45º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBC85F is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 95 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.08 |
| HSL | 45º | 0.78% | 0.65% | - |
| HSV(B) | 45º | 0.6% | 0.92% | - |
| XYZ | 56.98 | 59.8 | 19.37 | - |
| YUV | 198.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 95 | 0 | 0.15 | 0.60 | 0.08 | 45 | 0.78 | 0.65 |
| Hex | EB | C8 | 5F | 0 | F | 3C | 8 | 2D | 4E | 41 |
| Octal | 353 | 310 | 137 | 0 | 17 | 74 | 10 | 55 | 116 | 101 |
| Binary | 11101011 | 11001000 | 1011111 | 0 | 1111 | 111100 | 1000 | 101101 | 1001110 | 1000001 |
Color Harmonies of #EBC85F
Complementary color
Monochromatic Colors of #EBC85F
Black with #EBC85F
Text Example
Text Example
White with #EBC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC85F; }
p { color: rgb(235,200,95); }
H1.HeaderClassName
{
color: #EBC85F;
}
.AnyTagClassName
{
color: #EBC85F;
}
</style>
background-color css
<style>
a { background-color: #EBC85F; }
a { background-color: rgb(235,200,95); }
div.DivClassName
{
background-color: #EBC85F;
}
.BgClassName
{
background-color: #EBC85F;
}
</style>
border-color css
<style>
span { border-color: #EBC85F; }
span { border-color: rgb(235,200,95); }
td.TdClassName
{
border-color: #EBC85F;
}
.TagClassName
{
border-color: #EBC85F;
}
</style>