Shades of Gamboge #EFA010
Tints of Gamboge #EFA010
RGB
CMYK
RGB Variations
Color information
#EFA010 (or 0xEFA010) is known color: Gamboge. HEX triplet: EF, A0 and 10. RGB value is (239,160,16). Sum of RGB (Red+Green+Blue) = 239+160+16=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA010 is #105FEF. Grayscale: #A7A7A7. Windows color (decimal): -1073136 or 1089775. OLE color: 1089775.
HSL color Cylindrical-coordinate representation of color #EFA010: hue angle of 38.74º 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 #EFA010 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.06 |
| HSL | 38.74º | 0.87% | 0.5% | - |
| HSV(B) | 38.74º | 0.93% | 0.94% | - |
| XYZ | 48.26 | 43.53 | 6.35 | - |
| YUV | 167.21 | 42.67 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 16 | 0 | 0.33 | 0.93 | 0.06 | 38.74 | 0.87 | 0.5 |
| Hex | EF | A0 | 10 | 0 | 21 | 5D | 6 | 27 | 57 | 32 |
| Octal | 357 | 240 | 20 | 0 | 41 | 135 | 6 | 47 | 127 | 62 |
| Binary | 11101111 | 10100000 | 10000 | 0 | 100001 | 1011101 | 110 | 100111 | 1010111 | 110010 |
Color Harmonies of #EFA010
Complementary color
Monochromatic Colors of #EFA010
Black with #EFA010
Text Example
Text Example
White with #EFA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA010; }
p { color: rgb(239,160,16); }
H1.HeaderClassName
{
color: #EFA010;
}
.AnyTagClassName
{
color: #EFA010;
}
</style>
background-color css
<style>
a { background-color: #EFA010; }
a { background-color: rgb(239,160,16); }
div.DivClassName
{
background-color: #EFA010;
}
.BgClassName
{
background-color: #EFA010;
}
</style>
border-color css
<style>
span { border-color: #EFA010; }
span { border-color: rgb(239,160,16); }
td.TdClassName
{
border-color: #EFA010;
}
.TagClassName
{
border-color: #EFA010;
}
</style>