Shades of Gamboge #EFA117
Tints of Gamboge #EFA117
RGB
CMYK
RGB Variations
Color information
#EFA117 (or 0xEFA117) is known color: Gamboge. HEX triplet: EF, A1 and 17. RGB value is (239,161,23). Sum of RGB (Red+Green+Blue) = 239+161+23=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA117 is #105EE8. Grayscale: #A9A9A9. Windows color (decimal): -1072873 or 1548783. OLE color: 1548783.
HSL color Cylindrical-coordinate representation of color #EFA117: hue angle of 38.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFA117 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 23 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.06 |
| HSL | 38.33º | 0.87% | 0.51% | - |
| HSV(B) | 38.33º | 0.9% | 0.94% | - |
| XYZ | 48.5 | 43.9 | 6.73 | - |
| YUV | 168.59 | 45.84 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 23 | 0 | 0.33 | 0.90 | 0.06 | 38.33 | 0.87 | 0.51 |
| Hex | EF | A1 | 17 | 0 | 21 | 5A | 6 | 26 | 57 | 33 |
| Octal | 357 | 241 | 27 | 0 | 41 | 132 | 6 | 46 | 127 | 63 |
| Binary | 11101111 | 10100001 | 10111 | 0 | 100001 | 1011010 | 110 | 100110 | 1010111 | 110011 |
Color Harmonies of #EFA117
Complementary color
Monochromatic Colors of #EFA117
Black with #EFA117
Text Example
Text Example
White with #EFA117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA117; }
p { color: rgb(239,161,23); }
H1.HeaderClassName
{
color: #EFA117;
}
.AnyTagClassName
{
color: #EFA117;
}
</style>
background-color css
<style>
a { background-color: #EFA117; }
a { background-color: rgb(239,161,23); }
div.DivClassName
{
background-color: #EFA117;
}
.BgClassName
{
background-color: #EFA117;
}
</style>
border-color css
<style>
span { border-color: #EFA117; }
span { border-color: rgb(239,161,23); }
td.TdClassName
{
border-color: #EFA117;
}
.TagClassName
{
border-color: #EFA117;
}
</style>