Shades of Golden Sand #ECDD65
Tints of Golden Sand #ECDD65
RGB
CMYK
RGB Variations
Color information
#ECDD65 (or 0xECDD65) is known color: Golden Sand. HEX triplet: EC, DD and 65. RGB value is (236,221,101). Sum of RGB (Red+Green+Blue) = 236+221+101=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD65 is #13229A. Grayscale: #D4D4D4. Windows color (decimal): -1254043 or 6675948. OLE color: 6675948.
HSL color Cylindrical-coordinate representation of color #ECDD65: hue angle of 53.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECDD65 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 101 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.07 |
| HSL | 53.33º | 0.78% | 0.66% | - |
| HSV(B) | 53.33º | 0.57% | 0.93% | - |
| XYZ | 62.8 | 70.49 | 22.61 | - |
| YUV | 211.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 101 | 0 | 0.06 | 0.57 | 0.07 | 53.33 | 0.78 | 0.66 |
| Hex | EC | DD | 65 | 0 | 6 | 39 | 7 | 35 | 4E | 42 |
| Octal | 354 | 335 | 145 | 0 | 6 | 71 | 7 | 65 | 116 | 102 |
| Binary | 11101100 | 11011101 | 1100101 | 0 | 110 | 111001 | 111 | 110101 | 1001110 | 1000010 |
Color Harmonies of #ECDD65
Complementary color
Monochromatic Colors of #ECDD65
Black with #ECDD65
Text Example
Text Example
White with #ECDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD65; }
p { color: rgb(236,221,101); }
H1.HeaderClassName
{
color: #ECDD65;
}
.AnyTagClassName
{
color: #ECDD65;
}
</style>
background-color css
<style>
a { background-color: #ECDD65; }
a { background-color: rgb(236,221,101); }
div.DivClassName
{
background-color: #ECDD65;
}
.BgClassName
{
background-color: #ECDD65;
}
</style>
border-color css
<style>
span { border-color: #ECDD65; }
span { border-color: rgb(236,221,101); }
td.TdClassName
{
border-color: #ECDD65;
}
.TagClassName
{
border-color: #ECDD65;
}
</style>