Shades of Gamboge #EFA307
Tints of Gamboge #EFA307
RGB
CMYK
RGB Variations
Color information
#EFA307 (or 0xEFA307) is known color: Gamboge. HEX triplet: EF, A3 and 07. RGB value is (239,163,7). Sum of RGB (Red+Green+Blue) = 239+163+7=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA307 is #105CF8. Grayscale: #A8A8A8. Windows color (decimal): -1072377 or 500719. OLE color: 500719.
HSL color Cylindrical-coordinate representation of color #EFA307: hue angle of 40.34º 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 #EFA307 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.06 |
| HSL | 40.34º | 0.94% | 0.48% | - |
| HSV(B) | 40.34º | 0.97% | 0.94% | - |
| XYZ | 48.73 | 44.56 | 6.23 | - |
| YUV | 167.94 | 37.18 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 7 | 0 | 0.32 | 0.97 | 0.06 | 40.34 | 0.94 | 0.48 |
| Hex | EF | A3 | 7 | 0 | 20 | 61 | 6 | 28 | 5E | 30 |
| Octal | 357 | 243 | 7 | 0 | 40 | 141 | 6 | 50 | 136 | 60 |
| Binary | 11101111 | 10100011 | 111 | 0 | 100000 | 1100001 | 110 | 101000 | 1011110 | 110000 |
Color Harmonies of #EFA307
Complementary color
Monochromatic Colors of #EFA307
Black with #EFA307
Text Example
Text Example
White with #EFA307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA307; }
p { color: rgb(239,163,7); }
H1.HeaderClassName
{
color: #EFA307;
}
.AnyTagClassName
{
color: #EFA307;
}
</style>
background-color css
<style>
a { background-color: #EFA307; }
a { background-color: rgb(239,163,7); }
div.DivClassName
{
background-color: #EFA307;
}
.BgClassName
{
background-color: #EFA307;
}
</style>
border-color css
<style>
span { border-color: #EFA307; }
span { border-color: rgb(239,163,7); }
td.TdClassName
{
border-color: #EFA307;
}
.TagClassName
{
border-color: #EFA307;
}
</style>