Shades of Golden Sand #ECD465
Tints of Golden Sand #ECD465
RGB
CMYK
RGB Variations
Color information
#ECD465 (or 0xECD465) is known color: Golden Sand. HEX triplet: EC, D4 and 65. RGB value is (236,212,101). Sum of RGB (Red+Green+Blue) = 236+212+101=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD465 is #132B9A. Grayscale: #CECECE. Windows color (decimal): -1256347 or 6673644. OLE color: 6673644.
HSL color Cylindrical-coordinate representation of color #ECD465: hue angle of 49.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 #ECD465 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 101 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.07 |
| HSL | 49.33º | 0.78% | 0.66% | - |
| HSV(B) | 49.33º | 0.57% | 0.93% | - |
| XYZ | 60.48 | 65.86 | 21.84 | - |
| YUV | 206.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 101 | 0 | 0.10 | 0.57 | 0.07 | 49.33 | 0.78 | 0.66 |
| Hex | EC | D4 | 65 | 0 | A | 39 | 7 | 31 | 4E | 42 |
| Octal | 354 | 324 | 145 | 0 | 12 | 71 | 7 | 61 | 116 | 102 |
| Binary | 11101100 | 11010100 | 1100101 | 0 | 1010 | 111001 | 111 | 110001 | 1001110 | 1000010 |
Color Harmonies of #ECD465
Complementary color
Monochromatic Colors of #ECD465
Black with #ECD465
Text Example
Text Example
White with #ECD465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD465; }
p { color: rgb(236,212,101); }
H1.HeaderClassName
{
color: #ECD465;
}
.AnyTagClassName
{
color: #ECD465;
}
</style>
background-color css
<style>
a { background-color: #ECD465; }
a { background-color: rgb(236,212,101); }
div.DivClassName
{
background-color: #ECD465;
}
.BgClassName
{
background-color: #ECD465;
}
</style>
border-color css
<style>
span { border-color: #ECD465; }
span { border-color: rgb(236,212,101); }
td.TdClassName
{
border-color: #ECD465;
}
.TagClassName
{
border-color: #ECD465;
}
</style>