Shades of Golden Sand #EBC86C
Tints of Golden Sand #EBC86C
RGB
CMYK
RGB Variations
Color information
#EBC86C (or 0xEBC86C) is known color: Golden Sand. HEX triplet: EB, C8 and 6C. RGB value is (235,200,108). Sum of RGB (Red+Green+Blue) = 235+200+108=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC86C is #143793. Grayscale: #C8C8C8. Windows color (decimal): -1324948 or 7129323. OLE color: 7129323.
HSL color Cylindrical-coordinate representation of color #EBC86C: hue angle of 43.46º 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 #EBC86C is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 108 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.08 |
| HSL | 43.46º | 0.76% | 0.67% | - |
| HSV(B) | 43.46º | 0.54% | 0.92% | - |
| XYZ | 57.62 | 60.05 | 22.74 | - |
| YUV | 199.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 108 | 0 | 0.15 | 0.54 | 0.08 | 43.46 | 0.76 | 0.67 |
| Hex | EB | C8 | 6C | 0 | F | 36 | 8 | 2B | 4C | 43 |
| Octal | 353 | 310 | 154 | 0 | 17 | 66 | 10 | 53 | 114 | 103 |
| Binary | 11101011 | 11001000 | 1101100 | 0 | 1111 | 110110 | 1000 | 101011 | 1001100 | 1000011 |
Color Harmonies of #EBC86C
Complementary color
Monochromatic Colors of #EBC86C
Black with #EBC86C
Text Example
Text Example
White with #EBC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC86C; }
p { color: rgb(235,200,108); }
H1.HeaderClassName
{
color: #EBC86C;
}
.AnyTagClassName
{
color: #EBC86C;
}
</style>
background-color css
<style>
a { background-color: #EBC86C; }
a { background-color: rgb(235,200,108); }
div.DivClassName
{
background-color: #EBC86C;
}
.BgClassName
{
background-color: #EBC86C;
}
</style>
border-color css
<style>
span { border-color: #EBC86C; }
span { border-color: rgb(235,200,108); }
td.TdClassName
{
border-color: #EBC86C;
}
.TagClassName
{
border-color: #EBC86C;
}
</style>