Shades of Golden Sand #ECDA65
Tints of Golden Sand #ECDA65
RGB
CMYK
RGB Variations
Color information
#ECDA65 (or 0xECDA65) is known color: Golden Sand. HEX triplet: EC, DA and 65. RGB value is (236,218,101). Sum of RGB (Red+Green+Blue) = 236+218+101=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA65 is #13259A. Grayscale: #D2D2D2. Windows color (decimal): -1254811 or 6675180. OLE color: 6675180.
HSL color Cylindrical-coordinate representation of color #ECDA65: hue angle of 52º 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 #ECDA65 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 101 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.07 |
| HSL | 52º | 0.78% | 0.66% | - |
| HSV(B) | 52º | 0.57% | 0.93% | - |
| XYZ | 62.01 | 68.92 | 22.35 | - |
| YUV | 210.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 101 | 0 | 0.08 | 0.57 | 0.07 | 52 | 0.78 | 0.66 |
| Hex | EC | DA | 65 | 0 | 8 | 39 | 7 | 34 | 4E | 42 |
| Octal | 354 | 332 | 145 | 0 | 10 | 71 | 7 | 64 | 116 | 102 |
| Binary | 11101100 | 11011010 | 1100101 | 0 | 1000 | 111001 | 111 | 110100 | 1001110 | 1000010 |
Color Harmonies of #ECDA65
Complementary color
Monochromatic Colors of #ECDA65
Black with #ECDA65
Text Example
Text Example
White with #ECDA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA65; }
p { color: rgb(236,218,101); }
H1.HeaderClassName
{
color: #ECDA65;
}
.AnyTagClassName
{
color: #ECDA65;
}
</style>
background-color css
<style>
a { background-color: #ECDA65; }
a { background-color: rgb(236,218,101); }
div.DivClassName
{
background-color: #ECDA65;
}
.BgClassName
{
background-color: #ECDA65;
}
</style>
border-color css
<style>
span { border-color: #ECDA65; }
span { border-color: rgb(236,218,101); }
td.TdClassName
{
border-color: #ECDA65;
}
.TagClassName
{
border-color: #ECDA65;
}
</style>