Shades of Golden Sand #ECD66B
Tints of Golden Sand #ECD66B
RGB
CMYK
RGB Variations
Color information
#ECD66B (or 0xECD66B) is known color: Golden Sand. HEX triplet: EC, D6 and 6B. RGB value is (236,214,107). Sum of RGB (Red+Green+Blue) = 236+214+107=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD66B is #132994. Grayscale: #D0D0D0. Windows color (decimal): -1255829 or 7067372. OLE color: 7067372.
HSL color Cylindrical-coordinate representation of color #ECD66B: hue angle of 49.77º 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 #ECD66B is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 107 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.07 |
| HSL | 49.77º | 0.77% | 0.67% | - |
| HSV(B) | 49.77º | 0.55% | 0.93% | - |
| XYZ | 61.29 | 66.99 | 23.61 | - |
| YUV | 208.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 107 | 0 | 0.09 | 0.55 | 0.07 | 49.77 | 0.77 | 0.67 |
| Hex | EC | D6 | 6B | 0 | 9 | 37 | 7 | 32 | 4D | 43 |
| Octal | 354 | 326 | 153 | 0 | 11 | 67 | 7 | 62 | 115 | 103 |
| Binary | 11101100 | 11010110 | 1101011 | 0 | 1001 | 110111 | 111 | 110010 | 1001101 | 1000011 |
Color Harmonies of #ECD66B
Complementary color
Monochromatic Colors of #ECD66B
Black with #ECD66B
Text Example
Text Example
White with #ECD66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD66B; }
p { color: rgb(236,214,107); }
H1.HeaderClassName
{
color: #ECD66B;
}
.AnyTagClassName
{
color: #ECD66B;
}
</style>
background-color css
<style>
a { background-color: #ECD66B; }
a { background-color: rgb(236,214,107); }
div.DivClassName
{
background-color: #ECD66B;
}
.BgClassName
{
background-color: #ECD66B;
}
</style>
border-color css
<style>
span { border-color: #ECD66B; }
span { border-color: rgb(236,214,107); }
td.TdClassName
{
border-color: #ECD66B;
}
.TagClassName
{
border-color: #ECD66B;
}
</style>