Shades of Golden Sand #ECC764
Tints of Golden Sand #ECC764
RGB
CMYK
RGB Variations
Color information
#ECC764 (or 0xECC764) is known color: Golden Sand. HEX triplet: EC, C7 and 64. RGB value is (236,199,100). Sum of RGB (Red+Green+Blue) = 236+199+100=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC764 is #13389B. Grayscale: #C7C7C7. Windows color (decimal): -1259676 or 6604780. OLE color: 6604780.
HSL color Cylindrical-coordinate representation of color #ECC764: hue angle of 43.68º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECC764 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 100 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.07 |
| HSL | 43.68º | 0.78% | 0.66% | - |
| HSV(B) | 43.68º | 0.58% | 0.93% | - |
| XYZ | 57.32 | 59.6 | 20.54 | - |
| YUV | 198.78 | 72.26 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 100 | 0 | 0.16 | 0.58 | 0.07 | 43.68 | 0.78 | 0.66 |
| Hex | EC | C7 | 64 | 0 | 10 | 3A | 7 | 2C | 4E | 42 |
| Octal | 354 | 307 | 144 | 0 | 20 | 72 | 7 | 54 | 116 | 102 |
| Binary | 11101100 | 11000111 | 1100100 | 0 | 10000 | 111010 | 111 | 101100 | 1001110 | 1000010 |
Color Harmonies of #ECC764
Complementary color
Monochromatic Colors of #ECC764
Black with #ECC764
Text Example
Text Example
White with #ECC764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC764; }
p { color: rgb(236,199,100); }
H1.HeaderClassName
{
color: #ECC764;
}
.AnyTagClassName
{
color: #ECC764;
}
</style>
background-color css
<style>
a { background-color: #ECC764; }
a { background-color: rgb(236,199,100); }
div.DivClassName
{
background-color: #ECC764;
}
.BgClassName
{
background-color: #ECC764;
}
</style>
border-color css
<style>
span { border-color: #ECC764; }
span { border-color: rgb(236,199,100); }
td.TdClassName
{
border-color: #ECC764;
}
.TagClassName
{
border-color: #ECC764;
}
</style>