Shades of Golden Sand #EBDC65
Tints of Golden Sand #EBDC65
RGB
CMYK
RGB Variations
Color information
#EBDC65 (or 0xEBDC65) is known color: Golden Sand. HEX triplet: EB, DC and 65. RGB value is (235,220,101). Sum of RGB (Red+Green+Blue) = 235+220+101=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC65 is #14239A. Grayscale: #D3D3D3. Windows color (decimal): -1319835 or 6675691. OLE color: 6675691.
HSL color Cylindrical-coordinate representation of color #EBDC65: hue angle of 53.28º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBDC65 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 101 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.08 |
| HSL | 53.28º | 0.77% | 0.66% | - |
| HSV(B) | 53.28º | 0.57% | 0.92% | - |
| XYZ | 62.2 | 69.79 | 22.5 | - |
| YUV | 210.92 | 65.97 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 101 | 0 | 0.06 | 0.57 | 0.08 | 53.28 | 0.77 | 0.66 |
| Hex | EB | DC | 65 | 0 | 6 | 39 | 8 | 35 | 4D | 42 |
| Octal | 353 | 334 | 145 | 0 | 6 | 71 | 10 | 65 | 115 | 102 |
| Binary | 11101011 | 11011100 | 1100101 | 0 | 110 | 111001 | 1000 | 110101 | 1001101 | 1000010 |
Color Harmonies of #EBDC65
Complementary color
Monochromatic Colors of #EBDC65
Black with #EBDC65
Text Example
Text Example
White with #EBDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDC65; }
p { color: rgb(235,220,101); }
H1.HeaderClassName
{
color: #EBDC65;
}
.AnyTagClassName
{
color: #EBDC65;
}
</style>
background-color css
<style>
a { background-color: #EBDC65; }
a { background-color: rgb(235,220,101); }
div.DivClassName
{
background-color: #EBDC65;
}
.BgClassName
{
background-color: #EBDC65;
}
</style>
border-color css
<style>
span { border-color: #EBDC65; }
span { border-color: rgb(235,220,101); }
td.TdClassName
{
border-color: #EBDC65;
}
.TagClassName
{
border-color: #EBDC65;
}
</style>