Shades of Golden Sand #ECC661
Tints of Golden Sand #ECC661
RGB
CMYK
RGB Variations
Color information
#ECC661 (or 0xECC661) is known color: Golden Sand. HEX triplet: EC, C6 and 61. RGB value is (236,198,97). Sum of RGB (Red+Green+Blue) = 236+198+97=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC661 is #13399E. Grayscale: #C6C6C6. Windows color (decimal): -1259935 or 6407916. OLE color: 6407916.
HSL color Cylindrical-coordinate representation of color #ECC661: hue angle of 43.6º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECC661 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 97 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.07 |
| HSL | 43.6º | 0.79% | 0.65% | - |
| HSV(B) | 43.6º | 0.59% | 0.93% | - |
| XYZ | 56.94 | 59.08 | 19.71 | - |
| YUV | 197.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 97 | 0 | 0.16 | 0.59 | 0.07 | 43.6 | 0.79 | 0.65 |
| Hex | EC | C6 | 61 | 0 | 10 | 3B | 7 | 2C | 4F | 41 |
| Octal | 354 | 306 | 141 | 0 | 20 | 73 | 7 | 54 | 117 | 101 |
| Binary | 11101100 | 11000110 | 1100001 | 0 | 10000 | 111011 | 111 | 101100 | 1001111 | 1000001 |
Color Harmonies of #ECC661
Complementary color
Monochromatic Colors of #ECC661
Black with #ECC661
Text Example
Text Example
White with #ECC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC661; }
p { color: rgb(236,198,97); }
H1.HeaderClassName
{
color: #ECC661;
}
.AnyTagClassName
{
color: #ECC661;
}
</style>
background-color css
<style>
a { background-color: #ECC661; }
a { background-color: rgb(236,198,97); }
div.DivClassName
{
background-color: #ECC661;
}
.BgClassName
{
background-color: #ECC661;
}
</style>
border-color css
<style>
span { border-color: #ECC661; }
span { border-color: rgb(236,198,97); }
td.TdClassName
{
border-color: #ECC661;
}
.TagClassName
{
border-color: #ECC661;
}
</style>