Shades of Gamboge #EFA013
Tints of Gamboge #EFA013
RGB
CMYK
RGB Variations
Color information
#EFA013 (or 0xEFA013) is known color: Gamboge. HEX triplet: EF, A0 and 13. RGB value is (239,160,19). Sum of RGB (Red+Green+Blue) = 239+160+19=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA013 is #105FEC. Grayscale: #A8A8A8. Windows color (decimal): -1073133 or 1286383. OLE color: 1286383.
HSL color Cylindrical-coordinate representation of color #EFA013: hue angle of 38.45º 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 #EFA013 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 19 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.06 |
| HSL | 38.45º | 0.87% | 0.51% | - |
| HSV(B) | 38.45º | 0.92% | 0.94% | - |
| XYZ | 48.28 | 43.54 | 6.48 | - |
| YUV | 167.55 | 44.17 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 19 | 0 | 0.33 | 0.92 | 0.06 | 38.45 | 0.87 | 0.51 |
| Hex | EF | A0 | 13 | 0 | 21 | 5C | 6 | 26 | 57 | 33 |
| Octal | 357 | 240 | 23 | 0 | 41 | 134 | 6 | 46 | 127 | 63 |
| Binary | 11101111 | 10100000 | 10011 | 0 | 100001 | 1011100 | 110 | 100110 | 1010111 | 110011 |
Color Harmonies of #EFA013
Complementary color
Monochromatic Colors of #EFA013
Black with #EFA013
Text Example
Text Example
White with #EFA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA013; }
p { color: rgb(239,160,19); }
H1.HeaderClassName
{
color: #EFA013;
}
.AnyTagClassName
{
color: #EFA013;
}
</style>
background-color css
<style>
a { background-color: #EFA013; }
a { background-color: rgb(239,160,19); }
div.DivClassName
{
background-color: #EFA013;
}
.BgClassName
{
background-color: #EFA013;
}
</style>
border-color css
<style>
span { border-color: #EFA013; }
span { border-color: rgb(239,160,19); }
td.TdClassName
{
border-color: #EFA013;
}
.TagClassName
{
border-color: #EFA013;
}
</style>