Shades of Gamboge #EFA209
Tints of Gamboge #EFA209
RGB
CMYK
RGB Variations
Color information
#EFA209 (or 0xEFA209) is known color: Gamboge. HEX triplet: EF, A2 and 09. RGB value is (239,162,9). Sum of RGB (Red+Green+Blue) = 239+162+9=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA209 is #105DF6. Grayscale: #A8A8A8. Windows color (decimal): -1072631 or 631535. OLE color: 631535.
HSL color Cylindrical-coordinate representation of color #EFA209: hue angle of 39.91º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFA209 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.06 |
| HSL | 39.91º | 0.93% | 0.49% | - |
| HSV(B) | 39.91º | 0.96% | 0.94% | - |
| XYZ | 48.57 | 44.21 | 6.23 | - |
| YUV | 167.58 | 38.51 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 9 | 0 | 0.32 | 0.96 | 0.06 | 39.91 | 0.93 | 0.49 |
| Hex | EF | A2 | 9 | 0 | 20 | 60 | 6 | 28 | 5D | 31 |
| Octal | 357 | 242 | 11 | 0 | 40 | 140 | 6 | 50 | 135 | 61 |
| Binary | 11101111 | 10100010 | 1001 | 0 | 100000 | 1100000 | 110 | 101000 | 1011101 | 110001 |
Color Harmonies of #EFA209
Complementary color
Monochromatic Colors of #EFA209
Black with #EFA209
Text Example
Text Example
White with #EFA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA209; }
p { color: rgb(239,162,9); }
H1.HeaderClassName
{
color: #EFA209;
}
.AnyTagClassName
{
color: #EFA209;
}
</style>
background-color css
<style>
a { background-color: #EFA209; }
a { background-color: rgb(239,162,9); }
div.DivClassName
{
background-color: #EFA209;
}
.BgClassName
{
background-color: #EFA209;
}
</style>
border-color css
<style>
span { border-color: #EFA209; }
span { border-color: rgb(239,162,9); }
td.TdClassName
{
border-color: #EFA209;
}
.TagClassName
{
border-color: #EFA209;
}
</style>