Shades of Golden Sand #EBCB6C
Tints of Golden Sand #EBCB6C
RGB
CMYK
RGB Variations
Color information
#EBCB6C (or 0xEBCB6C) is known color: Golden Sand. HEX triplet: EB, CB and 6C. RGB value is (235,203,108). Sum of RGB (Red+Green+Blue) = 235+203+108=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB6C is #143493. Grayscale: #CACACA. Windows color (decimal): -1324180 or 7130091. OLE color: 7130091.
HSL color Cylindrical-coordinate representation of color #EBCB6C: hue angle of 44.88º 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 #EBCB6C is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 108 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.08 |
| HSL | 44.88º | 0.76% | 0.67% | - |
| HSV(B) | 44.88º | 0.54% | 0.92% | - |
| XYZ | 58.32 | 61.46 | 22.98 | - |
| YUV | 201.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 108 | 0 | 0.14 | 0.54 | 0.08 | 44.88 | 0.76 | 0.67 |
| Hex | EB | CB | 6C | 0 | E | 36 | 8 | 2D | 4C | 43 |
| Octal | 353 | 313 | 154 | 0 | 16 | 66 | 10 | 55 | 114 | 103 |
| Binary | 11101011 | 11001011 | 1101100 | 0 | 1110 | 110110 | 1000 | 101101 | 1001100 | 1000011 |
Color Harmonies of #EBCB6C
Complementary color
Monochromatic Colors of #EBCB6C
Black with #EBCB6C
Text Example
Text Example
White with #EBCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCB6C; }
p { color: rgb(235,203,108); }
H1.HeaderClassName
{
color: #EBCB6C;
}
.AnyTagClassName
{
color: #EBCB6C;
}
</style>
background-color css
<style>
a { background-color: #EBCB6C; }
a { background-color: rgb(235,203,108); }
div.DivClassName
{
background-color: #EBCB6C;
}
.BgClassName
{
background-color: #EBCB6C;
}
</style>
border-color css
<style>
span { border-color: #EBCB6C; }
span { border-color: rgb(235,203,108); }
td.TdClassName
{
border-color: #EBCB6C;
}
.TagClassName
{
border-color: #EBCB6C;
}
</style>