Shades of Golden Sand #ECD163
Tints of Golden Sand #ECD163
RGB
CMYK
RGB Variations
Color information
#ECD163 (or 0xECD163) is known color: Golden Sand. HEX triplet: EC, D1 and 63. RGB value is (236,209,99). Sum of RGB (Red+Green+Blue) = 236+209+99=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD163 is #132E9C. Grayscale: #CDCDCD. Windows color (decimal): -1257117 or 6541804. OLE color: 6541804.
HSL color Cylindrical-coordinate representation of color #ECD163: hue angle of 48.18º 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 #ECD163 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 99 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.07 |
| HSL | 48.18º | 0.78% | 0.66% | - |
| HSV(B) | 48.18º | 0.58% | 0.93% | - |
| XYZ | 59.64 | 64.33 | 21.08 | - |
| YUV | 204.53 | 68.45 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 99 | 0 | 0.11 | 0.58 | 0.07 | 48.18 | 0.78 | 0.66 |
| Hex | EC | D1 | 63 | 0 | B | 3A | 7 | 30 | 4E | 42 |
| Octal | 354 | 321 | 143 | 0 | 13 | 72 | 7 | 60 | 116 | 102 |
| Binary | 11101100 | 11010001 | 1100011 | 0 | 1011 | 111010 | 111 | 110000 | 1001110 | 1000010 |
Color Harmonies of #ECD163
Complementary color
Monochromatic Colors of #ECD163
Black with #ECD163
Text Example
Text Example
White with #ECD163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD163; }
p { color: rgb(236,209,99); }
H1.HeaderClassName
{
color: #ECD163;
}
.AnyTagClassName
{
color: #ECD163;
}
</style>
background-color css
<style>
a { background-color: #ECD163; }
a { background-color: rgb(236,209,99); }
div.DivClassName
{
background-color: #ECD163;
}
.BgClassName
{
background-color: #ECD163;
}
</style>
border-color css
<style>
span { border-color: #ECD163; }
span { border-color: rgb(236,209,99); }
td.TdClassName
{
border-color: #ECD163;
}
.TagClassName
{
border-color: #ECD163;
}
</style>