Shades of Gamboge #EFA710
Tints of Gamboge #EFA710
RGB
CMYK
RGB Variations
Color information
#EFA710 (or 0xEFA710) is known color: Gamboge. HEX triplet: EF, A7 and 10. RGB value is (239,167,16). Sum of RGB (Red+Green+Blue) = 239+167+16=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA710 is #1058EF. Grayscale: #ABABAB. Windows color (decimal): -1071344 or 1091567. OLE color: 1091567.
HSL color Cylindrical-coordinate representation of color #EFA710: hue angle of 40.63º 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 #EFA710 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 16 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.06 |
| HSL | 40.63º | 0.87% | 0.5% | - |
| HSV(B) | 40.63º | 0.93% | 0.94% | - |
| XYZ | 49.51 | 46.03 | 6.76 | - |
| YUV | 171.31 | 40.35 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 16 | 0 | 0.30 | 0.93 | 0.06 | 40.63 | 0.87 | 0.5 |
| Hex | EF | A7 | 10 | 0 | 1E | 5D | 6 | 29 | 57 | 32 |
| Octal | 357 | 247 | 20 | 0 | 36 | 135 | 6 | 51 | 127 | 62 |
| Binary | 11101111 | 10100111 | 10000 | 0 | 11110 | 1011101 | 110 | 101001 | 1010111 | 110010 |
Color Harmonies of #EFA710
Complementary color
Monochromatic Colors of #EFA710
Black with #EFA710
Text Example
Text Example
White with #EFA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA710; }
p { color: rgb(239,167,16); }
H1.HeaderClassName
{
color: #EFA710;
}
.AnyTagClassName
{
color: #EFA710;
}
</style>
background-color css
<style>
a { background-color: #EFA710; }
a { background-color: rgb(239,167,16); }
div.DivClassName
{
background-color: #EFA710;
}
.BgClassName
{
background-color: #EFA710;
}
</style>
border-color css
<style>
span { border-color: #EFA710; }
span { border-color: rgb(239,167,16); }
td.TdClassName
{
border-color: #EFA710;
}
.TagClassName
{
border-color: #EFA710;
}
</style>