Shades of Golden Sand #EBC570
Tints of Golden Sand #EBC570
RGB
CMYK
RGB Variations
Color information
#EBC570 (or 0xEBC570) is known color: Golden Sand. HEX triplet: EB, C5 and 70. RGB value is (235,197,112). Sum of RGB (Red+Green+Blue) = 235+197+112=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC570 is #143A8F. Grayscale: #C7C7C7. Windows color (decimal): -1325712 or 7390699. OLE color: 7390699.
HSL color Cylindrical-coordinate representation of color #EBC570: hue angle of 41.46º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBC570 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 112 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.08 |
| HSL | 41.46º | 0.75% | 0.68% | - |
| HSV(B) | 41.46º | 0.52% | 0.92% | - |
| XYZ | 57.15 | 58.76 | 23.66 | - |
| YUV | 198.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 112 | 0 | 0.16 | 0.52 | 0.08 | 41.46 | 0.75 | 0.68 |
| Hex | EB | C5 | 70 | 0 | 10 | 34 | 8 | 29 | 4B | 44 |
| Octal | 353 | 305 | 160 | 0 | 20 | 64 | 10 | 51 | 113 | 104 |
| Binary | 11101011 | 11000101 | 1110000 | 0 | 10000 | 110100 | 1000 | 101001 | 1001011 | 1000100 |
Color Harmonies of #EBC570
Complementary color
Monochromatic Colors of #EBC570
Black with #EBC570
Text Example
Text Example
White with #EBC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC570; }
p { color: rgb(235,197,112); }
H1.HeaderClassName
{
color: #EBC570;
}
.AnyTagClassName
{
color: #EBC570;
}
</style>
background-color css
<style>
a { background-color: #EBC570; }
a { background-color: rgb(235,197,112); }
div.DivClassName
{
background-color: #EBC570;
}
.BgClassName
{
background-color: #EBC570;
}
</style>
border-color css
<style>
span { border-color: #EBC570; }
span { border-color: rgb(235,197,112); }
td.TdClassName
{
border-color: #EBC570;
}
.TagClassName
{
border-color: #EBC570;
}
</style>