Shades of Golden Sand #EBC770
Tints of Golden Sand #EBC770
RGB
CMYK
RGB Variations
Color information
#EBC770 (or 0xEBC770) is known color: Golden Sand. HEX triplet: EB, C7 and 70. RGB value is (235,199,112). Sum of RGB (Red+Green+Blue) = 235+199+112=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC770 is #14388F. Grayscale: #C8C8C8. Windows color (decimal): -1325200 or 7391211. OLE color: 7391211.
HSL color Cylindrical-coordinate representation of color #EBC770: hue angle of 42.44º 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 #EBC770 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 112 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.08 |
| HSL | 42.44º | 0.75% | 0.68% | - |
| HSV(B) | 42.44º | 0.52% | 0.92% | - |
| XYZ | 57.61 | 59.68 | 23.81 | - |
| YUV | 199.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 112 | 0 | 0.15 | 0.52 | 0.08 | 42.44 | 0.75 | 0.68 |
| Hex | EB | C7 | 70 | 0 | F | 34 | 8 | 2A | 4B | 44 |
| Octal | 353 | 307 | 160 | 0 | 17 | 64 | 10 | 52 | 113 | 104 |
| Binary | 11101011 | 11000111 | 1110000 | 0 | 1111 | 110100 | 1000 | 101010 | 1001011 | 1000100 |
Color Harmonies of #EBC770
Complementary color
Monochromatic Colors of #EBC770
Black with #EBC770
Text Example
Text Example
White with #EBC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC770; }
p { color: rgb(235,199,112); }
H1.HeaderClassName
{
color: #EBC770;
}
.AnyTagClassName
{
color: #EBC770;
}
</style>
background-color css
<style>
a { background-color: #EBC770; }
a { background-color: rgb(235,199,112); }
div.DivClassName
{
background-color: #EBC770;
}
.BgClassName
{
background-color: #EBC770;
}
</style>
border-color css
<style>
span { border-color: #EBC770; }
span { border-color: rgb(235,199,112); }
td.TdClassName
{
border-color: #EBC770;
}
.TagClassName
{
border-color: #EBC770;
}
</style>