Shades of Golden Sand #ECCC6C
Tints of Golden Sand #ECCC6C
RGB
CMYK
RGB Variations
Color information
#ECCC6C (or 0xECCC6C) is known color: Golden Sand. HEX triplet: EC, CC and 6C. RGB value is (236,204,108). Sum of RGB (Red+Green+Blue) = 236+204+108=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC6C is #133393. Grayscale: #CBCBCB. Windows color (decimal): -1258388 or 7130348. OLE color: 7130348.
HSL color Cylindrical-coordinate representation of color #ECCC6C: hue angle of 45º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECCC6C is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 108 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.07 |
| HSL | 45º | 0.77% | 0.67% | - |
| HSV(B) | 45º | 0.54% | 0.93% | - |
| XYZ | 58.89 | 62.1 | 23.07 | - |
| YUV | 202.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 108 | 0 | 0.14 | 0.54 | 0.07 | 45 | 0.77 | 0.67 |
| Hex | EC | CC | 6C | 0 | E | 36 | 7 | 2D | 4D | 43 |
| Octal | 354 | 314 | 154 | 0 | 16 | 66 | 7 | 55 | 115 | 103 |
| Binary | 11101100 | 11001100 | 1101100 | 0 | 1110 | 110110 | 111 | 101101 | 1001101 | 1000011 |
Color Harmonies of #ECCC6C
Complementary color
Monochromatic Colors of #ECCC6C
Black with #ECCC6C
Text Example
Text Example
White with #ECCC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC6C; }
p { color: rgb(236,204,108); }
H1.HeaderClassName
{
color: #ECCC6C;
}
.AnyTagClassName
{
color: #ECCC6C;
}
</style>
background-color css
<style>
a { background-color: #ECCC6C; }
a { background-color: rgb(236,204,108); }
div.DivClassName
{
background-color: #ECCC6C;
}
.BgClassName
{
background-color: #ECCC6C;
}
</style>
border-color css
<style>
span { border-color: #ECCC6C; }
span { border-color: rgb(236,204,108); }
td.TdClassName
{
border-color: #ECCC6C;
}
.TagClassName
{
border-color: #ECCC6C;
}
</style>