Shades of Gamboge #ECAA11
Tints of Gamboge #ECAA11
RGB
CMYK
RGB Variations
Color information
#ECAA11 (or 0xECAA11) is known color: Gamboge. HEX triplet: EC, AA and 11. RGB value is (236,170,17). Sum of RGB (Red+Green+Blue) = 236+170+17=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA11 is #1355EE. Grayscale: #ACACAC. Windows color (decimal): -1267183 or 1157868. OLE color: 1157868.
HSL color Cylindrical-coordinate representation of color #ECAA11: hue angle of 41.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECAA11 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 17 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.07 |
| HSL | 41.92º | 0.87% | 0.5% | - |
| HSV(B) | 41.92º | 0.93% | 0.93% | - |
| XYZ | 49.07 | 46.62 | 6.94 | - |
| YUV | 172.29 | 40.37 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 17 | 0 | 0.28 | 0.93 | 0.07 | 41.92 | 0.87 | 0.5 |
| Hex | EC | AA | 11 | 0 | 1C | 5D | 7 | 2A | 57 | 32 |
| Octal | 354 | 252 | 21 | 0 | 34 | 135 | 7 | 52 | 127 | 62 |
| Binary | 11101100 | 10101010 | 10001 | 0 | 11100 | 1011101 | 111 | 101010 | 1010111 | 110010 |
Color Harmonies of #ECAA11
Complementary color
Monochromatic Colors of #ECAA11
Black with #ECAA11
Text Example
Text Example
White with #ECAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA11; }
p { color: rgb(236,170,17); }
H1.HeaderClassName
{
color: #ECAA11;
}
.AnyTagClassName
{
color: #ECAA11;
}
</style>
background-color css
<style>
a { background-color: #ECAA11; }
a { background-color: rgb(236,170,17); }
div.DivClassName
{
background-color: #ECAA11;
}
.BgClassName
{
background-color: #ECAA11;
}
</style>
border-color css
<style>
span { border-color: #ECAA11; }
span { border-color: rgb(236,170,17); }
td.TdClassName
{
border-color: #ECAA11;
}
.TagClassName
{
border-color: #ECAA11;
}
</style>