Shades of Gamboge #EFA20C
Tints of Gamboge #EFA20C
RGB
CMYK
RGB Variations
Color information
#EFA20C (or 0xEFA20C) is known color: Gamboge. HEX triplet: EF, A2 and 0C. RGB value is (239,162,12). Sum of RGB (Red+Green+Blue) = 239+162+12=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA20C is #105DF3. Grayscale: #A8A8A8. Windows color (decimal): -1072628 or 828143. OLE color: 828143.
HSL color Cylindrical-coordinate representation of color #EFA20C: hue angle of 39.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFA20C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.06 |
| HSL | 39.65º | 0.9% | 0.49% | - |
| HSV(B) | 39.65º | 0.95% | 0.94% | - |
| XYZ | 48.58 | 44.22 | 6.32 | - |
| YUV | 167.92 | 40.01 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 12 | 0 | 0.32 | 0.95 | 0.06 | 39.65 | 0.9 | 0.49 |
| Hex | EF | A2 | C | 0 | 20 | 5F | 6 | 28 | 5A | 31 |
| Octal | 357 | 242 | 14 | 0 | 40 | 137 | 6 | 50 | 132 | 61 |
| Binary | 11101111 | 10100010 | 1100 | 0 | 100000 | 1011111 | 110 | 101000 | 1011010 | 110001 |
Color Harmonies of #EFA20C
Complementary color
Monochromatic Colors of #EFA20C
Black with #EFA20C
Text Example
Text Example
White with #EFA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA20C; }
p { color: rgb(239,162,12); }
H1.HeaderClassName
{
color: #EFA20C;
}
.AnyTagClassName
{
color: #EFA20C;
}
</style>
background-color css
<style>
a { background-color: #EFA20C; }
a { background-color: rgb(239,162,12); }
div.DivClassName
{
background-color: #EFA20C;
}
.BgClassName
{
background-color: #EFA20C;
}
</style>
border-color css
<style>
span { border-color: #EFA20C; }
span { border-color: rgb(239,162,12); }
td.TdClassName
{
border-color: #EFA20C;
}
.TagClassName
{
border-color: #EFA20C;
}
</style>