Shades of Gamboge #EFA312
Tints of Gamboge #EFA312
RGB
CMYK
RGB Variations
Color information
#EFA312 (or 0xEFA312) is known color: Gamboge. HEX triplet: EF, A3 and 12. RGB value is (239,163,18). Sum of RGB (Red+Green+Blue) = 239+163+18=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA312 is #105CED. Grayscale: #A9A9A9. Windows color (decimal): -1072366 or 1221615. OLE color: 1221615.
HSL color Cylindrical-coordinate representation of color #EFA312: hue angle of 39.37º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFA312 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.06 |
| HSL | 39.37º | 0.87% | 0.5% | - |
| HSV(B) | 39.37º | 0.92% | 0.94% | - |
| XYZ | 48.8 | 44.59 | 6.61 | - |
| YUV | 169.19 | 42.68 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 18 | 0 | 0.32 | 0.92 | 0.06 | 39.37 | 0.87 | 0.5 |
| Hex | EF | A3 | 12 | 0 | 20 | 5C | 6 | 27 | 57 | 32 |
| Octal | 357 | 243 | 22 | 0 | 40 | 134 | 6 | 47 | 127 | 62 |
| Binary | 11101111 | 10100011 | 10010 | 0 | 100000 | 1011100 | 110 | 100111 | 1010111 | 110010 |
Color Harmonies of #EFA312
Complementary color
Monochromatic Colors of #EFA312
Black with #EFA312
Text Example
Text Example
White with #EFA312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA312; }
p { color: rgb(239,163,18); }
H1.HeaderClassName
{
color: #EFA312;
}
.AnyTagClassName
{
color: #EFA312;
}
</style>
background-color css
<style>
a { background-color: #EFA312; }
a { background-color: rgb(239,163,18); }
div.DivClassName
{
background-color: #EFA312;
}
.BgClassName
{
background-color: #EFA312;
}
</style>
border-color css
<style>
span { border-color: #EFA312; }
span { border-color: rgb(239,163,18); }
td.TdClassName
{
border-color: #EFA312;
}
.TagClassName
{
border-color: #EFA312;
}
</style>