Shades of Gamboge #EFA10F
Tints of Gamboge #EFA10F
RGB
CMYK
RGB Variations
Color information
#EFA10F (or 0xEFA10F) is known color: Gamboge. HEX triplet: EF, A1 and 0F. RGB value is (239,161,15). Sum of RGB (Red+Green+Blue) = 239+161+15=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA10F is #105EF0. Grayscale: #A8A8A8. Windows color (decimal): -1072881 or 1024495. OLE color: 1024495.
HSL color Cylindrical-coordinate representation of color #EFA10F: hue angle of 39.11º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFA10F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 15 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.06 |
| HSL | 39.11º | 0.88% | 0.5% | - |
| HSV(B) | 39.11º | 0.94% | 0.94% | - |
| XYZ | 48.43 | 43.87 | 6.37 | - |
| YUV | 167.68 | 41.84 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 15 | 0 | 0.33 | 0.94 | 0.06 | 39.11 | 0.88 | 0.5 |
| Hex | EF | A1 | F | 0 | 21 | 5E | 6 | 27 | 58 | 32 |
| Octal | 357 | 241 | 17 | 0 | 41 | 136 | 6 | 47 | 130 | 62 |
| Binary | 11101111 | 10100001 | 1111 | 0 | 100001 | 1011110 | 110 | 100111 | 1011000 | 110010 |
Color Harmonies of #EFA10F
Complementary color
Monochromatic Colors of #EFA10F
Black with #EFA10F
Text Example
Text Example
White with #EFA10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA10F; }
p { color: rgb(239,161,15); }
H1.HeaderClassName
{
color: #EFA10F;
}
.AnyTagClassName
{
color: #EFA10F;
}
</style>
background-color css
<style>
a { background-color: #EFA10F; }
a { background-color: rgb(239,161,15); }
div.DivClassName
{
background-color: #EFA10F;
}
.BgClassName
{
background-color: #EFA10F;
}
</style>
border-color css
<style>
span { border-color: #EFA10F; }
span { border-color: rgb(239,161,15); }
td.TdClassName
{
border-color: #EFA10F;
}
.TagClassName
{
border-color: #EFA10F;
}
</style>