Shades of Golden Sand #EBC85E
Tints of Golden Sand #EBC85E
RGB
CMYK
RGB Variations
Color information
#EBC85E (or 0xEBC85E) is known color: Golden Sand. HEX triplet: EB, C8 and 5E. RGB value is (235,200,94). Sum of RGB (Red+Green+Blue) = 235+200+94=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC85E is #1437A1. Grayscale: #C6C6C6. Windows color (decimal): -1324962 or 6211819. OLE color: 6211819.
HSL color Cylindrical-coordinate representation of color #EBC85E: hue angle of 45.11º 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 #EBC85E is Cyan = 0, Magento = 0.15, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 94 | - |
| CMYK | 0 | 0.15 | 0.6 | 0.08 |
| HSL | 45.11º | 0.78% | 0.65% | - |
| HSV(B) | 45.11º | 0.6% | 0.92% | - |
| XYZ | 56.94 | 59.78 | 19.13 | - |
| YUV | 198.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 94 | 0 | 0.15 | 0.6 | 0.08 | 45.11 | 0.78 | 0.65 |
| Hex | EB | C8 | 5E | 0 | F | 3C | 8 | 2D | 4E | 41 |
| Octal | 353 | 310 | 136 | 0 | 17 | 74 | 10 | 55 | 116 | 101 |
| Binary | 11101011 | 11001000 | 1011110 | 0 | 1111 | 111100 | 1000 | 101101 | 1001110 | 1000001 |
Color Harmonies of #EBC85E
Complementary color
Monochromatic Colors of #EBC85E
Black with #EBC85E
Text Example
Text Example
White with #EBC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC85E; }
p { color: rgb(235,200,94); }
H1.HeaderClassName
{
color: #EBC85E;
}
.AnyTagClassName
{
color: #EBC85E;
}
</style>
background-color css
<style>
a { background-color: #EBC85E; }
a { background-color: rgb(235,200,94); }
div.DivClassName
{
background-color: #EBC85E;
}
.BgClassName
{
background-color: #EBC85E;
}
</style>
border-color css
<style>
span { border-color: #EBC85E; }
span { border-color: rgb(235,200,94); }
td.TdClassName
{
border-color: #EBC85E;
}
.TagClassName
{
border-color: #EBC85E;
}
</style>