Shades of Gamboge #EFA511
Tints of Gamboge #EFA511
RGB
CMYK
RGB Variations
Color information
#EFA511 (or 0xEFA511) is known color: Gamboge. HEX triplet: EF, A5 and 11. RGB value is (239,165,17). Sum of RGB (Red+Green+Blue) = 239+165+17=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA511 is #105AEE. Grayscale: #AAAAAA. Windows color (decimal): -1071855 or 1156591. OLE color: 1156591.
HSL color Cylindrical-coordinate representation of color #EFA511: hue angle of 40º 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 #EFA511 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 17 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.06 |
| HSL | 40º | 0.87% | 0.5% | - |
| HSV(B) | 40º | 0.93% | 0.94% | - |
| XYZ | 49.15 | 45.3 | 6.68 | - |
| YUV | 170.25 | 41.52 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 17 | 0 | 0.31 | 0.93 | 0.06 | 40 | 0.87 | 0.5 |
| Hex | EF | A5 | 11 | 0 | 1F | 5D | 6 | 28 | 57 | 32 |
| Octal | 357 | 245 | 21 | 0 | 37 | 135 | 6 | 50 | 127 | 62 |
| Binary | 11101111 | 10100101 | 10001 | 0 | 11111 | 1011101 | 110 | 101000 | 1010111 | 110010 |
Color Harmonies of #EFA511
Complementary color
Monochromatic Colors of #EFA511
Black with #EFA511
Text Example
Text Example
White with #EFA511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA511; }
p { color: rgb(239,165,17); }
H1.HeaderClassName
{
color: #EFA511;
}
.AnyTagClassName
{
color: #EFA511;
}
</style>
background-color css
<style>
a { background-color: #EFA511; }
a { background-color: rgb(239,165,17); }
div.DivClassName
{
background-color: #EFA511;
}
.BgClassName
{
background-color: #EFA511;
}
</style>
border-color css
<style>
span { border-color: #EFA511; }
span { border-color: rgb(239,165,17); }
td.TdClassName
{
border-color: #EFA511;
}
.TagClassName
{
border-color: #EFA511;
}
</style>