Shades of Golden Sand #EBDA68
Tints of Golden Sand #EBDA68
RGB
CMYK
RGB Variations
Color information
#EBDA68 (or 0xEBDA68) is known color: Golden Sand. HEX triplet: EB, DA and 68. RGB value is (235,218,104). Sum of RGB (Red+Green+Blue) = 235+218+104=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA68 is #142597. Grayscale: #D2D2D2. Windows color (decimal): -1320344 or 6871787. OLE color: 6871787.
HSL color Cylindrical-coordinate representation of color #EBDA68: hue angle of 52.21º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBDA68 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 104 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.08 |
| HSL | 52.21º | 0.77% | 0.66% | - |
| HSV(B) | 52.21º | 0.56% | 0.92% | - |
| XYZ | 61.83 | 68.8 | 23.12 | - |
| YUV | 210.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 104 | 0 | 0.07 | 0.56 | 0.08 | 52.21 | 0.77 | 0.66 |
| Hex | EB | DA | 68 | 0 | 7 | 38 | 8 | 34 | 4D | 42 |
| Octal | 353 | 332 | 150 | 0 | 7 | 70 | 10 | 64 | 115 | 102 |
| Binary | 11101011 | 11011010 | 1101000 | 0 | 111 | 111000 | 1000 | 110100 | 1001101 | 1000010 |
Color Harmonies of #EBDA68
Complementary color
Monochromatic Colors of #EBDA68
Black with #EBDA68
Text Example
Text Example
White with #EBDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA68; }
p { color: rgb(235,218,104); }
H1.HeaderClassName
{
color: #EBDA68;
}
.AnyTagClassName
{
color: #EBDA68;
}
</style>
background-color css
<style>
a { background-color: #EBDA68; }
a { background-color: rgb(235,218,104); }
div.DivClassName
{
background-color: #EBDA68;
}
.BgClassName
{
background-color: #EBDA68;
}
</style>
border-color css
<style>
span { border-color: #EBDA68; }
span { border-color: rgb(235,218,104); }
td.TdClassName
{
border-color: #EBDA68;
}
.TagClassName
{
border-color: #EBDA68;
}
</style>