Shades of Gamboge #ECAA0C
Tints of Gamboge #ECAA0C
RGB
CMYK
RGB Variations
Color information
#ECAA0C (or 0xECAA0C) is known color: Gamboge. HEX triplet: EC, AA and 0C. RGB value is (236,170,12). Sum of RGB (Red+Green+Blue) = 236+170+12=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA0C is #1355F3. Grayscale: #ACACAC. Windows color (decimal): -1267188 or 830188. OLE color: 830188.
HSL color Cylindrical-coordinate representation of color #ECAA0C: hue angle of 42.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECAA0C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 12 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.07 |
| HSL | 42.32º | 0.9% | 0.49% | - |
| HSV(B) | 42.32º | 0.95% | 0.93% | - |
| XYZ | 49.03 | 46.61 | 6.76 | - |
| YUV | 171.72 | 37.87 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 12 | 0 | 0.28 | 0.95 | 0.07 | 42.32 | 0.9 | 0.49 |
| Hex | EC | AA | C | 0 | 1C | 5F | 7 | 2A | 5A | 31 |
| Octal | 354 | 252 | 14 | 0 | 34 | 137 | 7 | 52 | 132 | 61 |
| Binary | 11101100 | 10101010 | 1100 | 0 | 11100 | 1011111 | 111 | 101010 | 1011010 | 110001 |
Color Harmonies of #ECAA0C
Complementary color
Monochromatic Colors of #ECAA0C
Black with #ECAA0C
Text Example
Text Example
White with #ECAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA0C; }
p { color: rgb(236,170,12); }
H1.HeaderClassName
{
color: #ECAA0C;
}
.AnyTagClassName
{
color: #ECAA0C;
}
</style>
background-color css
<style>
a { background-color: #ECAA0C; }
a { background-color: rgb(236,170,12); }
div.DivClassName
{
background-color: #ECAA0C;
}
.BgClassName
{
background-color: #ECAA0C;
}
</style>
border-color css
<style>
span { border-color: #ECAA0C; }
span { border-color: rgb(236,170,12); }
td.TdClassName
{
border-color: #ECAA0C;
}
.TagClassName
{
border-color: #ECAA0C;
}
</style>