Shades of Gamboge #ECA001
Tints of Gamboge #ECA001
RGB
CMYK
RGB Variations
Color information
#ECA001 (or 0xECA001) is known color: Gamboge. HEX triplet: EC, A0 and 01. RGB value is (236,160,1). Sum of RGB (Red+Green+Blue) = 236+160+1=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA001 is #135FFE. Grayscale: #A5A5A5. Windows color (decimal): -1269759 or 106732. OLE color: 106732.
HSL color Cylindrical-coordinate representation of color #ECA001: hue angle of 40.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECA001 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.07 |
| HSL | 40.6º | 0.99% | 0.46% | - |
| HSV(B) | 40.6º | 1% | 0.93% | - |
| XYZ | 47.17 | 42.98 | 5.84 | - |
| YUV | 164.6 | 35.68 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 1 | 0 | 0.32 | 1.00 | 0.07 | 40.6 | 0.99 | 0.46 |
| Hex | EC | A0 | 1 | 0 | 20 | 64 | 7 | 29 | 63 | 2E |
| Octal | 354 | 240 | 1 | 0 | 40 | 144 | 7 | 51 | 143 | 56 |
| Binary | 11101100 | 10100000 | 1 | 0 | 100000 | 1100100 | 111 | 101001 | 1100011 | 101110 |
Color Harmonies of #ECA001
Complementary color
Monochromatic Colors of #ECA001
Black with #ECA001
Text Example
Text Example
White with #ECA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA001; }
p { color: rgb(236,160,1); }
H1.HeaderClassName
{
color: #ECA001;
}
.AnyTagClassName
{
color: #ECA001;
}
</style>
background-color css
<style>
a { background-color: #ECA001; }
a { background-color: rgb(236,160,1); }
div.DivClassName
{
background-color: #ECA001;
}
.BgClassName
{
background-color: #ECA001;
}
</style>
border-color css
<style>
span { border-color: #ECA001; }
span { border-color: rgb(236,160,1); }
td.TdClassName
{
border-color: #ECA001;
}
.TagClassName
{
border-color: #ECA001;
}
</style>