Shades of Gamboge #ECAB09
Tints of Gamboge #ECAB09
RGB
CMYK
RGB Variations
Color information
#ECAB09 (or 0xECAB09) is known color: Gamboge. HEX triplet: EC, AB and 09. RGB value is (236,171,9). Sum of RGB (Red+Green+Blue) = 236+171+9=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAB09 is #1354F6. Grayscale: #ACACAC. Windows color (decimal): -1266935 or 633836. OLE color: 633836.
HSL color Cylindrical-coordinate representation of color #ECAB09: hue angle of 42.82º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECAB09 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.07 |
| HSL | 42.82º | 0.93% | 0.48% | - |
| HSV(B) | 42.82º | 0.96% | 0.93% | - |
| XYZ | 49.2 | 46.98 | 6.73 | - |
| YUV | 171.97 | 36.03 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 9 | 0 | 0.28 | 0.96 | 0.07 | 42.82 | 0.93 | 0.48 |
| Hex | EC | AB | 9 | 0 | 1C | 60 | 7 | 2B | 5D | 30 |
| Octal | 354 | 253 | 11 | 0 | 34 | 140 | 7 | 53 | 135 | 60 |
| Binary | 11101100 | 10101011 | 1001 | 0 | 11100 | 1100000 | 111 | 101011 | 1011101 | 110000 |
Color Harmonies of #ECAB09
Complementary color
Monochromatic Colors of #ECAB09
Black with #ECAB09
Text Example
Text Example
White with #ECAB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB09; }
p { color: rgb(236,171,9); }
H1.HeaderClassName
{
color: #ECAB09;
}
.AnyTagClassName
{
color: #ECAB09;
}
</style>
background-color css
<style>
a { background-color: #ECAB09; }
a { background-color: rgb(236,171,9); }
div.DivClassName
{
background-color: #ECAB09;
}
.BgClassName
{
background-color: #ECAB09;
}
</style>
border-color css
<style>
span { border-color: #ECAB09; }
span { border-color: rgb(236,171,9); }
td.TdClassName
{
border-color: #ECAB09;
}
.TagClassName
{
border-color: #ECAB09;
}
</style>