Shades of Golden Sand #EBC66B
Tints of Golden Sand #EBC66B
RGB
CMYK
RGB Variations
Color information
#EBC66B (or 0xEBC66B) is known color: Golden Sand. HEX triplet: EB, C6 and 6B. RGB value is (235,198,107). Sum of RGB (Red+Green+Blue) = 235+198+107=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC66B is #143994. Grayscale: #C7C7C7. Windows color (decimal): -1325461 or 7063275. OLE color: 7063275.
HSL color Cylindrical-coordinate representation of color #EBC66B: hue angle of 42.66º 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 #EBC66B is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 107 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.08 |
| HSL | 42.66º | 0.76% | 0.67% | - |
| HSV(B) | 42.66º | 0.54% | 0.92% | - |
| XYZ | 57.11 | 59.11 | 22.31 | - |
| YUV | 198.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 107 | 0 | 0.16 | 0.54 | 0.08 | 42.66 | 0.76 | 0.67 |
| Hex | EB | C6 | 6B | 0 | 10 | 36 | 8 | 2B | 4C | 43 |
| Octal | 353 | 306 | 153 | 0 | 20 | 66 | 10 | 53 | 114 | 103 |
| Binary | 11101011 | 11000110 | 1101011 | 0 | 10000 | 110110 | 1000 | 101011 | 1001100 | 1000011 |
Color Harmonies of #EBC66B
Complementary color
Monochromatic Colors of #EBC66B
Black with #EBC66B
Text Example
Text Example
White with #EBC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC66B; }
p { color: rgb(235,198,107); }
H1.HeaderClassName
{
color: #EBC66B;
}
.AnyTagClassName
{
color: #EBC66B;
}
</style>
background-color css
<style>
a { background-color: #EBC66B; }
a { background-color: rgb(235,198,107); }
div.DivClassName
{
background-color: #EBC66B;
}
.BgClassName
{
background-color: #EBC66B;
}
</style>
border-color css
<style>
span { border-color: #EBC66B; }
span { border-color: rgb(235,198,107); }
td.TdClassName
{
border-color: #EBC66B;
}
.TagClassName
{
border-color: #EBC66B;
}
</style>