Shades of Gamboge #EFA015
Tints of Gamboge #EFA015
RGB
CMYK
RGB Variations
Color information
#EFA015 (or 0xEFA015) is known color: Gamboge. HEX triplet: EF, A0 and 15. RGB value is (239,160,21). Sum of RGB (Red+Green+Blue) = 239+160+21=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA015 is #105FEA. Grayscale: #A8A8A8. Windows color (decimal): -1073131 or 1417455. OLE color: 1417455.
HSL color Cylindrical-coordinate representation of color #EFA015: hue angle of 38.26º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFA015 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 21 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.06 |
| HSL | 38.26º | 0.87% | 0.51% | - |
| HSV(B) | 38.26º | 0.91% | 0.94% | - |
| XYZ | 48.3 | 43.55 | 6.57 | - |
| YUV | 167.78 | 45.17 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 21 | 0 | 0.33 | 0.91 | 0.06 | 38.26 | 0.87 | 0.51 |
| Hex | EF | A0 | 15 | 0 | 21 | 5B | 6 | 26 | 57 | 33 |
| Octal | 357 | 240 | 25 | 0 | 41 | 133 | 6 | 46 | 127 | 63 |
| Binary | 11101111 | 10100000 | 10101 | 0 | 100001 | 1011011 | 110 | 100110 | 1010111 | 110011 |
Color Harmonies of #EFA015
Complementary color
Monochromatic Colors of #EFA015
Black with #EFA015
Text Example
Text Example
White with #EFA015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA015; }
p { color: rgb(239,160,21); }
H1.HeaderClassName
{
color: #EFA015;
}
.AnyTagClassName
{
color: #EFA015;
}
</style>
background-color css
<style>
a { background-color: #EFA015; }
a { background-color: rgb(239,160,21); }
div.DivClassName
{
background-color: #EFA015;
}
.BgClassName
{
background-color: #EFA015;
}
</style>
border-color css
<style>
span { border-color: #EFA015; }
span { border-color: rgb(239,160,21); }
td.TdClassName
{
border-color: #EFA015;
}
.TagClassName
{
border-color: #EFA015;
}
</style>