Shades of Golden Sand #EBC76D
Tints of Golden Sand #EBC76D
RGB
CMYK
RGB Variations
Color information
#EBC76D (or 0xEBC76D) is known color: Golden Sand. HEX triplet: EB, C7 and 6D. RGB value is (235,199,109). Sum of RGB (Red+Green+Blue) = 235+199+109=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC76D is #143892. Grayscale: #C7C7C7. Windows color (decimal): -1325203 or 7194603. OLE color: 7194603.
HSL color Cylindrical-coordinate representation of color #EBC76D: hue angle of 42.86º 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 #EBC76D is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 109 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.08 |
| HSL | 42.86º | 0.76% | 0.67% | - |
| HSV(B) | 42.86º | 0.54% | 0.92% | - |
| XYZ | 57.44 | 59.61 | 22.95 | - |
| YUV | 199.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 109 | 0 | 0.15 | 0.54 | 0.08 | 42.86 | 0.76 | 0.67 |
| Hex | EB | C7 | 6D | 0 | F | 36 | 8 | 2B | 4C | 43 |
| Octal | 353 | 307 | 155 | 0 | 17 | 66 | 10 | 53 | 114 | 103 |
| Binary | 11101011 | 11000111 | 1101101 | 0 | 1111 | 110110 | 1000 | 101011 | 1001100 | 1000011 |
Color Harmonies of #EBC76D
Complementary color
Monochromatic Colors of #EBC76D
Black with #EBC76D
Text Example
Text Example
White with #EBC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC76D; }
p { color: rgb(235,199,109); }
H1.HeaderClassName
{
color: #EBC76D;
}
.AnyTagClassName
{
color: #EBC76D;
}
</style>
background-color css
<style>
a { background-color: #EBC76D; }
a { background-color: rgb(235,199,109); }
div.DivClassName
{
background-color: #EBC76D;
}
.BgClassName
{
background-color: #EBC76D;
}
</style>
border-color css
<style>
span { border-color: #EBC76D; }
span { border-color: rgb(235,199,109); }
td.TdClassName
{
border-color: #EBC76D;
}
.TagClassName
{
border-color: #EBC76D;
}
</style>