Shades of Golden Sand #ECD86A
Tints of Golden Sand #ECD86A
RGB
CMYK
RGB Variations
Color information
#ECD86A (or 0xECD86A) is known color: Golden Sand. HEX triplet: EC, D8 and 6A. RGB value is (236,216,106). Sum of RGB (Red+Green+Blue) = 236+216+106=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 106 (41.80% from 255 or 19.00% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD86A is #132795. Grayscale: #D1D1D1. Windows color (decimal): -1255318 or 7002348. OLE color: 7002348.
HSL color Cylindrical-coordinate representation of color #ECD86A: hue angle of 50.77º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECD86A is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 106 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.07 |
| HSL | 50.77º | 0.77% | 0.67% | - |
| HSV(B) | 50.77º | 0.55% | 0.93% | - |
| XYZ | 61.75 | 67.99 | 23.5 | - |
| YUV | 209.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 106 | 0 | 0.08 | 0.55 | 0.07 | 50.77 | 0.77 | 0.67 |
| Hex | EC | D8 | 6A | 0 | 8 | 37 | 7 | 33 | 4D | 43 |
| Octal | 354 | 330 | 152 | 0 | 10 | 67 | 7 | 63 | 115 | 103 |
| Binary | 11101100 | 11011000 | 1101010 | 0 | 1000 | 110111 | 111 | 110011 | 1001101 | 1000011 |
Color Harmonies of #ECD86A
Complementary color
Monochromatic Colors of #ECD86A
Black with #ECD86A
Text Example
Text Example
White with #ECD86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD86A; }
p { color: rgb(236,216,106); }
H1.HeaderClassName
{
color: #ECD86A;
}
.AnyTagClassName
{
color: #ECD86A;
}
</style>
background-color css
<style>
a { background-color: #ECD86A; }
a { background-color: rgb(236,216,106); }
div.DivClassName
{
background-color: #ECD86A;
}
.BgClassName
{
background-color: #ECD86A;
}
</style>
border-color css
<style>
span { border-color: #ECD86A; }
span { border-color: rgb(236,216,106); }
td.TdClassName
{
border-color: #ECD86A;
}
.TagClassName
{
border-color: #ECD86A;
}
</style>