Shades of Gamboge #ECA002
Tints of Gamboge #ECA002
RGB
CMYK
RGB Variations
Color information
#ECA002 (or 0xECA002) is known color: Gamboge. HEX triplet: EC, A0 and 02. RGB value is (236,160,2). Sum of RGB (Red+Green+Blue) = 236+160+2=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA002 is #135FFD. Grayscale: #A5A5A5. Windows color (decimal): -1269758 or 172268. OLE color: 172268.
HSL color Cylindrical-coordinate representation of color #ECA002: hue angle of 40.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECA002 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.07 |
| HSL | 40.51º | 0.98% | 0.47% | - |
| HSV(B) | 40.51º | 0.99% | 0.93% | - |
| XYZ | 47.17 | 42.98 | 5.87 | - |
| YUV | 164.71 | 36.18 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 2 | 0 | 0.32 | 0.99 | 0.07 | 40.51 | 0.98 | 0.47 |
| Hex | EC | A0 | 2 | 0 | 20 | 63 | 7 | 29 | 62 | 2F |
| Octal | 354 | 240 | 2 | 0 | 40 | 143 | 7 | 51 | 142 | 57 |
| Binary | 11101100 | 10100000 | 10 | 0 | 100000 | 1100011 | 111 | 101001 | 1100010 | 101111 |
Color Harmonies of #ECA002
Complementary color
Monochromatic Colors of #ECA002
Black with #ECA002
Text Example
Text Example
White with #ECA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA002; }
p { color: rgb(236,160,2); }
H1.HeaderClassName
{
color: #ECA002;
}
.AnyTagClassName
{
color: #ECA002;
}
</style>
background-color css
<style>
a { background-color: #ECA002; }
a { background-color: rgb(236,160,2); }
div.DivClassName
{
background-color: #ECA002;
}
.BgClassName
{
background-color: #ECA002;
}
</style>
border-color css
<style>
span { border-color: #ECA002; }
span { border-color: rgb(236,160,2); }
td.TdClassName
{
border-color: #ECA002;
}
.TagClassName
{
border-color: #ECA002;
}
</style>