Shades of Golden Sand #ECD260
Tints of Golden Sand #ECD260
RGB
CMYK
RGB Variations
Color information
#ECD260 (or 0xECD260) is known color: Golden Sand. HEX triplet: EC, D2 and 60. RGB value is (236,210,96). Sum of RGB (Red+Green+Blue) = 236+210+96=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD260 is #132D9F. Grayscale: #CDCDCD. Windows color (decimal): -1256864 or 6345452. OLE color: 6345452.
HSL color Cylindrical-coordinate representation of color #ECD260: hue angle of 48.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECD260 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 96 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.07 |
| HSL | 48.86º | 0.79% | 0.65% | - |
| HSV(B) | 48.86º | 0.59% | 0.93% | - |
| XYZ | 59.75 | 64.77 | 20.42 | - |
| YUV | 204.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 96 | 0 | 0.11 | 0.59 | 0.07 | 48.86 | 0.79 | 0.65 |
| Hex | EC | D2 | 60 | 0 | B | 3B | 7 | 31 | 4F | 41 |
| Octal | 354 | 322 | 140 | 0 | 13 | 73 | 7 | 61 | 117 | 101 |
| Binary | 11101100 | 11010010 | 1100000 | 0 | 1011 | 111011 | 111 | 110001 | 1001111 | 1000001 |
Color Harmonies of #ECD260
Complementary color
Monochromatic Colors of #ECD260
Black with #ECD260
Text Example
Text Example
White with #ECD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD260; }
p { color: rgb(236,210,96); }
H1.HeaderClassName
{
color: #ECD260;
}
.AnyTagClassName
{
color: #ECD260;
}
</style>
background-color css
<style>
a { background-color: #ECD260; }
a { background-color: rgb(236,210,96); }
div.DivClassName
{
background-color: #ECD260;
}
.BgClassName
{
background-color: #ECD260;
}
</style>
border-color css
<style>
span { border-color: #ECD260; }
span { border-color: rgb(236,210,96); }
td.TdClassName
{
border-color: #ECD260;
}
.TagClassName
{
border-color: #ECD260;
}
</style>