Shades of Golden Sand #EBCD63
Tints of Golden Sand #EBCD63
RGB
CMYK
RGB Variations
Color information
#EBCD63 (or 0xEBCD63) is known color: Golden Sand. HEX triplet: EB, CD and 63. RGB value is (235,205,99). Sum of RGB (Red+Green+Blue) = 235+205+99=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD63 is #14329C. Grayscale: #CACACA. Windows color (decimal): -1323677 or 6540779. OLE color: 6540779.
HSL color Cylindrical-coordinate representation of color #EBCD63: hue angle of 46.76º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EBCD63 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 99 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.08 |
| HSL | 46.76º | 0.77% | 0.65% | - |
| HSV(B) | 46.76º | 0.58% | 0.92% | - |
| XYZ | 58.34 | 62.23 | 20.74 | - |
| YUV | 201.89 | 69.94 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 99 | 0 | 0.13 | 0.58 | 0.08 | 46.76 | 0.77 | 0.65 |
| Hex | EB | CD | 63 | 0 | D | 3A | 8 | 2F | 4D | 41 |
| Octal | 353 | 315 | 143 | 0 | 15 | 72 | 10 | 57 | 115 | 101 |
| Binary | 11101011 | 11001101 | 1100011 | 0 | 1101 | 111010 | 1000 | 101111 | 1001101 | 1000001 |
Color Harmonies of #EBCD63
Complementary color
Monochromatic Colors of #EBCD63
Black with #EBCD63
Text Example
Text Example
White with #EBCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD63; }
p { color: rgb(235,205,99); }
H1.HeaderClassName
{
color: #EBCD63;
}
.AnyTagClassName
{
color: #EBCD63;
}
</style>
background-color css
<style>
a { background-color: #EBCD63; }
a { background-color: rgb(235,205,99); }
div.DivClassName
{
background-color: #EBCD63;
}
.BgClassName
{
background-color: #EBCD63;
}
</style>
border-color css
<style>
span { border-color: #EBCD63; }
span { border-color: rgb(235,205,99); }
td.TdClassName
{
border-color: #EBCD63;
}
.TagClassName
{
border-color: #EBCD63;
}
</style>