Shades of Golden Sand #ECC464
Tints of Golden Sand #ECC464
RGB
CMYK
RGB Variations
Color information
#ECC464 (or 0xECC464) is known color: Golden Sand. HEX triplet: EC, C4 and 64. RGB value is (236,196,100). Sum of RGB (Red+Green+Blue) = 236+196+100=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC464 is #133B9B. Grayscale: #C5C5C5. Windows color (decimal): -1260444 or 6604012. OLE color: 6604012.
HSL color Cylindrical-coordinate representation of color #ECC464: hue angle of 42.35º 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 #ECC464 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 100 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.07 |
| HSL | 42.35º | 0.78% | 0.66% | - |
| HSV(B) | 42.35º | 0.58% | 0.93% | - |
| XYZ | 56.63 | 58.23 | 20.31 | - |
| YUV | 197.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 100 | 0 | 0.17 | 0.58 | 0.07 | 42.35 | 0.78 | 0.66 |
| Hex | EC | C4 | 64 | 0 | 11 | 3A | 7 | 2A | 4E | 42 |
| Octal | 354 | 304 | 144 | 0 | 21 | 72 | 7 | 52 | 116 | 102 |
| Binary | 11101100 | 11000100 | 1100100 | 0 | 10001 | 111010 | 111 | 101010 | 1001110 | 1000010 |
Color Harmonies of #ECC464
Complementary color
Monochromatic Colors of #ECC464
Black with #ECC464
Text Example
Text Example
White with #ECC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC464; }
p { color: rgb(236,196,100); }
H1.HeaderClassName
{
color: #ECC464;
}
.AnyTagClassName
{
color: #ECC464;
}
</style>
background-color css
<style>
a { background-color: #ECC464; }
a { background-color: rgb(236,196,100); }
div.DivClassName
{
background-color: #ECC464;
}
.BgClassName
{
background-color: #ECC464;
}
</style>
border-color css
<style>
span { border-color: #ECC464; }
span { border-color: rgb(236,196,100); }
td.TdClassName
{
border-color: #ECC464;
}
.TagClassName
{
border-color: #ECC464;
}
</style>