Shades of Gamboge #EFA10C
Tints of Gamboge #EFA10C
RGB
CMYK
RGB Variations
Color information
#EFA10C (or 0xEFA10C) is known color: Gamboge. HEX triplet: EF, A1 and 0C. RGB value is (239,161,12). Sum of RGB (Red+Green+Blue) = 239+161+12=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA10C is #105EF3. Grayscale: #A8A8A8. Windows color (decimal): -1072884 or 827887. OLE color: 827887.
HSL color Cylindrical-coordinate representation of color #EFA10C: hue angle of 39.38º degrees, saturation: 0.9, 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 #EFA10C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.06 |
| HSL | 39.38º | 0.9% | 0.49% | - |
| HSV(B) | 39.38º | 0.95% | 0.94% | - |
| XYZ | 48.41 | 43.87 | 6.26 | - |
| YUV | 167.34 | 40.34 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 12 | 0 | 0.33 | 0.95 | 0.06 | 39.38 | 0.9 | 0.49 |
| Hex | EF | A1 | C | 0 | 21 | 5F | 6 | 27 | 5A | 31 |
| Octal | 357 | 241 | 14 | 0 | 41 | 137 | 6 | 47 | 132 | 61 |
| Binary | 11101111 | 10100001 | 1100 | 0 | 100001 | 1011111 | 110 | 100111 | 1011010 | 110001 |
Color Harmonies of #EFA10C
Complementary color
Monochromatic Colors of #EFA10C
Black with #EFA10C
Text Example
Text Example
White with #EFA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA10C; }
p { color: rgb(239,161,12); }
H1.HeaderClassName
{
color: #EFA10C;
}
.AnyTagClassName
{
color: #EFA10C;
}
</style>
background-color css
<style>
a { background-color: #EFA10C; }
a { background-color: rgb(239,161,12); }
div.DivClassName
{
background-color: #EFA10C;
}
.BgClassName
{
background-color: #EFA10C;
}
</style>
border-color css
<style>
span { border-color: #EFA10C; }
span { border-color: rgb(239,161,12); }
td.TdClassName
{
border-color: #EFA10C;
}
.TagClassName
{
border-color: #EFA10C;
}
</style>