Shades of Golden Sand #ECD56B
Tints of Golden Sand #ECD56B
RGB
CMYK
RGB Variations
Color information
#ECD56B (or 0xECD56B) is known color: Golden Sand. HEX triplet: EC, D5 and 6B. RGB value is (236,213,107). Sum of RGB (Red+Green+Blue) = 236+213+107=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD56B is #132A94. Grayscale: #D0D0D0. Windows color (decimal): -1256085 or 7067116. OLE color: 7067116.
HSL color Cylindrical-coordinate representation of color #ECD56B: hue angle of 49.3º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECD56B is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 107 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.07 |
| HSL | 49.3º | 0.77% | 0.67% | - |
| HSV(B) | 49.3º | 0.55% | 0.93% | - |
| XYZ | 61.04 | 66.48 | 23.53 | - |
| YUV | 207.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 107 | 0 | 0.10 | 0.55 | 0.07 | 49.3 | 0.77 | 0.67 |
| Hex | EC | D5 | 6B | 0 | A | 37 | 7 | 31 | 4D | 43 |
| Octal | 354 | 325 | 153 | 0 | 12 | 67 | 7 | 61 | 115 | 103 |
| Binary | 11101100 | 11010101 | 1101011 | 0 | 1010 | 110111 | 111 | 110001 | 1001101 | 1000011 |
Color Harmonies of #ECD56B
Complementary color
Monochromatic Colors of #ECD56B
Black with #ECD56B
Text Example
Text Example
White with #ECD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD56B; }
p { color: rgb(236,213,107); }
H1.HeaderClassName
{
color: #ECD56B;
}
.AnyTagClassName
{
color: #ECD56B;
}
</style>
background-color css
<style>
a { background-color: #ECD56B; }
a { background-color: rgb(236,213,107); }
div.DivClassName
{
background-color: #ECD56B;
}
.BgClassName
{
background-color: #ECD56B;
}
</style>
border-color css
<style>
span { border-color: #ECD56B; }
span { border-color: rgb(236,213,107); }
td.TdClassName
{
border-color: #ECD56B;
}
.TagClassName
{
border-color: #ECD56B;
}
</style>