Shades of Gamboge #EFA10E
Tints of Gamboge #EFA10E
RGB
CMYK
RGB Variations
Color information
#EFA10E (or 0xEFA10E) is known color: Gamboge. HEX triplet: EF, A1 and 0E. RGB value is (239,161,14). Sum of RGB (Red+Green+Blue) = 239+161+14=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA10E is #105EF1. Grayscale: #A8A8A8. Windows color (decimal): -1072882 or 958959. OLE color: 958959.
HSL color Cylindrical-coordinate representation of color #EFA10E: hue angle of 39.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFA10E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 14 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.06 |
| HSL | 39.2º | 0.89% | 0.5% | - |
| HSV(B) | 39.2º | 0.94% | 0.94% | - |
| XYZ | 48.42 | 43.87 | 6.33 | - |
| YUV | 167.56 | 41.34 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 14 | 0 | 0.33 | 0.94 | 0.06 | 39.2 | 0.89 | 0.5 |
| Hex | EF | A1 | E | 0 | 21 | 5E | 6 | 27 | 59 | 32 |
| Octal | 357 | 241 | 16 | 0 | 41 | 136 | 6 | 47 | 131 | 62 |
| Binary | 11101111 | 10100001 | 1110 | 0 | 100001 | 1011110 | 110 | 100111 | 1011001 | 110010 |
Color Harmonies of #EFA10E
Complementary color
Monochromatic Colors of #EFA10E
Black with #EFA10E
Text Example
Text Example
White with #EFA10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA10E; }
p { color: rgb(239,161,14); }
H1.HeaderClassName
{
color: #EFA10E;
}
.AnyTagClassName
{
color: #EFA10E;
}
</style>
background-color css
<style>
a { background-color: #EFA10E; }
a { background-color: rgb(239,161,14); }
div.DivClassName
{
background-color: #EFA10E;
}
.BgClassName
{
background-color: #EFA10E;
}
</style>
border-color css
<style>
span { border-color: #EFA10E; }
span { border-color: rgb(239,161,14); }
td.TdClassName
{
border-color: #EFA10E;
}
.TagClassName
{
border-color: #EFA10E;
}
</style>