Shades of Golden Sand #EBCD6D
Tints of Golden Sand #EBCD6D
RGB
CMYK
RGB Variations
Color information
#EBCD6D (or 0xEBCD6D) is known color: Golden Sand. HEX triplet: EB, CD and 6D. RGB value is (235,205,109). Sum of RGB (Red+Green+Blue) = 235+205+109=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD6D is #143292. Grayscale: #CBCBCB. Windows color (decimal): -1323667 or 7196139. OLE color: 7196139.
HSL color Cylindrical-coordinate representation of color #EBCD6D: hue angle of 45.71º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBCD6D is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 109 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.08 |
| HSL | 45.71º | 0.76% | 0.67% | - |
| HSV(B) | 45.71º | 0.54% | 0.92% | - |
| XYZ | 58.85 | 62.43 | 23.42 | - |
| YUV | 203.03 | 74.94 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 109 | 0 | 0.13 | 0.54 | 0.08 | 45.71 | 0.76 | 0.67 |
| Hex | EB | CD | 6D | 0 | D | 36 | 8 | 2E | 4C | 43 |
| Octal | 353 | 315 | 155 | 0 | 15 | 66 | 10 | 56 | 114 | 103 |
| Binary | 11101011 | 11001101 | 1101101 | 0 | 1101 | 110110 | 1000 | 101110 | 1001100 | 1000011 |
Color Harmonies of #EBCD6D
Complementary color
Monochromatic Colors of #EBCD6D
Black with #EBCD6D
Text Example
Text Example
White with #EBCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD6D; }
p { color: rgb(235,205,109); }
H1.HeaderClassName
{
color: #EBCD6D;
}
.AnyTagClassName
{
color: #EBCD6D;
}
</style>
background-color css
<style>
a { background-color: #EBCD6D; }
a { background-color: rgb(235,205,109); }
div.DivClassName
{
background-color: #EBCD6D;
}
.BgClassName
{
background-color: #EBCD6D;
}
</style>
border-color css
<style>
span { border-color: #EBCD6D; }
span { border-color: rgb(235,205,109); }
td.TdClassName
{
border-color: #EBCD6D;
}
.TagClassName
{
border-color: #EBCD6D;
}
</style>