Shades of Gamboge #EFA609
Tints of Gamboge #EFA609
RGB
CMYK
RGB Variations
Color information
#EFA609 (or 0xEFA609) is known color: Gamboge. HEX triplet: EF, A6 and 09. RGB value is (239,166,9). Sum of RGB (Red+Green+Blue) = 239+166+9=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA609 is #1059F6. Grayscale: #AAAAAA. Windows color (decimal): -1071607 or 632559. OLE color: 632559.
HSL color Cylindrical-coordinate representation of color #EFA609: hue angle of 40.96º 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 #EFA609 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.06 |
| HSL | 40.96º | 0.93% | 0.49% | - |
| HSV(B) | 40.96º | 0.96% | 0.94% | - |
| XYZ | 49.28 | 45.64 | 6.47 | - |
| YUV | 169.93 | 37.18 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 9 | 0 | 0.31 | 0.96 | 0.06 | 40.96 | 0.93 | 0.49 |
| Hex | EF | A6 | 9 | 0 | 1F | 60 | 6 | 29 | 5D | 31 |
| Octal | 357 | 246 | 11 | 0 | 37 | 140 | 6 | 51 | 135 | 61 |
| Binary | 11101111 | 10100110 | 1001 | 0 | 11111 | 1100000 | 110 | 101001 | 1011101 | 110001 |
Color Harmonies of #EFA609
Complementary color
Monochromatic Colors of #EFA609
Black with #EFA609
Text Example
Text Example
White with #EFA609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA609; }
p { color: rgb(239,166,9); }
H1.HeaderClassName
{
color: #EFA609;
}
.AnyTagClassName
{
color: #EFA609;
}
</style>
background-color css
<style>
a { background-color: #EFA609; }
a { background-color: rgb(239,166,9); }
div.DivClassName
{
background-color: #EFA609;
}
.BgClassName
{
background-color: #EFA609;
}
</style>
border-color css
<style>
span { border-color: #EFA609; }
span { border-color: rgb(239,166,9); }
td.TdClassName
{
border-color: #EFA609;
}
.TagClassName
{
border-color: #EFA609;
}
</style>