Shades of Golden Sand #ECD46E
Tints of Golden Sand #ECD46E
RGB
CMYK
RGB Variations
Color information
#ECD46E (or 0xECD46E) is known color: Golden Sand. HEX triplet: EC, D4 and 6E. RGB value is (236,212,110). Sum of RGB (Red+Green+Blue) = 236+212+110=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD46E is #132B91. Grayscale: #CFCFCF. Windows color (decimal): -1256338 or 7263468. OLE color: 7263468.
HSL color Cylindrical-coordinate representation of color #ECD46E: hue angle of 48.57º 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 #ECD46E is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 110 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.07 |
| HSL | 48.57º | 0.77% | 0.68% | - |
| HSV(B) | 48.57º | 0.53% | 0.93% | - |
| XYZ | 60.95 | 66.05 | 24.29 | - |
| YUV | 207.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 110 | 0 | 0.10 | 0.53 | 0.07 | 48.57 | 0.77 | 0.68 |
| Hex | EC | D4 | 6E | 0 | A | 35 | 7 | 31 | 4D | 44 |
| Octal | 354 | 324 | 156 | 0 | 12 | 65 | 7 | 61 | 115 | 104 |
| Binary | 11101100 | 11010100 | 1101110 | 0 | 1010 | 110101 | 111 | 110001 | 1001101 | 1000100 |
Color Harmonies of #ECD46E
Complementary color
Monochromatic Colors of #ECD46E
Black with #ECD46E
Text Example
Text Example
White with #ECD46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD46E; }
p { color: rgb(236,212,110); }
H1.HeaderClassName
{
color: #ECD46E;
}
.AnyTagClassName
{
color: #ECD46E;
}
</style>
background-color css
<style>
a { background-color: #ECD46E; }
a { background-color: rgb(236,212,110); }
div.DivClassName
{
background-color: #ECD46E;
}
.BgClassName
{
background-color: #ECD46E;
}
</style>
border-color css
<style>
span { border-color: #ECD46E; }
span { border-color: rgb(236,212,110); }
td.TdClassName
{
border-color: #ECD46E;
}
.TagClassName
{
border-color: #ECD46E;
}
</style>