Shades of Gamboge #EFA014
Tints of Gamboge #EFA014
RGB
CMYK
RGB Variations
Color information
#EFA014 (or 0xEFA014) is known color: Gamboge. HEX triplet: EF, A0 and 14. RGB value is (239,160,20). Sum of RGB (Red+Green+Blue) = 239+160+20=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA014 is #105FEB. Grayscale: #A8A8A8. Windows color (decimal): -1073132 or 1351919. OLE color: 1351919.
HSL color Cylindrical-coordinate representation of color #EFA014: hue angle of 38.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFA014 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 20 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.06 |
| HSL | 38.36º | 0.87% | 0.51% | - |
| HSV(B) | 38.36º | 0.92% | 0.94% | - |
| XYZ | 48.29 | 43.54 | 6.52 | - |
| YUV | 167.66 | 44.67 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 20 | 0 | 0.33 | 0.92 | 0.06 | 38.36 | 0.87 | 0.51 |
| Hex | EF | A0 | 14 | 0 | 21 | 5C | 6 | 26 | 57 | 33 |
| Octal | 357 | 240 | 24 | 0 | 41 | 134 | 6 | 46 | 127 | 63 |
| Binary | 11101111 | 10100000 | 10100 | 0 | 100001 | 1011100 | 110 | 100110 | 1010111 | 110011 |
Color Harmonies of #EFA014
Complementary color
Monochromatic Colors of #EFA014
Black with #EFA014
Text Example
Text Example
White with #EFA014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA014; }
p { color: rgb(239,160,20); }
H1.HeaderClassName
{
color: #EFA014;
}
.AnyTagClassName
{
color: #EFA014;
}
</style>
background-color css
<style>
a { background-color: #EFA014; }
a { background-color: rgb(239,160,20); }
div.DivClassName
{
background-color: #EFA014;
}
.BgClassName
{
background-color: #EFA014;
}
</style>
border-color css
<style>
span { border-color: #EFA014; }
span { border-color: rgb(239,160,20); }
td.TdClassName
{
border-color: #EFA014;
}
.TagClassName
{
border-color: #EFA014;
}
</style>