Shades of Golden Sand #ECDA64
Tints of Golden Sand #ECDA64
RGB
CMYK
RGB Variations
Color information
#ECDA64 (or 0xECDA64) is known color: Golden Sand. HEX triplet: EC, DA and 64. RGB value is (236,218,100). Sum of RGB (Red+Green+Blue) = 236+218+100=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA64 is #13259B. Grayscale: #D2D2D2. Windows color (decimal): -1254812 or 6609644. OLE color: 6609644.
HSL color Cylindrical-coordinate representation of color #ECDA64: hue angle of 52.06º 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 #ECDA64 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 100 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.07 |
| HSL | 52.06º | 0.78% | 0.66% | - |
| HSV(B) | 52.06º | 0.58% | 0.93% | - |
| XYZ | 61.96 | 68.9 | 22.09 | - |
| YUV | 209.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 100 | 0 | 0.08 | 0.58 | 0.07 | 52.06 | 0.78 | 0.66 |
| Hex | EC | DA | 64 | 0 | 8 | 3A | 7 | 34 | 4E | 42 |
| Octal | 354 | 332 | 144 | 0 | 10 | 72 | 7 | 64 | 116 | 102 |
| Binary | 11101100 | 11011010 | 1100100 | 0 | 1000 | 111010 | 111 | 110100 | 1001110 | 1000010 |
Color Harmonies of #ECDA64
Complementary color
Monochromatic Colors of #ECDA64
Black with #ECDA64
Text Example
Text Example
White with #ECDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA64; }
p { color: rgb(236,218,100); }
H1.HeaderClassName
{
color: #ECDA64;
}
.AnyTagClassName
{
color: #ECDA64;
}
</style>
background-color css
<style>
a { background-color: #ECDA64; }
a { background-color: rgb(236,218,100); }
div.DivClassName
{
background-color: #ECDA64;
}
.BgClassName
{
background-color: #ECDA64;
}
</style>
border-color css
<style>
span { border-color: #ECDA64; }
span { border-color: rgb(236,218,100); }
td.TdClassName
{
border-color: #ECDA64;
}
.TagClassName
{
border-color: #ECDA64;
}
</style>