Shades of Golden Sand #EBC670
Tints of Golden Sand #EBC670
RGB
CMYK
RGB Variations
Color information
#EBC670 (or 0xEBC670) is known color: Golden Sand. HEX triplet: EB, C6 and 70. RGB value is (235,198,112). Sum of RGB (Red+Green+Blue) = 235+198+112=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC670 is #14398F. Grayscale: #C7C7C7. Windows color (decimal): -1325456 or 7390955. OLE color: 7390955.
HSL color Cylindrical-coordinate representation of color #EBC670: hue angle of 41.95º 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 #EBC670 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 112 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.08 |
| HSL | 41.95º | 0.75% | 0.68% | - |
| HSV(B) | 41.95º | 0.52% | 0.92% | - |
| XYZ | 57.38 | 59.22 | 23.74 | - |
| YUV | 199.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 112 | 0 | 0.16 | 0.52 | 0.08 | 41.95 | 0.75 | 0.68 |
| Hex | EB | C6 | 70 | 0 | 10 | 34 | 8 | 2A | 4B | 44 |
| Octal | 353 | 306 | 160 | 0 | 20 | 64 | 10 | 52 | 113 | 104 |
| Binary | 11101011 | 11000110 | 1110000 | 0 | 10000 | 110100 | 1000 | 101010 | 1001011 | 1000100 |
Color Harmonies of #EBC670
Complementary color
Monochromatic Colors of #EBC670
Black with #EBC670
Text Example
Text Example
White with #EBC670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC670; }
p { color: rgb(235,198,112); }
H1.HeaderClassName
{
color: #EBC670;
}
.AnyTagClassName
{
color: #EBC670;
}
</style>
background-color css
<style>
a { background-color: #EBC670; }
a { background-color: rgb(235,198,112); }
div.DivClassName
{
background-color: #EBC670;
}
.BgClassName
{
background-color: #EBC670;
}
</style>
border-color css
<style>
span { border-color: #EBC670; }
span { border-color: rgb(235,198,112); }
td.TdClassName
{
border-color: #EBC670;
}
.TagClassName
{
border-color: #EBC670;
}
</style>