Shades of Golden Sand #EBC86B
Tints of Golden Sand #EBC86B
RGB
CMYK
RGB Variations
Color information
#EBC86B (or 0xEBC86B) is known color: Golden Sand. HEX triplet: EB, C8 and 6B. RGB value is (235,200,107). Sum of RGB (Red+Green+Blue) = 235+200+107=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC86B is #143794. Grayscale: #C8C8C8. Windows color (decimal): -1324949 or 7063787. OLE color: 7063787.
HSL color Cylindrical-coordinate representation of color #EBC86B: hue angle of 43.59º 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 #EBC86B is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 107 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.08 |
| HSL | 43.59º | 0.76% | 0.67% | - |
| HSV(B) | 43.59º | 0.54% | 0.92% | - |
| XYZ | 57.57 | 60.03 | 22.46 | - |
| YUV | 199.86 | 75.6 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 107 | 0 | 0.15 | 0.54 | 0.08 | 43.59 | 0.76 | 0.67 |
| Hex | EB | C8 | 6B | 0 | F | 36 | 8 | 2C | 4C | 43 |
| Octal | 353 | 310 | 153 | 0 | 17 | 66 | 10 | 54 | 114 | 103 |
| Binary | 11101011 | 11001000 | 1101011 | 0 | 1111 | 110110 | 1000 | 101100 | 1001100 | 1000011 |
Color Harmonies of #EBC86B
Complementary color
Monochromatic Colors of #EBC86B
Black with #EBC86B
Text Example
Text Example
White with #EBC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC86B; }
p { color: rgb(235,200,107); }
H1.HeaderClassName
{
color: #EBC86B;
}
.AnyTagClassName
{
color: #EBC86B;
}
</style>
background-color css
<style>
a { background-color: #EBC86B; }
a { background-color: rgb(235,200,107); }
div.DivClassName
{
background-color: #EBC86B;
}
.BgClassName
{
background-color: #EBC86B;
}
</style>
border-color css
<style>
span { border-color: #EBC86B; }
span { border-color: rgb(235,200,107); }
td.TdClassName
{
border-color: #EBC86B;
}
.TagClassName
{
border-color: #EBC86B;
}
</style>