Shades of Gamboge #ECAA16
Tints of Gamboge #ECAA16
RGB
CMYK
RGB Variations
Color information
#ECAA16 (or 0xECAA16) is known color: Gamboge. HEX triplet: EC, AA and 16. RGB value is (236,170,22). Sum of RGB (Red+Green+Blue) = 236+170+22=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA16 is #1355E9. Grayscale: #ADADAD. Windows color (decimal): -1267178 or 1485548. OLE color: 1485548.
HSL color Cylindrical-coordinate representation of color #ECAA16: hue angle of 41.5º 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 #ECAA16 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 22 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.07 |
| HSL | 41.5º | 0.85% | 0.51% | - |
| HSV(B) | 41.5º | 0.91% | 0.93% | - |
| XYZ | 49.11 | 46.64 | 7.17 | - |
| YUV | 172.86 | 42.87 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 22 | 0 | 0.28 | 0.91 | 0.07 | 41.5 | 0.85 | 0.51 |
| Hex | EC | AA | 16 | 0 | 1C | 5B | 7 | 29 | 55 | 33 |
| Octal | 354 | 252 | 26 | 0 | 34 | 133 | 7 | 51 | 125 | 63 |
| Binary | 11101100 | 10101010 | 10110 | 0 | 11100 | 1011011 | 111 | 101001 | 1010101 | 110011 |
Color Harmonies of #ECAA16
Complementary color
Monochromatic Colors of #ECAA16
Black with #ECAA16
Text Example
Text Example
White with #ECAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA16; }
p { color: rgb(236,170,22); }
H1.HeaderClassName
{
color: #ECAA16;
}
.AnyTagClassName
{
color: #ECAA16;
}
</style>
background-color css
<style>
a { background-color: #ECAA16; }
a { background-color: rgb(236,170,22); }
div.DivClassName
{
background-color: #ECAA16;
}
.BgClassName
{
background-color: #ECAA16;
}
</style>
border-color css
<style>
span { border-color: #ECAA16; }
span { border-color: rgb(236,170,22); }
td.TdClassName
{
border-color: #ECAA16;
}
.TagClassName
{
border-color: #ECAA16;
}
</style>