Shades of Golden Sand #ECDC64
Tints of Golden Sand #ECDC64
RGB
CMYK
RGB Variations
Color information
#ECDC64 (or 0xECDC64) is known color: Golden Sand. HEX triplet: EC, DC and 64. RGB value is (236,220,100). Sum of RGB (Red+Green+Blue) = 236+220+100=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC64 is #13239B. Grayscale: #D3D3D3. Windows color (decimal): -1254300 or 6610156. OLE color: 6610156.
HSL color Cylindrical-coordinate representation of color #ECDC64: hue angle of 52.94º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECDC64 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 100 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.07 |
| HSL | 52.94º | 0.78% | 0.66% | - |
| HSV(B) | 52.94º | 0.58% | 0.93% | - |
| XYZ | 62.49 | 69.94 | 22.26 | - |
| YUV | 211.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 100 | 0 | 0.07 | 0.58 | 0.07 | 52.94 | 0.78 | 0.66 |
| Hex | EC | DC | 64 | 0 | 7 | 3A | 7 | 35 | 4E | 42 |
| Octal | 354 | 334 | 144 | 0 | 7 | 72 | 7 | 65 | 116 | 102 |
| Binary | 11101100 | 11011100 | 1100100 | 0 | 111 | 111010 | 111 | 110101 | 1001110 | 1000010 |
Color Harmonies of #ECDC64
Complementary color
Monochromatic Colors of #ECDC64
Black with #ECDC64
Text Example
Text Example
White with #ECDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC64; }
p { color: rgb(236,220,100); }
H1.HeaderClassName
{
color: #ECDC64;
}
.AnyTagClassName
{
color: #ECDC64;
}
</style>
background-color css
<style>
a { background-color: #ECDC64; }
a { background-color: rgb(236,220,100); }
div.DivClassName
{
background-color: #ECDC64;
}
.BgClassName
{
background-color: #ECDC64;
}
</style>
border-color css
<style>
span { border-color: #ECDC64; }
span { border-color: rgb(236,220,100); }
td.TdClassName
{
border-color: #ECDC64;
}
.TagClassName
{
border-color: #ECDC64;
}
</style>