Shades of Golden Sand #EBC965
Tints of Golden Sand #EBC965
RGB
CMYK
RGB Variations
Color information
#EBC965 (or 0xEBC965) is known color: Golden Sand. HEX triplet: EB, C9 and 65. RGB value is (235,201,101). Sum of RGB (Red+Green+Blue) = 235+201+101=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC965 is #14369A. Grayscale: #C8C8C8. Windows color (decimal): -1324699 or 6670827. OLE color: 6670827.
HSL color Cylindrical-coordinate representation of color #EBC965: hue angle of 44.78º 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 #EBC965 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 101 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.08 |
| HSL | 44.78º | 0.77% | 0.66% | - |
| HSV(B) | 44.78º | 0.57% | 0.92% | - |
| XYZ | 57.5 | 60.38 | 20.94 | - |
| YUV | 199.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 101 | 0 | 0.14 | 0.57 | 0.08 | 44.78 | 0.77 | 0.66 |
| Hex | EB | C9 | 65 | 0 | E | 39 | 8 | 2D | 4D | 42 |
| Octal | 353 | 311 | 145 | 0 | 16 | 71 | 10 | 55 | 115 | 102 |
| Binary | 11101011 | 11001001 | 1100101 | 0 | 1110 | 111001 | 1000 | 101101 | 1001101 | 1000010 |
Color Harmonies of #EBC965
Complementary color
Monochromatic Colors of #EBC965
Black with #EBC965
Text Example
Text Example
White with #EBC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC965; }
p { color: rgb(235,201,101); }
H1.HeaderClassName
{
color: #EBC965;
}
.AnyTagClassName
{
color: #EBC965;
}
</style>
background-color css
<style>
a { background-color: #EBC965; }
a { background-color: rgb(235,201,101); }
div.DivClassName
{
background-color: #EBC965;
}
.BgClassName
{
background-color: #EBC965;
}
</style>
border-color css
<style>
span { border-color: #EBC965; }
span { border-color: rgb(235,201,101); }
td.TdClassName
{
border-color: #EBC965;
}
.TagClassName
{
border-color: #EBC965;
}
</style>