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