Shades of Golden Sand #EBD062
Tints of Golden Sand #EBD062
RGB
CMYK
RGB Variations
Color information
#EBD062 (or 0xEBD062) is known color: Golden Sand. HEX triplet: EB, D0 and 62. RGB value is (235,208,98). Sum of RGB (Red+Green+Blue) = 235+208+98=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD062 is #142F9D. Grayscale: #CCCCCC. Windows color (decimal): -1322910 or 6476011. OLE color: 6476011.
HSL color Cylindrical-coordinate representation of color #EBD062: hue angle of 48.18º 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 #EBD062 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 98 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.08 |
| HSL | 48.18º | 0.77% | 0.65% | - |
| HSV(B) | 48.18º | 0.58% | 0.92% | - |
| XYZ | 59.02 | 63.66 | 20.73 | - |
| YUV | 203.53 | 68.45 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 98 | 0 | 0.11 | 0.58 | 0.08 | 48.18 | 0.77 | 0.65 |
| Hex | EB | D0 | 62 | 0 | B | 3A | 8 | 30 | 4D | 41 |
| Octal | 353 | 320 | 142 | 0 | 13 | 72 | 10 | 60 | 115 | 101 |
| Binary | 11101011 | 11010000 | 1100010 | 0 | 1011 | 111010 | 1000 | 110000 | 1001101 | 1000001 |
Color Harmonies of #EBD062
Complementary color
Monochromatic Colors of #EBD062
Black with #EBD062
Text Example
Text Example
White with #EBD062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD062; }
p { color: rgb(235,208,98); }
H1.HeaderClassName
{
color: #EBD062;
}
.AnyTagClassName
{
color: #EBD062;
}
</style>
background-color css
<style>
a { background-color: #EBD062; }
a { background-color: rgb(235,208,98); }
div.DivClassName
{
background-color: #EBD062;
}
.BgClassName
{
background-color: #EBD062;
}
</style>
border-color css
<style>
span { border-color: #EBD062; }
span { border-color: rgb(235,208,98); }
td.TdClassName
{
border-color: #EBD062;
}
.TagClassName
{
border-color: #EBD062;
}
</style>