Shades of Golden Sand #ECD164
Tints of Golden Sand #ECD164
RGB
CMYK
RGB Variations
Color information
#ECD164 (or 0xECD164) is known color: Golden Sand. HEX triplet: EC, D1 and 64. RGB value is (236,209,100). Sum of RGB (Red+Green+Blue) = 236+209+100=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD164 is #132E9B. Grayscale: #CDCDCD. Windows color (decimal): -1257116 or 6607340. OLE color: 6607340.
HSL color Cylindrical-coordinate representation of color #ECD164: hue angle of 48.09º 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 #ECD164 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 100 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.07 |
| HSL | 48.09º | 0.78% | 0.66% | - |
| HSV(B) | 48.09º | 0.58% | 0.93% | - |
| XYZ | 59.69 | 64.35 | 21.33 | - |
| YUV | 204.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 100 | 0 | 0.11 | 0.58 | 0.07 | 48.09 | 0.78 | 0.66 |
| Hex | EC | D1 | 64 | 0 | B | 3A | 7 | 30 | 4E | 42 |
| Octal | 354 | 321 | 144 | 0 | 13 | 72 | 7 | 60 | 116 | 102 |
| Binary | 11101100 | 11010001 | 1100100 | 0 | 1011 | 111010 | 111 | 110000 | 1001110 | 1000010 |
Color Harmonies of #ECD164
Complementary color
Monochromatic Colors of #ECD164
Black with #ECD164
Text Example
Text Example
White with #ECD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD164; }
p { color: rgb(236,209,100); }
H1.HeaderClassName
{
color: #ECD164;
}
.AnyTagClassName
{
color: #ECD164;
}
</style>
background-color css
<style>
a { background-color: #ECD164; }
a { background-color: rgb(236,209,100); }
div.DivClassName
{
background-color: #ECD164;
}
.BgClassName
{
background-color: #ECD164;
}
</style>
border-color css
<style>
span { border-color: #ECD164; }
span { border-color: rgb(236,209,100); }
td.TdClassName
{
border-color: #ECD164;
}
.TagClassName
{
border-color: #ECD164;
}
</style>