Shades of Golden Sand #EBC96C
Tints of Golden Sand #EBC96C
RGB
CMYK
RGB Variations
Color information
#EBC96C (or 0xEBC96C) is known color: Golden Sand. HEX triplet: EB, C9 and 6C. RGB value is (235,201,108). Sum of RGB (Red+Green+Blue) = 235+201+108=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC96C is #143693. Grayscale: #C8C8C8. Windows color (decimal): -1324692 or 7129579. OLE color: 7129579.
HSL color Cylindrical-coordinate representation of color #EBC96C: hue angle of 43.94º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBC96C is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 108 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.08 |
| HSL | 43.94º | 0.76% | 0.67% | - |
| HSV(B) | 43.94º | 0.54% | 0.92% | - |
| XYZ | 57.85 | 60.52 | 22.82 | - |
| YUV | 200.56 | 75.76 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 108 | 0 | 0.14 | 0.54 | 0.08 | 43.94 | 0.76 | 0.67 |
| Hex | EB | C9 | 6C | 0 | E | 36 | 8 | 2C | 4C | 43 |
| Octal | 353 | 311 | 154 | 0 | 16 | 66 | 10 | 54 | 114 | 103 |
| Binary | 11101011 | 11001001 | 1101100 | 0 | 1110 | 110110 | 1000 | 101100 | 1001100 | 1000011 |
Color Harmonies of #EBC96C
Complementary color
Monochromatic Colors of #EBC96C
Black with #EBC96C
Text Example
Text Example
White with #EBC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC96C; }
p { color: rgb(235,201,108); }
H1.HeaderClassName
{
color: #EBC96C;
}
.AnyTagClassName
{
color: #EBC96C;
}
</style>
background-color css
<style>
a { background-color: #EBC96C; }
a { background-color: rgb(235,201,108); }
div.DivClassName
{
background-color: #EBC96C;
}
.BgClassName
{
background-color: #EBC96C;
}
</style>
border-color css
<style>
span { border-color: #EBC96C; }
span { border-color: rgb(235,201,108); }
td.TdClassName
{
border-color: #EBC96C;
}
.TagClassName
{
border-color: #EBC96C;
}
</style>