Shades of Gamboge #EFA607
Tints of Gamboge #EFA607
RGB
CMYK
RGB Variations
Color information
#EFA607 (or 0xEFA607) is known color: Gamboge. HEX triplet: EF, A6 and 07. RGB value is (239,166,7). Sum of RGB (Red+Green+Blue) = 239+166+7=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA607 is #1059F8. Grayscale: #AAAAAA. Windows color (decimal): -1071609 or 501487. OLE color: 501487.
HSL color Cylindrical-coordinate representation of color #EFA607: hue angle of 41.12º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFA607 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.06 |
| HSL | 41.12º | 0.94% | 0.48% | - |
| HSV(B) | 41.12º | 0.97% | 0.94% | - |
| XYZ | 49.27 | 45.64 | 6.41 | - |
| YUV | 169.7 | 36.18 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 7 | 0 | 0.31 | 0.97 | 0.06 | 41.12 | 0.94 | 0.48 |
| Hex | EF | A6 | 7 | 0 | 1F | 61 | 6 | 29 | 5E | 30 |
| Octal | 357 | 246 | 7 | 0 | 37 | 141 | 6 | 51 | 136 | 60 |
| Binary | 11101111 | 10100110 | 111 | 0 | 11111 | 1100001 | 110 | 101001 | 1011110 | 110000 |
Color Harmonies of #EFA607
Complementary color
Monochromatic Colors of #EFA607
Black with #EFA607
Text Example
Text Example
White with #EFA607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA607; }
p { color: rgb(239,166,7); }
H1.HeaderClassName
{
color: #EFA607;
}
.AnyTagClassName
{
color: #EFA607;
}
</style>
background-color css
<style>
a { background-color: #EFA607; }
a { background-color: rgb(239,166,7); }
div.DivClassName
{
background-color: #EFA607;
}
.BgClassName
{
background-color: #EFA607;
}
</style>
border-color css
<style>
span { border-color: #EFA607; }
span { border-color: rgb(239,166,7); }
td.TdClassName
{
border-color: #EFA607;
}
.TagClassName
{
border-color: #EFA607;
}
</style>