Shades of Golden Sand #ECCF64
Tints of Golden Sand #ECCF64
RGB
CMYK
RGB Variations
Color information
#ECCF64 (or 0xECCF64) is known color: Golden Sand. HEX triplet: EC, CF and 64. RGB value is (236,207,100). Sum of RGB (Red+Green+Blue) = 236+207+100=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF64 is #13309B. Grayscale: #CBCBCB. Windows color (decimal): -1257628 or 6606828. OLE color: 6606828.
HSL color Cylindrical-coordinate representation of color #ECCF64: hue angle of 47.21º 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 #ECCF64 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 100 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.07 |
| HSL | 47.21º | 0.78% | 0.66% | - |
| HSV(B) | 47.21º | 0.58% | 0.93% | - |
| XYZ | 59.21 | 63.38 | 21.17 | - |
| YUV | 203.47 | 69.61 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 100 | 0 | 0.12 | 0.58 | 0.07 | 47.21 | 0.78 | 0.66 |
| Hex | EC | CF | 64 | 0 | C | 3A | 7 | 2F | 4E | 42 |
| Octal | 354 | 317 | 144 | 0 | 14 | 72 | 7 | 57 | 116 | 102 |
| Binary | 11101100 | 11001111 | 1100100 | 0 | 1100 | 111010 | 111 | 101111 | 1001110 | 1000010 |
Color Harmonies of #ECCF64
Complementary color
Monochromatic Colors of #ECCF64
Black with #ECCF64
Text Example
Text Example
White with #ECCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF64; }
p { color: rgb(236,207,100); }
H1.HeaderClassName
{
color: #ECCF64;
}
.AnyTagClassName
{
color: #ECCF64;
}
</style>
background-color css
<style>
a { background-color: #ECCF64; }
a { background-color: rgb(236,207,100); }
div.DivClassName
{
background-color: #ECCF64;
}
.BgClassName
{
background-color: #ECCF64;
}
</style>
border-color css
<style>
span { border-color: #ECCF64; }
span { border-color: rgb(236,207,100); }
td.TdClassName
{
border-color: #ECCF64;
}
.TagClassName
{
border-color: #ECCF64;
}
</style>