Shades of Gamboge #EFA110
Tints of Gamboge #EFA110
RGB
CMYK
RGB Variations
Color information
#EFA110 (or 0xEFA110) is known color: Gamboge. HEX triplet: EF, A1 and 10. RGB value is (239,161,16). Sum of RGB (Red+Green+Blue) = 239+161+16=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA110 is #105EEF. Grayscale: #A8A8A8. Windows color (decimal): -1072880 or 1090031. OLE color: 1090031.
HSL color Cylindrical-coordinate representation of color #EFA110: hue angle of 39.01º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFA110 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.06 |
| HSL | 39.01º | 0.87% | 0.5% | - |
| HSV(B) | 39.01º | 0.93% | 0.94% | - |
| XYZ | 48.44 | 43.88 | 6.41 | - |
| YUV | 167.79 | 42.34 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 16 | 0 | 0.33 | 0.93 | 0.06 | 39.01 | 0.87 | 0.5 |
| Hex | EF | A1 | 10 | 0 | 21 | 5D | 6 | 27 | 57 | 32 |
| Octal | 357 | 241 | 20 | 0 | 41 | 135 | 6 | 47 | 127 | 62 |
| Binary | 11101111 | 10100001 | 10000 | 0 | 100001 | 1011101 | 110 | 100111 | 1010111 | 110010 |
Color Harmonies of #EFA110
Complementary color
Monochromatic Colors of #EFA110
Black with #EFA110
Text Example
Text Example
White with #EFA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA110; }
p { color: rgb(239,161,16); }
H1.HeaderClassName
{
color: #EFA110;
}
.AnyTagClassName
{
color: #EFA110;
}
</style>
background-color css
<style>
a { background-color: #EFA110; }
a { background-color: rgb(239,161,16); }
div.DivClassName
{
background-color: #EFA110;
}
.BgClassName
{
background-color: #EFA110;
}
</style>
border-color css
<style>
span { border-color: #EFA110; }
span { border-color: rgb(239,161,16); }
td.TdClassName
{
border-color: #EFA110;
}
.TagClassName
{
border-color: #EFA110;
}
</style>