Shades of Golden Sand #ECD56C
Tints of Golden Sand #ECD56C
RGB
CMYK
RGB Variations
Color information
#ECD56C (or 0xECD56C) is known color: Golden Sand. HEX triplet: EC, D5 and 6C. RGB value is (236,213,108). Sum of RGB (Red+Green+Blue) = 236+213+108=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD56C is #132A93. Grayscale: #D0D0D0. Windows color (decimal): -1256084 or 7132652. OLE color: 7132652.
HSL color Cylindrical-coordinate representation of color #ECD56C: hue angle of 49.22º 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 #ECD56C is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 108 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.07 |
| HSL | 49.22º | 0.77% | 0.67% | - |
| HSV(B) | 49.22º | 0.54% | 0.93% | - |
| XYZ | 61.09 | 66.5 | 23.8 | - |
| YUV | 207.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 108 | 0 | 0.10 | 0.54 | 0.07 | 49.22 | 0.77 | 0.67 |
| Hex | EC | D5 | 6C | 0 | A | 36 | 7 | 31 | 4D | 43 |
| Octal | 354 | 325 | 154 | 0 | 12 | 66 | 7 | 61 | 115 | 103 |
| Binary | 11101100 | 11010101 | 1101100 | 0 | 1010 | 110110 | 111 | 110001 | 1001101 | 1000011 |
Color Harmonies of #ECD56C
Complementary color
Monochromatic Colors of #ECD56C
Black with #ECD56C
Text Example
Text Example
White with #ECD56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD56C; }
p { color: rgb(236,213,108); }
H1.HeaderClassName
{
color: #ECD56C;
}
.AnyTagClassName
{
color: #ECD56C;
}
</style>
background-color css
<style>
a { background-color: #ECD56C; }
a { background-color: rgb(236,213,108); }
div.DivClassName
{
background-color: #ECD56C;
}
.BgClassName
{
background-color: #ECD56C;
}
</style>
border-color css
<style>
span { border-color: #ECD56C; }
span { border-color: rgb(236,213,108); }
td.TdClassName
{
border-color: #ECD56C;
}
.TagClassName
{
border-color: #ECD56C;
}
</style>