Shades of Golden Sand #ECD263
Tints of Golden Sand #ECD263
RGB
CMYK
RGB Variations
Color information
#ECD263 (or 0xECD263) is known color: Golden Sand. HEX triplet: EC, D2 and 63. RGB value is (236,210,99). Sum of RGB (Red+Green+Blue) = 236+210+99=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 99 (39.06% from 255 or 18.17% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD263 is #132D9C. Grayscale: #CDCDCD. Windows color (decimal): -1256861 or 6542060. OLE color: 6542060.
HSL color Cylindrical-coordinate representation of color #ECD263: hue angle of 48.61º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECD263 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 99 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.07 |
| HSL | 48.61º | 0.78% | 0.66% | - |
| HSV(B) | 48.61º | 0.58% | 0.93% | - |
| XYZ | 59.89 | 64.83 | 21.16 | - |
| YUV | 205.12 | 68.11 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 99 | 0 | 0.11 | 0.58 | 0.07 | 48.61 | 0.78 | 0.66 |
| Hex | EC | D2 | 63 | 0 | B | 3A | 7 | 31 | 4E | 42 |
| Octal | 354 | 322 | 143 | 0 | 13 | 72 | 7 | 61 | 116 | 102 |
| Binary | 11101100 | 11010010 | 1100011 | 0 | 1011 | 111010 | 111 | 110001 | 1001110 | 1000010 |
Color Harmonies of #ECD263
Complementary color
Monochromatic Colors of #ECD263
Black with #ECD263
Text Example
Text Example
White with #ECD263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD263; }
p { color: rgb(236,210,99); }
H1.HeaderClassName
{
color: #ECD263;
}
.AnyTagClassName
{
color: #ECD263;
}
</style>
background-color css
<style>
a { background-color: #ECD263; }
a { background-color: rgb(236,210,99); }
div.DivClassName
{
background-color: #ECD263;
}
.BgClassName
{
background-color: #ECD263;
}
</style>
border-color css
<style>
span { border-color: #ECD263; }
span { border-color: rgb(236,210,99); }
td.TdClassName
{
border-color: #ECD263;
}
.TagClassName
{
border-color: #ECD263;
}
</style>