Shades of Golden Sand #ECD265
Tints of Golden Sand #ECD265
RGB
CMYK
RGB Variations
Color information
#ECD265 (or 0xECD265) is known color: Golden Sand. HEX triplet: EC, D2 and 65. RGB value is (236,210,101). Sum of RGB (Red+Green+Blue) = 236+210+101=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD265 is #132D9A. Grayscale: #CDCDCD. Windows color (decimal): -1256859 or 6673132. OLE color: 6673132.
HSL color Cylindrical-coordinate representation of color #ECD265: hue angle of 48.44º 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 #ECD265 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 101 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.07 |
| HSL | 48.44º | 0.78% | 0.66% | - |
| HSV(B) | 48.44º | 0.57% | 0.93% | - |
| XYZ | 59.99 | 64.87 | 21.67 | - |
| YUV | 205.35 | 69.11 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 101 | 0 | 0.11 | 0.57 | 0.07 | 48.44 | 0.78 | 0.66 |
| Hex | EC | D2 | 65 | 0 | B | 39 | 7 | 30 | 4E | 42 |
| Octal | 354 | 322 | 145 | 0 | 13 | 71 | 7 | 60 | 116 | 102 |
| Binary | 11101100 | 11010010 | 1100101 | 0 | 1011 | 111001 | 111 | 110000 | 1001110 | 1000010 |
Color Harmonies of #ECD265
Complementary color
Monochromatic Colors of #ECD265
Black with #ECD265
Text Example
Text Example
White with #ECD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD265; }
p { color: rgb(236,210,101); }
H1.HeaderClassName
{
color: #ECD265;
}
.AnyTagClassName
{
color: #ECD265;
}
</style>
background-color css
<style>
a { background-color: #ECD265; }
a { background-color: rgb(236,210,101); }
div.DivClassName
{
background-color: #ECD265;
}
.BgClassName
{
background-color: #ECD265;
}
</style>
border-color css
<style>
span { border-color: #ECD265; }
span { border-color: rgb(236,210,101); }
td.TdClassName
{
border-color: #ECD265;
}
.TagClassName
{
border-color: #ECD265;
}
</style>