Shades of Gamboge #EFA10B
Tints of Gamboge #EFA10B
RGB
CMYK
RGB Variations
Color information
#EFA10B (or 0xEFA10B) is known color: Gamboge. HEX triplet: EF, A1 and 0B. RGB value is (239,161,11). Sum of RGB (Red+Green+Blue) = 239+161+11=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA10B is #105EF4. Grayscale: #A7A7A7. Windows color (decimal): -1072885 or 762351. OLE color: 762351.
HSL color Cylindrical-coordinate representation of color #EFA10B: hue angle of 39.47º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFA10B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.06 |
| HSL | 39.47º | 0.91% | 0.49% | - |
| HSV(B) | 39.47º | 0.95% | 0.94% | - |
| XYZ | 48.4 | 43.86 | 6.23 | - |
| YUV | 167.22 | 39.84 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 11 | 0 | 0.33 | 0.95 | 0.06 | 39.47 | 0.91 | 0.49 |
| Hex | EF | A1 | B | 0 | 21 | 5F | 6 | 27 | 5B | 31 |
| Octal | 357 | 241 | 13 | 0 | 41 | 137 | 6 | 47 | 133 | 61 |
| Binary | 11101111 | 10100001 | 1011 | 0 | 100001 | 1011111 | 110 | 100111 | 1011011 | 110001 |
Color Harmonies of #EFA10B
Complementary color
Monochromatic Colors of #EFA10B
Black with #EFA10B
Text Example
Text Example
White with #EFA10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA10B; }
p { color: rgb(239,161,11); }
H1.HeaderClassName
{
color: #EFA10B;
}
.AnyTagClassName
{
color: #EFA10B;
}
</style>
background-color css
<style>
a { background-color: #EFA10B; }
a { background-color: rgb(239,161,11); }
div.DivClassName
{
background-color: #EFA10B;
}
.BgClassName
{
background-color: #EFA10B;
}
</style>
border-color css
<style>
span { border-color: #EFA10B; }
span { border-color: rgb(239,161,11); }
td.TdClassName
{
border-color: #EFA10B;
}
.TagClassName
{
border-color: #EFA10B;
}
</style>