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