Shades of Golden Sand #ECC66E
Tints of Golden Sand #ECC66E
RGB
CMYK
RGB Variations
Color information
#ECC66E (or 0xECC66E) is known color: Golden Sand. HEX triplet: EC, C6 and 6E. RGB value is (236,198,110). Sum of RGB (Red+Green+Blue) = 236+198+110=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC66E is #133991. Grayscale: #C7C7C7. Windows color (decimal): -1259922 or 7259884. OLE color: 7259884.
HSL color Cylindrical-coordinate representation of color #ECC66E: hue angle of 41.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECC66E is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 110 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.07 |
| HSL | 41.9º | 0.77% | 0.68% | - |
| HSV(B) | 41.9º | 0.53% | 0.93% | - |
| XYZ | 57.6 | 59.35 | 23.17 | - |
| YUV | 199.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 110 | 0 | 0.16 | 0.53 | 0.07 | 41.9 | 0.77 | 0.68 |
| Hex | EC | C6 | 6E | 0 | 10 | 35 | 7 | 2A | 4D | 44 |
| Octal | 354 | 306 | 156 | 0 | 20 | 65 | 7 | 52 | 115 | 104 |
| Binary | 11101100 | 11000110 | 1101110 | 0 | 10000 | 110101 | 111 | 101010 | 1001101 | 1000100 |
Color Harmonies of #ECC66E
Complementary color
Monochromatic Colors of #ECC66E
Black with #ECC66E
Text Example
Text Example
White with #ECC66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC66E; }
p { color: rgb(236,198,110); }
H1.HeaderClassName
{
color: #ECC66E;
}
.AnyTagClassName
{
color: #ECC66E;
}
</style>
background-color css
<style>
a { background-color: #ECC66E; }
a { background-color: rgb(236,198,110); }
div.DivClassName
{
background-color: #ECC66E;
}
.BgClassName
{
background-color: #ECC66E;
}
</style>
border-color css
<style>
span { border-color: #ECC66E; }
span { border-color: rgb(236,198,110); }
td.TdClassName
{
border-color: #ECC66E;
}
.TagClassName
{
border-color: #ECC66E;
}
</style>