Shades of Golden Sand #EBD073
Tints of Golden Sand #EBD073
RGB
CMYK
RGB Variations
Color information
#EBD073 (or 0xEBD073) is known color: Golden Sand. HEX triplet: EB, D0 and 73. RGB value is (235,208,115). Sum of RGB (Red+Green+Blue) = 235+208+115=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD073 is #142F8C. Grayscale: #CDCDCD. Windows color (decimal): -1322893 or 7590123. OLE color: 7590123.
HSL color Cylindrical-coordinate representation of color #EBD073: hue angle of 46.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBD073 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 115 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.08 |
| HSL | 46.5º | 0.75% | 0.69% | - |
| HSV(B) | 46.5º | 0.51% | 0.92% | - |
| XYZ | 59.91 | 64.01 | 25.42 | - |
| YUV | 205.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 115 | 0 | 0.11 | 0.51 | 0.08 | 46.5 | 0.75 | 0.69 |
| Hex | EB | D0 | 73 | 0 | B | 33 | 8 | 2E | 4B | 45 |
| Octal | 353 | 320 | 163 | 0 | 13 | 63 | 10 | 56 | 113 | 105 |
| Binary | 11101011 | 11010000 | 1110011 | 0 | 1011 | 110011 | 1000 | 101110 | 1001011 | 1000101 |
Color Harmonies of #EBD073
Complementary color
Monochromatic Colors of #EBD073
Black with #EBD073
Text Example
Text Example
White with #EBD073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD073; }
p { color: rgb(235,208,115); }
H1.HeaderClassName
{
color: #EBD073;
}
.AnyTagClassName
{
color: #EBD073;
}
</style>
background-color css
<style>
a { background-color: #EBD073; }
a { background-color: rgb(235,208,115); }
div.DivClassName
{
background-color: #EBD073;
}
.BgClassName
{
background-color: #EBD073;
}
</style>
border-color css
<style>
span { border-color: #EBD073; }
span { border-color: rgb(235,208,115); }
td.TdClassName
{
border-color: #EBD073;
}
.TagClassName
{
border-color: #EBD073;
}
</style>