Shades of Gamboge #ECA816
Tints of Gamboge #ECA816
RGB
CMYK
RGB Variations
Color information
#ECA816 (or 0xECA816) is known color: Gamboge. HEX triplet: EC, A8 and 16. RGB value is (236,168,22). Sum of RGB (Red+Green+Blue) = 236+168+22=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA816 is #1357E9. Grayscale: #ACACAC. Windows color (decimal): -1267690 or 1485036. OLE color: 1485036.
HSL color Cylindrical-coordinate representation of color #ECA816: hue angle of 40.93º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECA816 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 22 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.07 |
| HSL | 40.93º | 0.85% | 0.51% | - |
| HSV(B) | 40.93º | 0.91% | 0.93% | - |
| XYZ | 48.74 | 45.9 | 7.05 | - |
| YUV | 171.69 | 43.53 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 22 | 0 | 0.29 | 0.91 | 0.07 | 40.93 | 0.85 | 0.51 |
| Hex | EC | A8 | 16 | 0 | 1D | 5B | 7 | 29 | 55 | 33 |
| Octal | 354 | 250 | 26 | 0 | 35 | 133 | 7 | 51 | 125 | 63 |
| Binary | 11101100 | 10101000 | 10110 | 0 | 11101 | 1011011 | 111 | 101001 | 1010101 | 110011 |
Color Harmonies of #ECA816
Complementary color
Monochromatic Colors of #ECA816
Black with #ECA816
Text Example
Text Example
White with #ECA816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA816; }
p { color: rgb(236,168,22); }
H1.HeaderClassName
{
color: #ECA816;
}
.AnyTagClassName
{
color: #ECA816;
}
</style>
background-color css
<style>
a { background-color: #ECA816; }
a { background-color: rgb(236,168,22); }
div.DivClassName
{
background-color: #ECA816;
}
.BgClassName
{
background-color: #ECA816;
}
</style>
border-color css
<style>
span { border-color: #ECA816; }
span { border-color: rgb(236,168,22); }
td.TdClassName
{
border-color: #ECA816;
}
.TagClassName
{
border-color: #ECA816;
}
</style>