Shades of Golden Sand #EBCD76
Tints of Golden Sand #EBCD76
RGB
CMYK
RGB Variations
Color information
#EBCD76 (or 0xEBCD76) is known color: Golden Sand. HEX triplet: EB, CD and 76. RGB value is (235,205,118). Sum of RGB (Red+Green+Blue) = 235+205+118=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD76 is #143289. Grayscale: #CCCCCC. Windows color (decimal): -1323658 or 7785963. OLE color: 7785963.
HSL color Cylindrical-coordinate representation of color #EBCD76: hue angle of 44.62º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBCD76 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 118 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.08 |
| HSL | 44.62º | 0.75% | 0.69% | - |
| HSV(B) | 44.62º | 0.5% | 0.92% | - |
| XYZ | 59.36 | 62.63 | 26.1 | - |
| YUV | 204.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 118 | 0 | 0.13 | 0.50 | 0.08 | 44.62 | 0.75 | 0.69 |
| Hex | EB | CD | 76 | 0 | D | 32 | 8 | 2D | 4B | 45 |
| Octal | 353 | 315 | 166 | 0 | 15 | 62 | 10 | 55 | 113 | 105 |
| Binary | 11101011 | 11001101 | 1110110 | 0 | 1101 | 110010 | 1000 | 101101 | 1001011 | 1000101 |
Color Harmonies of #EBCD76
Complementary color
Monochromatic Colors of #EBCD76
Black with #EBCD76
Text Example
Text Example
White with #EBCD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD76; }
p { color: rgb(235,205,118); }
H1.HeaderClassName
{
color: #EBCD76;
}
.AnyTagClassName
{
color: #EBCD76;
}
</style>
background-color css
<style>
a { background-color: #EBCD76; }
a { background-color: rgb(235,205,118); }
div.DivClassName
{
background-color: #EBCD76;
}
.BgClassName
{
background-color: #EBCD76;
}
</style>
border-color css
<style>
span { border-color: #EBCD76; }
span { border-color: rgb(235,205,118); }
td.TdClassName
{
border-color: #EBCD76;
}
.TagClassName
{
border-color: #EBCD76;
}
</style>